B站首推!官方精品【完整版九集】中文字幕,ChatGPT Prompt提示词课程

- write clear and specific instructions:
- Use delimiters:
- triple quotes: " " "
- triple backticks: ``` (不是单引号)
- triple dashes: ---
- angle brackets: < >
- xml tags: <tag> </tag>
- Ask for structured output: HTML,JSON
- Check whether conditions are satisfied; Check assumptions required to do the ask (设置前提条件,避免llm瞎说)
- Few-shot prompting: Give successful examples of completing tasks. Then ask model to perform the task。(在 Prompt中增加一些正确的问答,让模型学习然后回答)