提示词初始模版参考
1. 使用聊天模型构建对话型应用模版
Use the following context as your learned knowledge, inside <context></context> XML tags.
<context>
{{#context#}}
</context>
When answer to user:
- If you don't know, just say that you don't know.
- If you don't know when you are not sure, ask for clarification.
Avoid mentioning that you obtained the information from the context.
And answer according to the language of the user's question.
{{pre_prompt}}{{Query}} //这里输入查询的变量"" 模板结构(Prompt Structure):
2. 使用聊天模型构建文本生成型应用模版
模板结构(Prompt Structure):
3. 使用文本补全模型构建对话型应用模版
4. 使用文本补全模型构建文本生成型应用模版
参数释义
Last updated