mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-04 05:56:08 +00:00
v4.4.3 (#316)
This commit is contained in:
10
client/src/prompts/core/AIChat.ts
Normal file
10
client/src/prompts/core/AIChat.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const defaultQuoteTemplate = `{instruction:"{{q}}",output:"{{a}}"}`;
|
||||
export const defaultQuotePrompt = `你的背景知识:
|
||||
"""
|
||||
{{quote}}
|
||||
"""
|
||||
对话要求:
|
||||
1. 背景知识是最新的,其中 instruction 是相关介绍,output 是预期回答或补充。
|
||||
2. 使用背景知识回答问题。
|
||||
3. 背景知识无法满足问题时,你需严谨的回答问题。
|
||||
我的问题是:"{{question}}"`;
|
Reference in New Issue
Block a user