mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-09-03 13:56:55 +08:00
feat: complete the missing UI
This commit is contained in:
@@ -263,6 +263,9 @@ const cn = {
|
||||
Title: "编辑提示词",
|
||||
},
|
||||
},
|
||||
Provider: {
|
||||
Title: "自定义模型",
|
||||
},
|
||||
HistoryCount: {
|
||||
Title: "附带历史消息数",
|
||||
SubTitle: "每次请求携带的历史消息数",
|
||||
|
@@ -268,6 +268,9 @@ const en: LocaleType = {
|
||||
Title: "Edit Prompt",
|
||||
},
|
||||
},
|
||||
Provider: {
|
||||
Title: "Custom Models",
|
||||
},
|
||||
HistoryCount: {
|
||||
Title: "Attached Messages Count",
|
||||
SubTitle: "Number of sent messages attached per request",
|
||||
|
Reference in New Issue
Block a user