对接 deepseek 模型

This commit is contained in:
yangyongju
2024-08-12 17:36:18 +08:00
parent cf1c8e8f2a
commit 9fdf7ef78f
16 changed files with 473 additions and 21 deletions

View File

@@ -484,7 +484,8 @@ const cn = {
},
Store: {
DefaultTopic: "新的聊天",
BotHello: "有什么可以帮你的吗",
BotHello:
"我是《清明上河图》智能小助手,您可以从侧边栏选择任务和配置参数开始,有什么可以帮您的?",
Error: "出错了,稍后重试吧",
Prompt: {
History: (content: string) => "这是历史聊天总结作为前情提要:" + content,