feat: Add localization support for Copilot resume chat and hide current chat model settings
This commit is contained in:
@@ -50,5 +50,39 @@
|
||||
"noHistory": "无聊天记录",
|
||||
"chatWithCurrentPage": "与当前页面聊天",
|
||||
"beta": "Beta",
|
||||
"tts": "朗读"
|
||||
"tts": "朗读",
|
||||
"currentChatModelSettings": "当前聊天模型设置",
|
||||
"modelSettings": {
|
||||
"label": "模型设置",
|
||||
"description": "全局设置所有聊天的模型选项",
|
||||
"form": {
|
||||
"keepAlive": {
|
||||
"label": "保留时间",
|
||||
"help": "控制请求后模型在内存中保持的时间(默认:5分钟)",
|
||||
"placeholder": "输入保留时间(例如:5分、10分、1小时)"
|
||||
},
|
||||
"temperature": {
|
||||
"label": "温度",
|
||||
"placeholder": "输入温度值(例如:0.7、1.0)"
|
||||
},
|
||||
"numCtx": {
|
||||
"label": "上下文数量",
|
||||
"placeholder": "输入上下文数量(默认:2048)"
|
||||
},
|
||||
"seed": {
|
||||
"label": "随机种子",
|
||||
"placeholder": "输入随机种子值(例如:1234)",
|
||||
"help": "模型输出的可重复性"
|
||||
},
|
||||
"topK": {
|
||||
"label": "Top K",
|
||||
"placeholder": "输入Top K值(例如:40、100)"
|
||||
},
|
||||
"topP": {
|
||||
"label": "Top P",
|
||||
"placeholder": "输入Top P值(例如:0.9、0.95)"
|
||||
}
|
||||
},
|
||||
"advanced": "更多模型设置"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user