@lobehub/chat 1.43.6 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/changelog/v1.json +9 -0
- package/docs/self-hosting/server-database/docker-compose.mdx +2 -2
- package/locales/ar/common.json +1 -0
- package/locales/ar/modelProvider.json +176 -0
- package/locales/ar/setting.json +1 -0
- package/locales/bg-BG/common.json +1 -0
- package/locales/bg-BG/modelProvider.json +176 -0
- package/locales/bg-BG/setting.json +1 -0
- package/locales/de-DE/common.json +1 -0
- package/locales/de-DE/modelProvider.json +176 -0
- package/locales/de-DE/setting.json +1 -0
- package/locales/en-US/common.json +1 -0
- package/locales/en-US/modelProvider.json +176 -0
- package/locales/en-US/setting.json +1 -0
- package/locales/es-ES/common.json +1 -0
- package/locales/es-ES/modelProvider.json +176 -0
- package/locales/es-ES/setting.json +1 -0
- package/locales/fa-IR/common.json +1 -0
- package/locales/fa-IR/modelProvider.json +176 -0
- package/locales/fa-IR/setting.json +1 -0
- package/locales/fr-FR/common.json +1 -0
- package/locales/fr-FR/modelProvider.json +176 -0
- package/locales/fr-FR/setting.json +1 -0
- package/locales/it-IT/common.json +1 -0
- package/locales/it-IT/modelProvider.json +176 -0
- package/locales/it-IT/setting.json +1 -0
- package/locales/ja-JP/common.json +1 -0
- package/locales/ja-JP/modelProvider.json +176 -0
- package/locales/ja-JP/setting.json +1 -0
- package/locales/ko-KR/common.json +1 -0
- package/locales/ko-KR/modelProvider.json +176 -0
- package/locales/ko-KR/setting.json +1 -0
- package/locales/nl-NL/common.json +1 -0
- package/locales/nl-NL/modelProvider.json +176 -0
- package/locales/nl-NL/setting.json +1 -0
- package/locales/pl-PL/common.json +1 -0
- package/locales/pl-PL/modelProvider.json +176 -0
- package/locales/pl-PL/setting.json +1 -0
- package/locales/pt-BR/common.json +1 -0
- package/locales/pt-BR/modelProvider.json +176 -0
- package/locales/pt-BR/setting.json +1 -0
- package/locales/ru-RU/common.json +1 -0
- package/locales/ru-RU/modelProvider.json +176 -0
- package/locales/ru-RU/setting.json +1 -0
- package/locales/tr-TR/common.json +1 -0
- package/locales/tr-TR/modelProvider.json +176 -0
- package/locales/tr-TR/setting.json +1 -0
- package/locales/vi-VN/common.json +1 -0
- package/locales/vi-VN/modelProvider.json +176 -0
- package/locales/vi-VN/setting.json +1 -0
- package/locales/zh-CN/common.json +1 -0
- package/locales/zh-CN/modelProvider.json +176 -0
- package/locales/zh-CN/setting.json +1 -0
- package/locales/zh-TW/common.json +1 -0
- package/locales/zh-TW/modelProvider.json +176 -0
- package/locales/zh-TW/setting.json +1 -0
- package/package.json +4 -4
- package/src/app/(main)/(mobile)/me/settings/features/Category.tsx +1 -1
- package/src/app/(main)/(mobile)/me/settings/features/useCategory.tsx +12 -5
- package/src/app/(main)/changelog/features/VersionTag.tsx +1 -2
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/Thread.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/ThreadItem.tsx +1 -2
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/index.tsx +0 -1
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/WelcomeChatItem/InboxWelcome/AgentsSuggest.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/WelcomeChatItem/InboxWelcome/QuestionSuggest.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@conversation/features/ZenModeToast/Toast.tsx +1 -1
- package/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/ThreadItem/index.tsx +0 -2
- package/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/TopicItem/index.tsx +0 -1
- package/src/app/(main)/chat/(workspace)/_layout/Desktop/ChatHeader/Tags.tsx +2 -3
- package/src/app/(main)/chat/@session/features/SessionListContent/CollapseGroup/index.tsx +1 -1
- package/src/app/(main)/chat/features/Migration/Start.tsx +1 -1
- package/src/app/(main)/discover/(detail)/assistant/[slug]/features/ConversationExample/TopicList.tsx +4 -3
- package/src/app/(main)/discover/(detail)/assistant/[slug]/features/Header.tsx +1 -1
- package/src/app/(main)/discover/(detail)/features/ShareButton.tsx +2 -1
- package/src/app/(main)/discover/(detail)/model/[...slugs]/features/Header.tsx +1 -1
- package/src/app/(main)/discover/(detail)/plugin/[slug]/features/Header.tsx +1 -1
- package/src/app/(main)/discover/(detail)/provider/[slug]/features/Header.tsx +1 -1
- package/src/app/(main)/discover/(list)/_layout/Desktop/Nav.tsx +0 -1
- package/src/app/(main)/discover/(list)/assistants/features/Card.tsx +1 -1
- package/src/app/(main)/discover/(list)/models/features/Card.tsx +1 -1
- package/src/app/(main)/discover/(list)/plugins/features/Card.tsx +1 -1
- package/src/app/(main)/discover/(list)/providers/features/Card.tsx +1 -1
- package/src/app/(main)/discover/components/GridLoadingCard.tsx +2 -1
- package/src/app/(main)/discover/components/Title.tsx +1 -1
- package/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/EmptyStatus.tsx +1 -1
- package/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/Item/index.tsx +0 -1
- package/src/app/(main)/files/(content)/@modal/(.)[id]/FullscreenModal.tsx +2 -2
- package/src/app/(main)/files/(content)/NotSupportClient.tsx +2 -2
- package/src/app/(main)/profile/_layout/Desktop/SideBar.tsx +1 -1
- package/src/app/(main)/profile/stats/features/ShareButton/Preview.tsx +5 -5
- package/src/app/(main)/repos/[id]/evals/components/Container.tsx +1 -1
- package/src/app/(main)/repos/[id]/evals/dataset/DatasetList/Item.tsx +0 -1
- package/src/app/(main)/settings/_layout/Desktop/SideBar.tsx +1 -1
- package/src/app/(main)/settings/about/features/ItemCard.tsx +3 -3
- package/src/app/(main)/settings/about/features/Version.tsx +1 -1
- package/src/app/(main)/settings/hooks/useCategory.tsx +22 -9
- package/src/app/(main)/settings/llm/components/ProviderConfig/index.tsx +2 -1
- package/src/app/(main)/settings/llm/components/ProviderModelList/ModelFetcher.tsx +0 -1
- package/src/app/(main)/settings/provider/(detail)/[id]/index.tsx +19 -0
- package/src/app/(main)/settings/provider/(detail)/[id]/page.tsx +95 -0
- package/src/app/(main)/settings/provider/(detail)/azure/page.tsx +119 -0
- package/src/app/(main)/settings/provider/(detail)/bedrock/page.tsx +91 -0
- package/src/app/(main)/settings/provider/(detail)/cloudflare/page.tsx +58 -0
- package/src/app/(main)/settings/provider/(detail)/github/page.tsx +67 -0
- package/src/app/(main)/settings/provider/(detail)/huggingface/page.tsx +67 -0
- package/src/app/(main)/settings/provider/(detail)/ollama/Checker.tsx +73 -0
- package/src/app/(main)/settings/provider/(detail)/ollama/page.tsx +34 -0
- package/src/app/(main)/settings/provider/(detail)/openai/page.tsx +23 -0
- package/src/app/(main)/settings/provider/(detail)/wenxin/page.tsx +61 -0
- package/src/app/(main)/settings/provider/(list)/Footer.tsx +36 -0
- package/src/app/(main)/settings/provider/(list)/ProviderGrid/Card.tsx +134 -0
- package/src/app/(main)/settings/provider/(list)/ProviderGrid/index.tsx +91 -0
- package/src/app/(main)/settings/provider/(list)/index.tsx +19 -0
- package/src/app/(main)/settings/provider/ProviderMenu/AddNew.tsx +28 -0
- package/src/app/(main)/settings/provider/ProviderMenu/All.tsx +29 -0
- package/src/app/(main)/settings/provider/ProviderMenu/Item.tsx +69 -0
- package/src/app/(main)/settings/provider/ProviderMenu/List.tsx +76 -0
- package/src/app/(main)/settings/provider/ProviderMenu/SearchResult.tsx +43 -0
- package/src/app/(main)/settings/provider/ProviderMenu/SkeletonList.tsx +60 -0
- package/src/app/(main)/settings/provider/ProviderMenu/SortProviderModal/GroupItem.tsx +30 -0
- package/src/app/(main)/settings/provider/ProviderMenu/SortProviderModal/index.tsx +91 -0
- package/src/app/(main)/settings/provider/ProviderMenu/index.tsx +80 -0
- package/src/app/(main)/settings/provider/_layout/Desktop.tsx +37 -0
- package/src/app/(main)/settings/provider/_layout/Mobile.tsx +14 -0
- package/src/app/(main)/settings/provider/const.ts +20 -0
- package/src/app/(main)/settings/provider/features/CreateNewProvider/index.tsx +146 -0
- package/src/app/(main)/settings/provider/features/ModelList/CreateNewModelModal/Form.tsx +105 -0
- package/src/app/(main)/settings/provider/features/ModelList/CreateNewModelModal/index.tsx +69 -0
- package/src/app/(main)/settings/provider/features/ModelList/DisabledModels.tsx +29 -0
- package/src/app/(main)/settings/provider/features/ModelList/EmptyModels.tsx +101 -0
- package/src/app/(main)/settings/provider/features/ModelList/EnabledModelList/index.tsx +85 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelConfigModal/Form.tsx +109 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelConfigModal/index.tsx +76 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelItem.tsx +346 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelTitle/Search.tsx +37 -0
- package/src/app/(main)/settings/provider/features/ModelList/ModelTitle/index.tsx +145 -0
- package/src/app/(main)/settings/provider/features/ModelList/SearchResult.tsx +67 -0
- package/src/app/(main)/settings/provider/features/ModelList/SkeletonList.tsx +63 -0
- package/src/app/(main)/settings/provider/features/ModelList/SortModelModal/ListItem.tsx +20 -0
- package/src/app/(main)/settings/provider/features/ModelList/SortModelModal/index.tsx +96 -0
- package/src/app/(main)/settings/provider/features/ModelList/index.tsx +59 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/Checker.tsx +120 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/SkeletonInput.tsx +5 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/UpdateProviderInfo/SettingModal.tsx +137 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/UpdateProviderInfo/index.tsx +49 -0
- package/src/app/(main)/settings/provider/features/ProviderConfig/index.tsx +343 -0
- package/src/app/(main)/settings/provider/layout.tsx +21 -0
- package/src/app/(main)/settings/provider/page.tsx +17 -0
- package/src/app/(main)/settings/provider/type.ts +5 -0
- package/src/app/(main)/settings/sync/features/DeviceInfo/Card.tsx +1 -1
- package/src/app/(main)/settings/sync/features/DeviceInfo/index.tsx +1 -1
- package/src/app/@modal/(.)changelog/modal/features/ReadDetail.tsx +1 -1
- package/src/app/@modal/(.)changelog/modal/features/VersionTag.tsx +1 -2
- package/src/app/@modal/(.)changelog/modal/layout.tsx +1 -1
- package/src/components/Cell/index.tsx +1 -1
- package/src/components/DragUpload/index.tsx +2 -3
- package/src/components/FeatureList/index.tsx +1 -1
- package/src/components/FileParsingStatus/EmbeddingStatus.tsx +1 -1
- package/src/components/FileParsingStatus/index.tsx +1 -1
- package/src/components/FunctionModal/style.tsx +2 -2
- package/src/components/GoBack/index.tsx +1 -2
- package/src/components/HotKeys/index.tsx +1 -1
- package/src/components/InstantSwitch/index.tsx +28 -0
- package/src/components/Menu/index.tsx +1 -1
- package/src/components/ModelSelect/index.tsx +2 -3
- package/src/components/Notification/index.tsx +2 -1
- package/src/components/StatisticCard/index.tsx +5 -6
- package/src/config/aiModels/ai21.ts +38 -0
- package/src/config/aiModels/ai360.ts +71 -0
- package/src/config/aiModels/anthropic.ts +152 -0
- package/src/config/aiModels/azure.ts +86 -0
- package/src/config/aiModels/baichuan.ts +107 -0
- package/src/config/aiModels/bedrock.ts +315 -0
- package/src/config/aiModels/cloudflare.ts +88 -0
- package/src/config/aiModels/deepseek.ts +27 -0
- package/src/config/aiModels/fireworksai.ts +232 -0
- package/src/config/aiModels/giteeai.ts +137 -0
- package/src/config/aiModels/github.ts +273 -0
- package/src/config/aiModels/google.ts +317 -0
- package/src/config/aiModels/groq.ts +202 -0
- package/src/config/aiModels/higress.ts +2828 -0
- package/src/config/aiModels/huggingface.ts +56 -0
- package/src/config/aiModels/hunyuan.ts +151 -0
- package/src/config/aiModels/index.ts +98 -0
- package/src/config/aiModels/internlm.ts +40 -0
- package/src/config/aiModels/minimax.ts +55 -0
- package/src/config/aiModels/mistral.ts +172 -0
- package/src/config/aiModels/moonshot.ts +44 -0
- package/src/config/aiModels/novita.ts +124 -0
- package/src/config/aiModels/ollama.ts +412 -0
- package/src/config/aiModels/openai.ts +537 -0
- package/src/config/aiModels/openrouter.ts +252 -0
- package/src/config/aiModels/perplexity.ts +67 -0
- package/src/config/aiModels/qwen.ts +302 -0
- package/src/config/aiModels/sensenova.ts +114 -0
- package/src/config/aiModels/siliconcloud.ts +679 -0
- package/src/config/aiModels/spark.ts +68 -0
- package/src/config/aiModels/stepfun.ts +153 -0
- package/src/config/aiModels/taichu.ts +19 -0
- package/src/config/aiModels/togetherai.ts +334 -0
- package/src/config/aiModels/upstage.ts +37 -0
- package/src/config/aiModels/wenxin.ts +171 -0
- package/src/config/aiModels/xai.ts +72 -0
- package/src/config/aiModels/zeroone.ts +156 -0
- package/src/config/aiModels/zhipu.ts +235 -0
- package/src/config/featureFlags/schema.ts +3 -0
- package/src/config/modelProviders/anthropic.ts +1 -0
- package/src/config/modelProviders/github.ts +0 -1
- package/src/config/modelProviders/google.ts +1 -0
- package/src/config/modelProviders/stepfun.ts +2 -0
- package/src/database/migrations/0013_add_ai_infra.sql +44 -0
- package/src/database/migrations/meta/0013_snapshot.json +3598 -0
- package/src/database/migrations/meta/_journal.json +7 -0
- package/src/database/repositories/aiInfra/index.ts +115 -0
- package/src/database/schemas/aiInfra.ts +69 -0
- package/src/database/schemas/index.ts +1 -0
- package/src/database/server/models/__tests__/aiModel.test.ts +318 -0
- package/src/database/server/models/__tests__/aiProvider.test.ts +373 -0
- package/src/database/server/models/aiModel.ts +250 -0
- package/src/database/server/models/aiProvider.ts +234 -0
- package/src/features/AgentSetting/AgentPrompt/index.tsx +2 -2
- package/src/features/ChatInput/ActionBar/Token/TokenTag.tsx +2 -1
- package/src/features/ChatInput/ActionBar/Tools/index.tsx +2 -3
- package/src/features/ChatInput/ActionBar/Upload/ServerMode.tsx +2 -3
- package/src/features/ChatInput/Desktop/FilePreview/FileItem/index.tsx +3 -2
- package/src/features/ChatInput/Desktop/FilePreview/FileList.tsx +2 -2
- package/src/features/ChatInput/Mobile/Files/FileItem/File.tsx +2 -2
- package/src/features/ChatInput/Mobile/InputArea/index.tsx +1 -1
- package/src/features/ChatInput/STT/common.tsx +1 -1
- package/src/features/Conversation/Error/style.tsx +2 -2
- package/src/features/Conversation/Messages/Assistant/FileChunks/Item/style.ts +2 -2
- package/src/features/Conversation/Messages/Assistant/FileChunks/index.tsx +1 -1
- package/src/features/Conversation/Messages/Assistant/ToolCallItem/Inspector/style.ts +2 -3
- package/src/features/Conversation/Messages/Assistant/ToolCallItem/style.ts +2 -3
- package/src/features/Conversation/Messages/User/FileListViewer/Item.tsx +0 -1
- package/src/features/Conversation/components/BackBottom/style.ts +2 -2
- package/src/features/Conversation/components/MarkdownElements/LobeArtifact/Render/Icon.tsx +2 -3
- package/src/features/Conversation/components/MarkdownElements/LobeArtifact/Render/index.tsx +3 -3
- package/src/features/Conversation/components/MarkdownElements/LobeThinking/Render.tsx +1 -1
- package/src/features/Conversation/components/OTPInput.tsx +2 -2
- package/src/features/DataImporter/Loading.tsx +1 -1
- package/src/features/FileManager/FileList/EmptyStatus.tsx +1 -1
- package/src/features/FileManager/FileList/index.tsx +1 -1
- package/src/features/FileManager/UploadDock/Item.tsx +1 -1
- package/src/features/FileManager/UploadDock/index.tsx +4 -4
- package/src/features/FileViewer/NotSupport/index.tsx +1 -1
- package/src/features/FileViewer/Renderer/MSDoc/index.tsx +0 -1
- package/src/features/FileViewer/Renderer/TXT/index.tsx +1 -1
- package/src/features/InitClientDB/EnableModal.tsx +1 -1
- package/src/features/InitClientDB/ErrorResult.tsx +1 -1
- package/src/features/InitClientDB/InitIndicator.tsx +1 -1
- package/src/features/KnowledgeBaseModal/AddFilesToKnowledgeBase/SelectForm.tsx +0 -1
- package/src/features/ModelSwitchPanel/index.tsx +2 -2
- package/src/features/PluginsUI/Render/Loading.tsx +0 -1
- package/src/features/Portal/Home/Body/Files/FileList/Item.tsx +1 -1
- package/src/features/Portal/Home/Body/Plugins/ArtifactList/Item/style.ts +1 -2
- package/src/features/Setting/SettingContainer.tsx +8 -1
- package/src/features/ShareModal/ShareImage/style.ts +2 -2
- package/src/features/ShareModal/style.ts +2 -2
- package/src/features/User/DataStatistics.tsx +1 -1
- package/src/hooks/useEnabledChatModels.ts +10 -1
- package/src/hooks/useModelSupportToolUse.ts +15 -0
- package/src/hooks/useModelSupportVision.ts +15 -0
- package/src/layout/AuthProvider/Clerk/useAppearance.ts +3 -3
- package/src/layout/GlobalProvider/AppTheme.tsx +1 -1
- package/src/layout/GlobalProvider/StoreInitialization.tsx +5 -0
- package/src/locales/default/common.ts +1 -0
- package/src/locales/default/modelProvider.ts +178 -0
- package/src/locales/default/setting.ts +1 -0
- package/src/server/modules/KeyVaultsEncrypt/index.ts +1 -1
- package/src/server/routers/lambda/aiModel.ts +128 -0
- package/src/server/routers/lambda/aiProvider.ts +127 -0
- package/src/server/routers/lambda/index.ts +4 -0
- package/src/services/__tests__/_auth.test.ts +16 -49
- package/src/services/__tests__/chat.test.ts +2 -0
- package/src/services/_auth.ts +42 -25
- package/src/services/aiModel.ts +52 -0
- package/src/services/aiProvider.ts +47 -0
- package/src/services/chat.ts +62 -18
- package/src/store/aiInfra/index.ts +2 -0
- package/src/store/aiInfra/initialState.ts +11 -0
- package/src/store/aiInfra/selectors.ts +2 -0
- package/src/store/aiInfra/slices/aiModel/action.ts +146 -0
- package/src/store/aiInfra/slices/aiModel/index.ts +3 -0
- package/src/store/aiInfra/slices/aiModel/initialState.ts +14 -0
- package/src/store/aiInfra/slices/aiModel/selectors.ts +63 -0
- package/src/store/aiInfra/slices/aiProvider/action.ts +208 -0
- package/src/store/aiInfra/slices/aiProvider/index.ts +3 -0
- package/src/store/aiInfra/slices/aiProvider/initialState.ts +32 -0
- package/src/store/aiInfra/slices/aiProvider/selectors.ts +99 -0
- package/src/store/aiInfra/store.ts +25 -0
- package/src/store/global/initialState.ts +1 -0
- package/src/store/serverConfig/selectors.test.ts +1 -0
- package/src/styles/global.ts +1 -1
- package/src/types/aiModel.ts +32 -6
- package/src/types/aiProvider.ts +11 -4
- package/src/utils/fetch/fetchSSE.ts +3 -1
@@ -63,6 +63,44 @@
|
|
63
63
|
"title": "Cloudflare-Kundenkennung / API-Adresse"
|
64
64
|
}
|
65
65
|
},
|
66
|
+
"createNewAiProvider": {
|
67
|
+
"apiKey": {
|
68
|
+
"placeholder": "Bitte geben Sie Ihren API-Schlüssel ein",
|
69
|
+
"required": "Bitte geben Sie Ihren API-Schlüssel ein",
|
70
|
+
"title": "API-Schlüssel"
|
71
|
+
},
|
72
|
+
"basicTitle": "Grundinformationen",
|
73
|
+
"configTitle": "Konfigurationsinformationen",
|
74
|
+
"confirm": "Neu erstellen",
|
75
|
+
"createSuccess": "Erstellung erfolgreich",
|
76
|
+
"description": {
|
77
|
+
"placeholder": "Beschreibung des Anbieters (optional)",
|
78
|
+
"title": "Beschreibung des Anbieters"
|
79
|
+
},
|
80
|
+
"id": {
|
81
|
+
"placeholder": "Empfohlen in Kleinbuchstaben, z.B. openai, nach der Erstellung nicht mehr änderbar",
|
82
|
+
"required": "Bitte geben Sie die Anbieter-ID ein",
|
83
|
+
"title": "Anbieter-ID"
|
84
|
+
},
|
85
|
+
"logo": {
|
86
|
+
"required": "Bitte laden Sie das korrekte Anbieter-Logo hoch",
|
87
|
+
"title": "Anbieter-Logo"
|
88
|
+
},
|
89
|
+
"name": {
|
90
|
+
"placeholder": "Bitte geben Sie den angezeigten Namen des Anbieters ein",
|
91
|
+
"required": "Bitte geben Sie den Namen des Anbieters ein",
|
92
|
+
"title": "Name des Anbieters"
|
93
|
+
},
|
94
|
+
"proxyUrl": {
|
95
|
+
"placeholder": "Bitte geben Sie Ihre Anforderungsadresse ein, wenn nicht angegeben, wird die entsprechende Anforderungsadresse des SDK verwendet",
|
96
|
+
"title": "Proxy-Adresse"
|
97
|
+
},
|
98
|
+
"sdkType": {
|
99
|
+
"required": "Bitte wählen Sie den SDK-Typ aus",
|
100
|
+
"title": "Anforderungsformat"
|
101
|
+
},
|
102
|
+
"title": "Erstellen Sie einen benutzerdefinierten AI-Anbieter"
|
103
|
+
},
|
66
104
|
"github": {
|
67
105
|
"personalAccessToken": {
|
68
106
|
"desc": "Geben Sie Ihr GitHub-PAT ein und klicken Sie [hier](https://github.com/settings/tokens), um eines zu erstellen.",
|
@@ -77,6 +115,23 @@
|
|
77
115
|
"title": "HuggingFace-Token"
|
78
116
|
}
|
79
117
|
},
|
118
|
+
"list": {
|
119
|
+
"title": {
|
120
|
+
"disabled": "Dienstanbieter nicht aktiviert",
|
121
|
+
"enabled": "Dienstanbieter aktiviert"
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"menu": {
|
125
|
+
"addCustomProvider": "Benutzerdefinierten Anbieter hinzufügen",
|
126
|
+
"all": "Alle",
|
127
|
+
"list": {
|
128
|
+
"disabled": "Nicht aktiviert",
|
129
|
+
"enabled": "Aktiviert"
|
130
|
+
},
|
131
|
+
"notFound": "Keine Suchergebnisse gefunden",
|
132
|
+
"searchProviders": "Anbieter suchen...",
|
133
|
+
"sort": "Benutzerdefinierte Sortierung"
|
134
|
+
},
|
80
135
|
"ollama": {
|
81
136
|
"checker": {
|
82
137
|
"desc": "Testen Sie, ob die Proxy-Adresse korrekt eingetragen wurde",
|
@@ -131,6 +186,127 @@
|
|
131
186
|
"title": "Download specified Ollama model"
|
132
187
|
}
|
133
188
|
},
|
189
|
+
"providerModels": {
|
190
|
+
"config": {
|
191
|
+
"aesGcm": "Ihr Schlüssel und die Proxy-Adresse werden mit dem <1>AES-GCM</1>-Verschlüsselungsalgorithmus verschlüsselt",
|
192
|
+
"apiKey": {
|
193
|
+
"desc": "Bitte geben Sie Ihren {{name}} API-Schlüssel ein",
|
194
|
+
"placeholder": "{{name}} API-Schlüssel",
|
195
|
+
"title": "API-Schlüssel"
|
196
|
+
},
|
197
|
+
"baseURL": {
|
198
|
+
"desc": "Muss http(s):// enthalten",
|
199
|
+
"placeholder": "https://your-proxy-url.com/v1",
|
200
|
+
"title": "API-Proxy-Adresse"
|
201
|
+
},
|
202
|
+
"checker": {
|
203
|
+
"button": "Überprüfen",
|
204
|
+
"desc": "Testen Sie, ob der API-Schlüssel und die Proxy-Adresse korrekt eingegeben wurden",
|
205
|
+
"pass": "Überprüfung bestanden",
|
206
|
+
"title": "Verbindungsprüfung"
|
207
|
+
},
|
208
|
+
"fetchOnClient": {
|
209
|
+
"desc": "Der Client-Anforderungsmodus initiiert die Sitzung direkt aus dem Browser, was die Reaktionsgeschwindigkeit erhöhen kann",
|
210
|
+
"title": "Client-Anforderungsmodus verwenden"
|
211
|
+
},
|
212
|
+
"helpDoc": "Konfigurationsanleitung",
|
213
|
+
"waitingForMore": "Weitere Modelle werden <1>geplant</1>, bitte warten Sie"
|
214
|
+
},
|
215
|
+
"createNew": {
|
216
|
+
"title": "Erstellen Sie ein benutzerdefiniertes AI-Modell"
|
217
|
+
},
|
218
|
+
"item": {
|
219
|
+
"config": "Modell konfigurieren",
|
220
|
+
"customModelCards": {
|
221
|
+
"addNew": "Erstellen und hinzufügen {{id}} Modell",
|
222
|
+
"confirmDelete": "Das benutzerdefinierte Modell wird gelöscht, nach dem Löschen kann es nicht wiederhergestellt werden. Bitte vorsichtig vorgehen."
|
223
|
+
},
|
224
|
+
"delete": {
|
225
|
+
"confirm": "Bestätigen Sie das Löschen des Modells {{displayName}}?",
|
226
|
+
"success": "Löschung erfolgreich",
|
227
|
+
"title": "Modell löschen"
|
228
|
+
},
|
229
|
+
"modelConfig": {
|
230
|
+
"azureDeployName": {
|
231
|
+
"extra": "Feld, das in Azure OpenAI tatsächlich angefordert wird",
|
232
|
+
"placeholder": "Bitte geben Sie den Modellbereitstellungsnamen in Azure ein",
|
233
|
+
"title": "Modellbereitstellungsname"
|
234
|
+
},
|
235
|
+
"displayName": {
|
236
|
+
"placeholder": "Bitte geben Sie den angezeigten Namen des Modells ein, z.B. ChatGPT, GPT-4 usw.",
|
237
|
+
"title": "Anzeigename des Modells"
|
238
|
+
},
|
239
|
+
"files": {
|
240
|
+
"extra": "Der aktuelle Datei-Upload ist nur eine Hack-Lösung und nur für eigene Versuche gedacht. Warten Sie auf die vollständige Datei-Upload-Funktionalität.",
|
241
|
+
"title": "Datei-Upload unterstützen"
|
242
|
+
},
|
243
|
+
"functionCall": {
|
244
|
+
"extra": "Diese Konfiguration aktiviert nur die Funktionalität zum Aufrufen von Funktionen in der Anwendung. Ob Funktionen unterstützt werden, hängt vollständig vom Modell selbst ab. Bitte testen Sie die Verwendbarkeit der Funktionalität des Modells selbst.",
|
245
|
+
"title": "Funktionaufrufe unterstützen"
|
246
|
+
},
|
247
|
+
"id": {
|
248
|
+
"extra": "Wird als Modell-Tag angezeigt",
|
249
|
+
"placeholder": "Bitte geben Sie die Modell-ID ein, z.B. gpt-4-turbo-preview oder claude-2.1",
|
250
|
+
"title": "Modell-ID"
|
251
|
+
},
|
252
|
+
"modalTitle": "Benutzerdefinierte Modellkonfiguration",
|
253
|
+
"tokens": {
|
254
|
+
"title": "Maximale Token-Anzahl",
|
255
|
+
"unlimited": "Unbegrenzt"
|
256
|
+
},
|
257
|
+
"vision": {
|
258
|
+
"extra": "Diese Konfiguration aktiviert nur die Bild-Upload-Funktionalität in der Anwendung. Ob die Erkennung unterstützt wird, hängt vollständig vom Modell selbst ab. Bitte testen Sie die Verwendbarkeit der visuellen Erkennungsfähigkeit des Modells selbst.",
|
259
|
+
"title": "Visuelle Erkennung unterstützen"
|
260
|
+
}
|
261
|
+
},
|
262
|
+
"pricing": {
|
263
|
+
"image": "${{amount}}/Bild",
|
264
|
+
"inputCharts": "${{amount}}/M Zeichen",
|
265
|
+
"inputMinutes": "${{amount}}/Minuten",
|
266
|
+
"inputTokens": "Eingabe ${{amount}}/M",
|
267
|
+
"outputTokens": "Ausgabe ${{amount}}/M"
|
268
|
+
},
|
269
|
+
"releasedAt": "Veröffentlicht am {{releasedAt}}"
|
270
|
+
},
|
271
|
+
"list": {
|
272
|
+
"addNew": "Modell hinzufügen",
|
273
|
+
"disabled": "Nicht aktiviert",
|
274
|
+
"empty": {
|
275
|
+
"desc": "Bitte erstellen Sie ein benutzerdefiniertes Modell oder ziehen Sie ein Modell, um zu beginnen.",
|
276
|
+
"title": "Keine verfügbaren Modelle"
|
277
|
+
},
|
278
|
+
"enabled": "Aktiviert",
|
279
|
+
"enabledActions": {
|
280
|
+
"disableAll": "Alle deaktivieren",
|
281
|
+
"enableAll": "Alle aktivieren",
|
282
|
+
"sort": "Benutzerdefinierte Modellreihenfolge"
|
283
|
+
},
|
284
|
+
"enabledEmpty": "Keine aktivierten Modelle vorhanden, bitte aktivieren Sie Ihre bevorzugten Modelle aus der Liste unten~",
|
285
|
+
"fetcher": {
|
286
|
+
"clear": "Abgerufene Modelle löschen",
|
287
|
+
"fetch": "Modellliste abrufen",
|
288
|
+
"fetching": "Modellliste wird abgerufen...",
|
289
|
+
"latestTime": "Letzte Aktualisierung: {{time}}",
|
290
|
+
"noLatestTime": "Liste wurde noch nicht abgerufen"
|
291
|
+
},
|
292
|
+
"search": "Modelle suchen...",
|
293
|
+
"searchResult": "{{count}} Modelle gefunden",
|
294
|
+
"title": "Modellliste",
|
295
|
+
"total": "Insgesamt {{count}} verfügbare Modelle"
|
296
|
+
},
|
297
|
+
"searchNotFound": "Keine Suchergebnisse gefunden"
|
298
|
+
},
|
299
|
+
"sortModal": {
|
300
|
+
"success": "Sortierung erfolgreich aktualisiert",
|
301
|
+
"title": "Benutzerdefinierte Sortierung",
|
302
|
+
"update": "Aktualisieren"
|
303
|
+
},
|
304
|
+
"updateAiProvider": {
|
305
|
+
"confirmDelete": "Der AI-Anbieter wird gelöscht, nach dem Löschen kann er nicht wiederhergestellt werden. Bestätigen Sie, ob Sie löschen möchten?",
|
306
|
+
"deleteSuccess": "Löschung erfolgreich",
|
307
|
+
"tooltip": "Aktualisieren Sie die grundlegenden Anbieterinformationen",
|
308
|
+
"updateSuccess": "Aktualisierung erfolgreich"
|
309
|
+
},
|
134
310
|
"wenxin": {
|
135
311
|
"accessKey": {
|
136
312
|
"desc": "Geben Sie den Access Key der Baidu Qianfan-Plattform ein",
|
@@ -63,6 +63,44 @@
|
|
63
63
|
"title": "Cloudflare Account ID / API Address"
|
64
64
|
}
|
65
65
|
},
|
66
|
+
"createNewAiProvider": {
|
67
|
+
"apiKey": {
|
68
|
+
"placeholder": "Please enter your API Key",
|
69
|
+
"required": "Please enter your API Key",
|
70
|
+
"title": "API Key"
|
71
|
+
},
|
72
|
+
"basicTitle": "Basic Information",
|
73
|
+
"configTitle": "Configuration Information",
|
74
|
+
"confirm": "Create",
|
75
|
+
"createSuccess": "Creation successful",
|
76
|
+
"description": {
|
77
|
+
"placeholder": "Provider description (optional)",
|
78
|
+
"title": "Provider Description"
|
79
|
+
},
|
80
|
+
"id": {
|
81
|
+
"placeholder": "Suggested all lowercase, e.g., openai, cannot be modified after creation",
|
82
|
+
"required": "Please enter the provider ID",
|
83
|
+
"title": "Provider ID"
|
84
|
+
},
|
85
|
+
"logo": {
|
86
|
+
"required": "Please upload a valid provider logo",
|
87
|
+
"title": "Provider Logo"
|
88
|
+
},
|
89
|
+
"name": {
|
90
|
+
"placeholder": "Please enter the display name of the provider",
|
91
|
+
"required": "Please enter the provider name",
|
92
|
+
"title": "Provider Name"
|
93
|
+
},
|
94
|
+
"proxyUrl": {
|
95
|
+
"placeholder": "Please enter your request URL, if left blank, the corresponding SDK request URL will be used",
|
96
|
+
"title": "Proxy URL"
|
97
|
+
},
|
98
|
+
"sdkType": {
|
99
|
+
"required": "Please select SDK type",
|
100
|
+
"title": "Request Format"
|
101
|
+
},
|
102
|
+
"title": "Create Custom AI Provider"
|
103
|
+
},
|
66
104
|
"github": {
|
67
105
|
"personalAccessToken": {
|
68
106
|
"desc": "Enter your GitHub PAT. Click [here](https://github.com/settings/tokens) to create one.",
|
@@ -77,6 +115,23 @@
|
|
77
115
|
"title": "HuggingFace Token"
|
78
116
|
}
|
79
117
|
},
|
118
|
+
"list": {
|
119
|
+
"title": {
|
120
|
+
"disabled": "Disabled",
|
121
|
+
"enabled": "Enabled"
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"menu": {
|
125
|
+
"addCustomProvider": "Add Custom Provider",
|
126
|
+
"all": "All",
|
127
|
+
"list": {
|
128
|
+
"disabled": "Disabled",
|
129
|
+
"enabled": "Enabled"
|
130
|
+
},
|
131
|
+
"notFound": "No search results found",
|
132
|
+
"searchProviders": "Search Providers...",
|
133
|
+
"sort": "Custom Sort"
|
134
|
+
},
|
80
135
|
"ollama": {
|
81
136
|
"checker": {
|
82
137
|
"desc": "Test if the proxy address is correctly filled in",
|
@@ -131,6 +186,127 @@
|
|
131
186
|
"title": "Download specified Ollama model"
|
132
187
|
}
|
133
188
|
},
|
189
|
+
"providerModels": {
|
190
|
+
"config": {
|
191
|
+
"aesGcm": "Your key and proxy URL will be encrypted using <1>AES-GCM</1> encryption algorithm",
|
192
|
+
"apiKey": {
|
193
|
+
"desc": "Please enter your {{name}} API Key",
|
194
|
+
"placeholder": "{{name}} API Key",
|
195
|
+
"title": "API Key"
|
196
|
+
},
|
197
|
+
"baseURL": {
|
198
|
+
"desc": "Must include http(s)://",
|
199
|
+
"placeholder": "https://your-proxy-url.com/v1",
|
200
|
+
"title": "API Proxy URL"
|
201
|
+
},
|
202
|
+
"checker": {
|
203
|
+
"button": "Check",
|
204
|
+
"desc": "Test if the API Key and proxy URL are correctly filled",
|
205
|
+
"pass": "Check passed",
|
206
|
+
"title": "Connectivity Check"
|
207
|
+
},
|
208
|
+
"fetchOnClient": {
|
209
|
+
"desc": "Client request mode will initiate session requests directly from the browser, which can improve response speed",
|
210
|
+
"title": "Use Client Request Mode"
|
211
|
+
},
|
212
|
+
"helpDoc": "Configuration Guide",
|
213
|
+
"waitingForMore": "More models are currently <1>planned for integration</1>, please stay tuned"
|
214
|
+
},
|
215
|
+
"createNew": {
|
216
|
+
"title": "Create Custom AI Model"
|
217
|
+
},
|
218
|
+
"item": {
|
219
|
+
"config": "Configure Model",
|
220
|
+
"customModelCards": {
|
221
|
+
"addNew": "Create and add {{id}} model",
|
222
|
+
"confirmDelete": "You are about to delete this custom model. Once deleted, it cannot be recovered. Please proceed with caution."
|
223
|
+
},
|
224
|
+
"delete": {
|
225
|
+
"confirm": "Are you sure you want to delete model {{displayName}}?",
|
226
|
+
"success": "Deletion successful",
|
227
|
+
"title": "Delete Model"
|
228
|
+
},
|
229
|
+
"modelConfig": {
|
230
|
+
"azureDeployName": {
|
231
|
+
"extra": "Field used for actual requests in Azure OpenAI",
|
232
|
+
"placeholder": "Please enter the model deployment name in Azure",
|
233
|
+
"title": "Model Deployment Name"
|
234
|
+
},
|
235
|
+
"displayName": {
|
236
|
+
"placeholder": "Please enter the display name of the model, e.g., ChatGPT, GPT-4, etc.",
|
237
|
+
"title": "Model Display Name"
|
238
|
+
},
|
239
|
+
"files": {
|
240
|
+
"extra": "The current file upload implementation is just a hack solution, limited to self-experimentation. Please wait for complete file upload capabilities in future implementations.",
|
241
|
+
"title": "File Upload Support"
|
242
|
+
},
|
243
|
+
"functionCall": {
|
244
|
+
"extra": "This configuration will only enable function calling capabilities in the application. Whether function calling is supported depends entirely on the model itself. Please test the function calling capabilities of the model yourself.",
|
245
|
+
"title": "Support Function Calling"
|
246
|
+
},
|
247
|
+
"id": {
|
248
|
+
"extra": "Will be displayed as the model label",
|
249
|
+
"placeholder": "Please enter model id, e.g., gpt-4-turbo-preview or claude-2.1",
|
250
|
+
"title": "Model ID"
|
251
|
+
},
|
252
|
+
"modalTitle": "Custom Model Configuration",
|
253
|
+
"tokens": {
|
254
|
+
"title": "Maximum Token Count",
|
255
|
+
"unlimited": "Unlimited"
|
256
|
+
},
|
257
|
+
"vision": {
|
258
|
+
"extra": "This configuration will only enable image upload capabilities in the application. Whether recognition is supported depends entirely on the model itself. Please test the visual recognition capabilities of the model yourself.",
|
259
|
+
"title": "Support Vision"
|
260
|
+
}
|
261
|
+
},
|
262
|
+
"pricing": {
|
263
|
+
"image": "${{amount}}/Image",
|
264
|
+
"inputCharts": "${{amount}}/M Characters",
|
265
|
+
"inputMinutes": "${{amount}}/Minutes",
|
266
|
+
"inputTokens": "Input ${{amount}}/M",
|
267
|
+
"outputTokens": "Output ${{amount}}/M"
|
268
|
+
},
|
269
|
+
"releasedAt": "Released at {{releasedAt}}"
|
270
|
+
},
|
271
|
+
"list": {
|
272
|
+
"addNew": "Add Model",
|
273
|
+
"disabled": "Disabled",
|
274
|
+
"empty": {
|
275
|
+
"desc": "Please create a custom model or pull a model to get started.",
|
276
|
+
"title": "No available models"
|
277
|
+
},
|
278
|
+
"enabled": "Enabled",
|
279
|
+
"enabledActions": {
|
280
|
+
"disableAll": "Disable All",
|
281
|
+
"enableAll": "Enable All",
|
282
|
+
"sort": "Custom Model Sorting"
|
283
|
+
},
|
284
|
+
"enabledEmpty": "No enabled models available. Please enable your preferred models from the list below~",
|
285
|
+
"fetcher": {
|
286
|
+
"clear": "Clear fetched models",
|
287
|
+
"fetch": "Fetch models",
|
288
|
+
"fetching": "Fetching model list...",
|
289
|
+
"latestTime": "Last updated: {{time}}",
|
290
|
+
"noLatestTime": "Model list not yet fetched"
|
291
|
+
},
|
292
|
+
"search": "Search Models...",
|
293
|
+
"searchResult": "{{count}} models found",
|
294
|
+
"title": "Model List",
|
295
|
+
"total": "{{count}} models available"
|
296
|
+
},
|
297
|
+
"searchNotFound": "No search results found"
|
298
|
+
},
|
299
|
+
"sortModal": {
|
300
|
+
"success": "Sort update successful",
|
301
|
+
"title": "Custom Order",
|
302
|
+
"update": "Update"
|
303
|
+
},
|
304
|
+
"updateAiProvider": {
|
305
|
+
"confirmDelete": "You are about to delete this AI provider. Once deleted, it cannot be retrieved. Are you sure you want to delete?",
|
306
|
+
"deleteSuccess": "Deletion successful",
|
307
|
+
"tooltip": "Update provider basic configuration",
|
308
|
+
"updateSuccess": "Update successful"
|
309
|
+
},
|
134
310
|
"wenxin": {
|
135
311
|
"accessKey": {
|
136
312
|
"desc": "Enter the Access Key from the Baidu Qianfan platform",
|
@@ -63,6 +63,44 @@
|
|
63
63
|
"title": "ID de cuenta de Cloudflare / dirección URL de API"
|
64
64
|
}
|
65
65
|
},
|
66
|
+
"createNewAiProvider": {
|
67
|
+
"apiKey": {
|
68
|
+
"placeholder": "Por favor, introduce tu API Key",
|
69
|
+
"required": "Por favor, introduce tu API Key",
|
70
|
+
"title": "API Key"
|
71
|
+
},
|
72
|
+
"basicTitle": "Información básica",
|
73
|
+
"configTitle": "Información de configuración",
|
74
|
+
"confirm": "Crear nuevo",
|
75
|
+
"createSuccess": "Creación exitosa",
|
76
|
+
"description": {
|
77
|
+
"placeholder": "Descripción del proveedor (opcional)",
|
78
|
+
"title": "Descripción del proveedor"
|
79
|
+
},
|
80
|
+
"id": {
|
81
|
+
"placeholder": "Se recomienda en minúsculas, por ejemplo openai, no se puede modificar después de crear",
|
82
|
+
"required": "Por favor, introduce el ID del proveedor",
|
83
|
+
"title": "ID del proveedor"
|
84
|
+
},
|
85
|
+
"logo": {
|
86
|
+
"required": "Por favor, sube un logo correcto del proveedor",
|
87
|
+
"title": "Logo del proveedor"
|
88
|
+
},
|
89
|
+
"name": {
|
90
|
+
"placeholder": "Por favor, introduce el nombre del proveedor",
|
91
|
+
"required": "Por favor, introduce el nombre del proveedor",
|
92
|
+
"title": "Nombre del proveedor"
|
93
|
+
},
|
94
|
+
"proxyUrl": {
|
95
|
+
"placeholder": "Por favor, introduce tu dirección de solicitud, si no se completa, se usará la dirección de solicitud correspondiente del SDK",
|
96
|
+
"title": "Dirección del proxy"
|
97
|
+
},
|
98
|
+
"sdkType": {
|
99
|
+
"required": "Por favor, selecciona el tipo de SDK",
|
100
|
+
"title": "Formato de solicitud"
|
101
|
+
},
|
102
|
+
"title": "Crear proveedor de AI personalizado"
|
103
|
+
},
|
66
104
|
"github": {
|
67
105
|
"personalAccessToken": {
|
68
106
|
"desc": "Introduce tu PAT de Github, haz clic [aquí](https://github.com/settings/tokens) para crear uno",
|
@@ -77,6 +115,23 @@
|
|
77
115
|
"title": "Token de HuggingFace"
|
78
116
|
}
|
79
117
|
},
|
118
|
+
"list": {
|
119
|
+
"title": {
|
120
|
+
"disabled": "Proveedor no habilitado",
|
121
|
+
"enabled": "Proveedor habilitado"
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"menu": {
|
125
|
+
"addCustomProvider": "Agregar proveedor personalizado",
|
126
|
+
"all": "Todo",
|
127
|
+
"list": {
|
128
|
+
"disabled": "No habilitado",
|
129
|
+
"enabled": "Habilitado"
|
130
|
+
},
|
131
|
+
"notFound": "No se encontraron resultados de búsqueda",
|
132
|
+
"searchProviders": "Buscar proveedores...",
|
133
|
+
"sort": "Orden personalizado"
|
134
|
+
},
|
80
135
|
"ollama": {
|
81
136
|
"checker": {
|
82
137
|
"desc": "Prueba si la dirección del proxy de la interfaz se ha introducido correctamente",
|
@@ -131,6 +186,127 @@
|
|
131
186
|
"title": "Download specified Ollama model"
|
132
187
|
}
|
133
188
|
},
|
189
|
+
"providerModels": {
|
190
|
+
"config": {
|
191
|
+
"aesGcm": "Tu clave y dirección del proxy se cifrarán utilizando el algoritmo de cifrado <1>AES-GCM</1>",
|
192
|
+
"apiKey": {
|
193
|
+
"desc": "Por favor, introduce tu {{name}} API Key",
|
194
|
+
"placeholder": "{{name}} API Key",
|
195
|
+
"title": "API Key"
|
196
|
+
},
|
197
|
+
"baseURL": {
|
198
|
+
"desc": "Debe incluir http(s)://",
|
199
|
+
"placeholder": "https://tu-direccion-proxy.com/v1",
|
200
|
+
"title": "Dirección del proxy API"
|
201
|
+
},
|
202
|
+
"checker": {
|
203
|
+
"button": "Verificar",
|
204
|
+
"desc": "Prueba si la API Key y la dirección del proxy están correctamente introducidas",
|
205
|
+
"pass": "Verificación exitosa",
|
206
|
+
"title": "Verificación de conectividad"
|
207
|
+
},
|
208
|
+
"fetchOnClient": {
|
209
|
+
"desc": "El modo de solicitud del cliente iniciará la solicitud de sesión directamente desde el navegador, lo que puede mejorar la velocidad de respuesta",
|
210
|
+
"title": "Usar modo de solicitud del cliente"
|
211
|
+
},
|
212
|
+
"helpDoc": "Guía de configuración",
|
213
|
+
"waitingForMore": "Más modelos están en <1>planificación de integración</1>, por favor, espera"
|
214
|
+
},
|
215
|
+
"createNew": {
|
216
|
+
"title": "Crear modelo de AI personalizado"
|
217
|
+
},
|
218
|
+
"item": {
|
219
|
+
"config": "Configurar modelo",
|
220
|
+
"customModelCards": {
|
221
|
+
"addNew": "Crear y agregar modelo {{id}}",
|
222
|
+
"confirmDelete": "Estás a punto de eliminar este modelo personalizado, una vez eliminado no se puede recuperar, por favor actúa con precaución."
|
223
|
+
},
|
224
|
+
"delete": {
|
225
|
+
"confirm": "¿Confirmar eliminación del modelo {{displayName}}?",
|
226
|
+
"success": "Eliminación exitosa",
|
227
|
+
"title": "Eliminar modelo"
|
228
|
+
},
|
229
|
+
"modelConfig": {
|
230
|
+
"azureDeployName": {
|
231
|
+
"extra": "Campo solicitado en Azure OpenAI",
|
232
|
+
"placeholder": "Por favor, introduce el nombre de despliegue del modelo en Azure",
|
233
|
+
"title": "Nombre de despliegue del modelo"
|
234
|
+
},
|
235
|
+
"displayName": {
|
236
|
+
"placeholder": "Por favor, introduce el nombre de visualización del modelo, por ejemplo, ChatGPT, GPT-4, etc.",
|
237
|
+
"title": "Nombre de visualización del modelo"
|
238
|
+
},
|
239
|
+
"files": {
|
240
|
+
"extra": "La implementación actual de carga de archivos es solo una solución temporal, solo para prueba personal. La capacidad completa de carga de archivos estará disponible en futuras implementaciones.",
|
241
|
+
"title": "Soporte para carga de archivos"
|
242
|
+
},
|
243
|
+
"functionCall": {
|
244
|
+
"extra": "Esta configuración solo habilitará la capacidad de llamada a funciones en la aplicación, si se admite la llamada a funciones depende completamente del modelo en sí, prueba la disponibilidad de la capacidad de llamada a funciones de este modelo.",
|
245
|
+
"title": "Soporte para llamada a funciones"
|
246
|
+
},
|
247
|
+
"id": {
|
248
|
+
"extra": "Se mostrará como etiqueta del modelo",
|
249
|
+
"placeholder": "Por favor, introduce el id del modelo, por ejemplo, gpt-4-turbo-preview o claude-2.1",
|
250
|
+
"title": "ID del modelo"
|
251
|
+
},
|
252
|
+
"modalTitle": "Configuración del modelo personalizado",
|
253
|
+
"tokens": {
|
254
|
+
"title": "Número máximo de tokens",
|
255
|
+
"unlimited": "Sin límite"
|
256
|
+
},
|
257
|
+
"vision": {
|
258
|
+
"extra": "Esta configuración solo habilitará la configuración de carga de imágenes en la aplicación, si se admite el reconocimiento depende completamente del modelo en sí, prueba la disponibilidad de la capacidad de reconocimiento visual de este modelo.",
|
259
|
+
"title": "Soporte para reconocimiento visual"
|
260
|
+
}
|
261
|
+
},
|
262
|
+
"pricing": {
|
263
|
+
"image": "${{amount}}/imagen",
|
264
|
+
"inputCharts": "${{amount}}/M caracteres",
|
265
|
+
"inputMinutes": "${{amount}}/minuto",
|
266
|
+
"inputTokens": "Entrada ${{amount}}/M",
|
267
|
+
"outputTokens": "Salida ${{amount}}/M"
|
268
|
+
},
|
269
|
+
"releasedAt": "Publicado el {{releasedAt}}"
|
270
|
+
},
|
271
|
+
"list": {
|
272
|
+
"addNew": "Agregar modelo",
|
273
|
+
"disabled": "No habilitado",
|
274
|
+
"empty": {
|
275
|
+
"desc": "Por favor, crea un modelo personalizado o importa un modelo para comenzar a usarlo.",
|
276
|
+
"title": "No hay modelos disponibles"
|
277
|
+
},
|
278
|
+
"enabled": "Habilitado",
|
279
|
+
"enabledActions": {
|
280
|
+
"disableAll": "Deshabilitar todo",
|
281
|
+
"enableAll": "Habilitar todo",
|
282
|
+
"sort": "Ordenar modelos personalizados"
|
283
|
+
},
|
284
|
+
"enabledEmpty": "No hay modelos habilitados, por favor habilita los modelos que te gusten de la lista a continuación~",
|
285
|
+
"fetcher": {
|
286
|
+
"clear": "Eliminar modelos obtenidos",
|
287
|
+
"fetch": "Obtener lista de modelos",
|
288
|
+
"fetching": "Obteniendo lista de modelos...",
|
289
|
+
"latestTime": "Última actualización: {{time}}",
|
290
|
+
"noLatestTime": "Lista aún no obtenida"
|
291
|
+
},
|
292
|
+
"search": "Buscar modelos...",
|
293
|
+
"searchResult": "Se encontraron {{count}} modelos",
|
294
|
+
"title": "Lista de modelos",
|
295
|
+
"total": "Un total de {{count}} modelos disponibles"
|
296
|
+
},
|
297
|
+
"searchNotFound": "No se encontraron resultados de búsqueda"
|
298
|
+
},
|
299
|
+
"sortModal": {
|
300
|
+
"success": "Orden actualizado con éxito",
|
301
|
+
"title": "Orden personalizado",
|
302
|
+
"update": "Actualizar"
|
303
|
+
},
|
304
|
+
"updateAiProvider": {
|
305
|
+
"confirmDelete": "Estás a punto de eliminar este proveedor de AI, una vez eliminado no se puede recuperar, ¿confirmar eliminación?",
|
306
|
+
"deleteSuccess": "Eliminación exitosa",
|
307
|
+
"tooltip": "Actualizar configuración básica del proveedor",
|
308
|
+
"updateSuccess": "Actualización exitosa"
|
309
|
+
},
|
134
310
|
"wenxin": {
|
135
311
|
"accessKey": {
|
136
312
|
"desc": "Introduce la Access Key de la plataforma Qianfan de Baidu",
|
@@ -411,6 +411,7 @@
|
|
411
411
|
"common": "Configuración común",
|
412
412
|
"experiment": "Experimento",
|
413
413
|
"llm": "Modelo de lenguaje",
|
414
|
+
"provider": "Proveedor de servicios de IA",
|
414
415
|
"sync": "Sincronización en la nube",
|
415
416
|
"system-agent": "Asistente del sistema",
|
416
417
|
"tts": "Servicio de voz"
|