feat: optimize baichuan prompt (#988)

This commit is contained in:
takatost
2023-08-24 12:07:10 +08:00
committed by GitHub
parent 6377fc75c6
commit 53e83d8697

View File

@@ -8,6 +8,6 @@
"pre_prompt",
"histories_prompt"
],
"query_prompt": "用户:{{query}}\n助手",
"query_prompt": "用户:{{query}}",
"stops": ["用户:"]
}