Merge pull request #5647 from code-october/fix/setting-locale

修改“压缩模型”名称,增加“生成对话标题”的功能提示
This commit is contained in:
Dogtiti
2024-10-13 01:49:51 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -495,8 +495,8 @@ const cn = {
Model: "模型 (model)",
CompressModel: {
Title: "压缩模型",
SubTitle: "用于压缩历史记录的模型",
Title: "对话摘要模型",
SubTitle: "用于压缩历史记录、生成对话标题的模型",
},
Temperature: {
Title: "随机性 (temperature)",

View File

@@ -500,8 +500,8 @@ const en: LocaleType = {
Model: "Model",
CompressModel: {
Title: "Compression Model",
SubTitle: "Model used to compress history",
Title: "Summary Model",
SubTitle: "Model used to compress history and generate title",
},
Temperature: {
Title: "Temperature",