mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 21:35:52 +08:00
feat: Enhance reference prompt with language matching instruction
This commit is contained in:
parent
fab1161505
commit
653b133327
@ -64,6 +64,8 @@ export const REFERENCE_PROMPT = `请根据参考资料回答问题
|
|||||||
## 参考资料:
|
## 参考资料:
|
||||||
|
|
||||||
{references}
|
{references}
|
||||||
|
|
||||||
|
请使用同用户问题相同的语言进行回答。
|
||||||
`
|
`
|
||||||
|
|
||||||
export const FOOTNOTE_PROMPT = `请根据参考资料回答问题,并使用脚注格式引用数据来源。请忽略无关的参考资料。
|
export const FOOTNOTE_PROMPT = `请根据参考资料回答问题,并使用脚注格式引用数据来源。请忽略无关的参考资料。
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user