Update cn.ts

This commit is contained in:
Qingyun Yixi 2024-12-13 10:24:29 +08:00 committed by GitHub
parent 797124a160
commit f176fd8fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ const cn = {
},
Store: {
DefaultTopic: "新的聊天",
BotHello: "有什么可以帮你的吗",
BotHello: "有什么可以帮你的吗",
Error: "出错了,稍后重试吧",
Prompt: {
History: (content: string) => "这是历史聊天总结作为前情提要:" + content,