mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 21:13:50 +00:00
perf: model provider show; perf: get init data buffer (#3459)
* pr code * perf: model table show * perf: model provider show * perf: get init data buffer * perf: get init data buffer * perf: icon
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
{
|
||||
"personal_information": "个人信息",
|
||||
"usage_records": "使用记录",
|
||||
"bills_and_invoices": "账单与发票",
|
||||
"promotion_records": "促销记录",
|
||||
"api_key": "API 密钥",
|
||||
"personalization": "个性化",
|
||||
"notifications": "通知",
|
||||
"logout": "登出",
|
||||
"bills_and_invoices": "账单与发票",
|
||||
"confirm_logout": "确认退出登录?",
|
||||
"team": "团队管理"
|
||||
"logout": "登出",
|
||||
"model_provider": "模型提供商",
|
||||
"notifications": "通知",
|
||||
"personal_information": "个人信息",
|
||||
"personalization": "个性化",
|
||||
"promotion_records": "促销记录",
|
||||
"team": "团队管理",
|
||||
"usage_records": "使用记录"
|
||||
}
|
||||
|
@@ -895,13 +895,22 @@
|
||||
"item_name": "字段名",
|
||||
"just_now": "刚刚",
|
||||
"key_repetition": "key 重复",
|
||||
"model.billing": "模型计费",
|
||||
"model.model_type": "模型类型",
|
||||
"model.name": "模型名",
|
||||
"model.provider": "模型提供商",
|
||||
"model.search_name_placeholder": "根据模型名搜索",
|
||||
"model.type.chat": "语言模型",
|
||||
"model.type.embedding": "索引模型",
|
||||
"model.type.stt": "语音识别",
|
||||
"model.type.tts": "语音合成",
|
||||
"model_baichuan": "百川智能",
|
||||
"model_chatglm": "ChatGLM",
|
||||
"model_doubao": "豆包",
|
||||
"model_ernie": "文心一言",
|
||||
"model_hunyuan": "腾讯混元",
|
||||
"model_moonshot": "月之暗面",
|
||||
"model_other": "自定义",
|
||||
"model_other": "其他",
|
||||
"model_qwen": "阿里千问",
|
||||
"model_sparkdesk": "讯飞星火",
|
||||
"model_yi": "零一万物",
|
||||
|
@@ -22,7 +22,6 @@
|
||||
"delete.failed": "删除失败",
|
||||
"delete.success": "删除成功",
|
||||
"has_chosen": "已选择",
|
||||
"individuation": "个性化",
|
||||
"login.error": "登录异常",
|
||||
"login.password_condition": "密码最多 60 位",
|
||||
"login.success": "登录成功",
|
||||
|
Reference in New Issue
Block a user