让ChatGPT 辅助编程:①给 AI 设定“5 条命”,每当它不能完成代码任务就会失去一条。②给 AI“心理”暗示,让它“保持本性”,遇到困难也要尽量克服,写出正确的代码。③给 AI 设定了座右铭“I LOVE CODING”,限定总代码不超过 110 行。④让 AI 主动提问,引导人类,一步步完成代码编写。
What Are ChatGPT Prompts? ChatGPT prompts are instructions or queries you enter into the AI chatbot’s interface to guide the conversation and receive the types of responses you’re interested in. Prompts can be as simple as this: But you’ll get better results by being as specific as poss...
ChatGPT的本质上是一个在GPT基础上的自然语言处理模型,使用transformer去预测下一个单词的概率分布,然后在大规模的文本语料库上去学习这样的模式。从GPT1到GPT3的智能化是不断的在提升,当时GPT1只有1.17亿参数,然后GPT2就变成15亿参数,到GPT3就到了1750亿,一直到后面开始去做指令的微调,因为生成的质量有时...
May 24, 2022 4 minute read OpenAI Codex, a natural language-to-code system based on GPT-3, helps turn simple English instructions into over a dozen popular coding languages. Codex was released last August through our API and is the principal building block of GitHub Copilot. Warp is a ...
接上一期,超级棒的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...
FlowGPT - The Ultimate Interface of ChatGPT Prompts :https://flowgpt.com/———部分中文 Jailbreak Chat: https://www.jailbreakchat.com/———全英文 Open Prompt: https://openprompt.co/———全中文 早期指南(鼻祖) Awesome ChatGPT Prompts | This repo includes ChatGPT prompt curation to use ...
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...
如需编程请使用https://github.com/PlexPt/awesome-chatgpt-prompts-zh/blob/main/prompts-zh.json 充当Linux 终端 我想让你充当 Linux 终端。我将输入命令,您将回复终端应显示的内容。我希望您只在一个唯一的代码块内回复终端输出,而不是其他任何内容。不要写解释。除非我指示您这样做,否则不要键入命令。当我...
Memory leak detection**:“Help me identify potential memory leaks in this code: [code snippet here].” Coding challenge preparation:“Recommend resources for practicing coding challenges and interviews.” Language-specific idioms:“Explain idiomatic ways to accomplish this task in [programming language]...
毕竟我只需要 chatgpt 返回一个干净的代码块直接插入即可。 二)我有一套自己写代码的习惯,也有一套自己常用的 prompt,最好能模糊匹配出来,少敲些字符。 三)现在大部分 AICoding 插件都是千篇一律做成对话框,要什么对话,直接插入才爽 四)API 用我自己搭的代理,或者用一些墙内的服务 搞起: 这里除了支持官方...