79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"filed":
|
|
{
|
|
"title": "标题",
|
|
"brand": "供应商",
|
|
"llmModel": "大模型名称",
|
|
"icon": "ICON",
|
|
"description": "描述",
|
|
"supportChat": "对话模型",
|
|
"supportFunctionCalling": "方法调用",
|
|
"supportEmbed": "向量化",
|
|
"supportReranker": "重排",
|
|
"supportTextToImage": "文生图",
|
|
"supportImageToImage": "图生图",
|
|
"supportTextToAudio": "文生音频",
|
|
"supportAudioToAudio": "音频转音频",
|
|
"supportTextToVideo": "文生视频",
|
|
"supportImageToVideo": "图生成视频",
|
|
"llmEndpoint": "请求地址",
|
|
"chatPath": "对话路径",
|
|
"embedPath": "向量化路径",
|
|
"multimodal": "多模态",
|
|
"llmApiKey": "apiKey",
|
|
"llmExtraConfig": "大模型其他属性配置",
|
|
"options": "其他配置内容",
|
|
"ability": "能力"
|
|
}
|
|
,
|
|
"llmModal": {
|
|
"TitleRequired": "请输入名称",
|
|
"BrandRequired": "请选择供应商",
|
|
"ModelRequired": "请输入大模型",
|
|
"ApiKeyRequired": "请输入apiKey",
|
|
"QuickAddLlm": "一键添加大模型"
|
|
},
|
|
"placeholder": {
|
|
"title": "请输入名称",
|
|
"brand": "请选择品牌",
|
|
"llmModel": "请输入大模型名称",
|
|
"description": "请输入描述"
|
|
},
|
|
"actions": {
|
|
"verifyConfiguration": "验证配置"
|
|
},
|
|
"message": {
|
|
"verifySuccess": "验证成功"
|
|
},
|
|
"addProvider": "供应商列表",
|
|
"modelType": "模型类型",
|
|
"llmModel": "模型名称",
|
|
"title": "名称",
|
|
"groupName": "分组名称",
|
|
"provider": "供应商",
|
|
"ability": "模型能力",
|
|
"button": {
|
|
"management": "管理",
|
|
"test": "检测",
|
|
"addAllLlm": "添加列表中的所有模型",
|
|
"RetrieveAgain": "重新获取模型列表"
|
|
},
|
|
"all": "全部",
|
|
"verifyLlmTitle": "请选择要检测的模型",
|
|
"testSuccess": "检测成功",
|
|
"searchTextPlaceholder": "搜索模型名称或名称",
|
|
"modelAbility": {
|
|
"supportThinking": "推理",
|
|
"supportTool": "工具",
|
|
"supportAudio": "音频",
|
|
"supportVideo": "视频",
|
|
"supportImage": "图片",
|
|
"supportFree": "免费",
|
|
"supportImageB64Only": "仅支持Base64图片",
|
|
"supportToolMessage": "支持Tool消息"
|
|
},
|
|
"requestPath": "请求路径",
|
|
"modelToBeTested": "待检测模型"
|
|
|
|
}
|