feat: 新增统一模型网关与模型管理工作区
- 新增 OpenAI 兼容统一模型调用链路、模型发布配置与批量发布能力 - 重构模型管理页面入口与统一网关工作区,更新服务商 logo 资源与模型 ID 文案 - 收口全新库初始化脚本,仅保留服务商种子并整理统一网关 migration
This commit is contained in:
@@ -1,45 +1,43 @@
|
||||
{
|
||||
"filed":
|
||||
{
|
||||
"id": "Id",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"title": "Title",
|
||||
"brand": "Brand",
|
||||
"icon": "Icon",
|
||||
"description": "Description",
|
||||
"supportChat": "SupportChat",
|
||||
"supportFunctionCalling": "SupportFunctionCalling",
|
||||
"supportEmbed": "SupportEmbed",
|
||||
"supportReranker": "SupportReranker",
|
||||
"supportTextToImage": "SupportTextToImage",
|
||||
"supportImageToImage": "SupportImageToImage",
|
||||
"supportTextToAudio": "SupportTextToAudio",
|
||||
"supportAudioToAudio": "SupportAudioToAudio",
|
||||
"supportTextToVideo": "SupportTextToVideo",
|
||||
"supportImageToVideo": "SupportImageToVideo",
|
||||
"multimodal": "multimodal",
|
||||
"llmEndpoint": "LlmEndpoint",
|
||||
"chatPath": "ChatPath",
|
||||
"embedPath": "embedPath",
|
||||
"llmModel": "LlmModel",
|
||||
"llmApiKey": "apiKey",
|
||||
"llmExtraConfig": "LlmExtraConfig",
|
||||
"options": "Options",
|
||||
"ability": "Ability"
|
||||
}
|
||||
,
|
||||
"filed": {
|
||||
"id": "Id",
|
||||
"deptId": "DeptId",
|
||||
"tenantId": "TenantId",
|
||||
"title": "Title",
|
||||
"brand": "Brand",
|
||||
"icon": "Icon",
|
||||
"description": "Description",
|
||||
"supportChat": "SupportChat",
|
||||
"supportFunctionCalling": "SupportFunctionCalling",
|
||||
"supportEmbed": "SupportEmbed",
|
||||
"supportReranker": "SupportReranker",
|
||||
"supportTextToImage": "SupportTextToImage",
|
||||
"supportImageToImage": "SupportImageToImage",
|
||||
"supportTextToAudio": "SupportTextToAudio",
|
||||
"supportAudioToAudio": "SupportAudioToAudio",
|
||||
"supportTextToVideo": "SupportTextToVideo",
|
||||
"supportImageToVideo": "SupportImageToVideo",
|
||||
"multimodal": "multimodal",
|
||||
"llmEndpoint": "LlmEndpoint",
|
||||
"chatPath": "ChatPath",
|
||||
"embedPath": "embedPath",
|
||||
"llmModel": "Model ID",
|
||||
"llmApiKey": "apiKey",
|
||||
"llmExtraConfig": "LlmExtraConfig",
|
||||
"options": "Options",
|
||||
"ability": "Ability"
|
||||
},
|
||||
"llmModal": {
|
||||
"TitleRequired": "Please enter the name",
|
||||
"BrandRequired": "Please enter the brand",
|
||||
"ModelRequired": "Please enter the model",
|
||||
"ModelRequired": "Please enter the model ID",
|
||||
"ApiKeyRequired": "Please enter the apiKey",
|
||||
"QuickAddLlm": "One-click addition of large models"
|
||||
},
|
||||
"placeholder": {
|
||||
"title": "Please enter the title",
|
||||
"brand": "Please enter the brand",
|
||||
"llmModel": "Please enter the llmModel",
|
||||
"llmModel": "Please enter the model ID",
|
||||
"description": "Please enter the description"
|
||||
},
|
||||
"actions": {
|
||||
@@ -50,7 +48,7 @@
|
||||
},
|
||||
"addProvider": "Provider list",
|
||||
"modelType": "ModelType",
|
||||
"llmModel": "ModelName",
|
||||
"llmModel": "Model ID",
|
||||
"title": "name",
|
||||
"groupName": "GroupName",
|
||||
"provider": "供应商",
|
||||
@@ -62,7 +60,7 @@
|
||||
},
|
||||
"all": "All",
|
||||
"verifyLlmTitle": "Verify Large Model",
|
||||
"searchTextPlaceholder": "Search for model name or name",
|
||||
"searchTextPlaceholder": "Search for model ID or name",
|
||||
"testSuccess": "TestSuccess",
|
||||
"modelAbility": {
|
||||
"supportThinking": "Thinking",
|
||||
|
||||
Reference in New Issue
Block a user