Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#5647 from code-october/fix/setting-…
Browse files Browse the repository at this point in the history
…locale

修改“压缩模型”名称,增加“生成对话标题”的功能提示
  • Loading branch information
Dogtiti authored Oct 12, 2024
2 parents 8d2003f + 7f68fb1 commit a84383f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/locales/cn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,8 @@ const cn = {

Model: "模型 (model)",
CompressModel: {
Title: "压缩模型",
SubTitle: "用于压缩历史记录的模型",
Title: "对话摘要模型",
SubTitle: "用于压缩历史记录、生成对话标题的模型",
},
Temperature: {
Title: "随机性 (temperature)",
Expand Down
4 changes: 2 additions & 2 deletions app/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a84383f

Please sign in to comment.