毕竟我只需要 chatgpt 返回一个干净的代码块直接插入即可。 二)我有一套自己写代码的习惯,也有一套自己常用的 prompt,最好能模糊匹配出来,少敲些字符。 三)现在大部分 AICoding 插件都是千篇一律做成对话框,要什么对话,直接插入才爽 四)API 用我自己搭的代理,或者用一些墙内的服务 搞起: 这里除了支持官方...
我们可以像使用函数一样使用ChatGPT。例如,我写了个简单的SVM Demo。我没有为不同的模型重写所有相同的代码,甚至复制代码并替换所有变量名称,而是让 ChatGPT 为我做这件事。 我将代码粘贴到 ChatGPT 中,并要求它以相同的风格编写代码,但针对决策树、随机森林和 XGBoost。这效果好得令人难以置信!它甚至为我正确替...
GPT4.0: def all_digits_odd(number):digits = str(number)for digit in digits:if int(digit) % 2 == 0:return Falsereturn Truedef find_min_x():x = 2019while True:if all_digits_odd(x):return xx += 2019if __name__ == "__main__":min_x = find_min_x()print("满足条件的最小整...
So, we have selected for you the top ChatGPT prompts that we use ourselves and that will help you solve various tasks. Let's go! Just a moment. I want to point out that most of the prompts are related to mundane things that should be optimized or to generate more ideas. There are ...
接上一期,超级棒的ChatGPT prompts (系列一),除了可以做作家、哲学家、shell终端。这一期给了更多例子,比如做一个宠物诊断家、健身私教、房产经纪人等 --- Act as a Career Counselor 让它作职业顾问 Contributed by: @devisasari I want you to act as a career counselor. I will provide you with an...
Contributed by: StoryChief AI Reference: 7 Powerful ChatGPT Prompts to Create SEO Content Faster 供稿人:StoryChief AI 参考:https://storychief.io/blog/chatgpt-prompts-seo Using WebPilot, create an outline for an article that will be 2,000 words on the keyword “Best SEO Prompts” based on...
Contributed by: @iuzn Generated by ChatGPT I want you to act as a dream interpreter. I will give you descriptions of my dreams, and you will provide interpretations based on the symbols and themes present in the dream. Do not provide personal opinions or assumptions about the dreamer. Provi...
Welcome to the "Awesome ChatGPT Prompts" repository! While this collection was originally created for ChatGPT, these prompts work great with other AI models like Claude, Gemini, Hugging Face Chat, Llama, Mistral, and more. ChatGPT is a web interface created by OpenAI that provides access to ...
ChatGPT 可以为您提供优化网站以适应搜索引擎的提示和最佳实践。 Prompt: How to improve SEO for a landing page? 提示:如何改进着陆页的搜索引擎优化? 运行提示词咒语后的效果: 关键词研究:首先,进行关键词研究,找出与落地页主题相关的关键词。使用Google关键词规划工具等工具来帮助您找到正确的关键词。 优化标题...
We’ve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests.