@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 / آدرس API"
|
64
64
|
}
|
65
65
|
},
|
66
|
+
"createNewAiProvider": {
|
67
|
+
"apiKey": {
|
68
|
+
"placeholder": "لطفاً کلید API خود را وارد کنید",
|
69
|
+
"required": "لطفاً کلید API خود را وارد کنید",
|
70
|
+
"title": "کلید API"
|
71
|
+
},
|
72
|
+
"basicTitle": "اطلاعات پایه",
|
73
|
+
"configTitle": "اطلاعات پیکربندی",
|
74
|
+
"confirm": "ایجاد جدید",
|
75
|
+
"createSuccess": "ایجاد با موفقیت انجام شد",
|
76
|
+
"description": {
|
77
|
+
"placeholder": "توضیحات ارائهدهنده (اختیاری)",
|
78
|
+
"title": "توضیحات ارائهدهنده"
|
79
|
+
},
|
80
|
+
"id": {
|
81
|
+
"placeholder": "توصیه میشود تماماً با حروف کوچک باشد، مانند openai، پس از ایجاد قابل ویرایش نخواهد بود",
|
82
|
+
"required": "لطفاً شناسه ارائهدهنده را وارد کنید",
|
83
|
+
"title": "شناسه ارائهدهنده"
|
84
|
+
},
|
85
|
+
"logo": {
|
86
|
+
"required": "لطفاً لوگوی صحیح ارائهدهنده را بارگذاری کنید",
|
87
|
+
"title": "لوگوی ارائهدهنده"
|
88
|
+
},
|
89
|
+
"name": {
|
90
|
+
"placeholder": "لطفاً نام نمایشی ارائهدهنده را وارد کنید",
|
91
|
+
"required": "لطفاً نام ارائهدهنده را وارد کنید",
|
92
|
+
"title": "نام ارائهدهنده"
|
93
|
+
},
|
94
|
+
"proxyUrl": {
|
95
|
+
"placeholder": "لطفاً آدرس درخواست خود را وارد کنید، در صورت عدم وارد کردن از آدرس درخواست مربوط به SDK استفاده خواهد شد",
|
96
|
+
"title": "آدرس پروکسی"
|
97
|
+
},
|
98
|
+
"sdkType": {
|
99
|
+
"required": "لطفاً نوع SDK را انتخاب کنید",
|
100
|
+
"title": "فرمت درخواست"
|
101
|
+
},
|
102
|
+
"title": "ایجاد ارائهدهنده AI سفارشی"
|
103
|
+
},
|
66
104
|
"github": {
|
67
105
|
"personalAccessToken": {
|
68
106
|
"desc": "توکن دسترسی شخصی Github خود را وارد کنید، برای ایجاد [اینجا](https://github.com/settings/tokens) کلیک کنید",
|
@@ -77,6 +115,23 @@
|
|
77
115
|
"title": "توکن HuggingFace"
|
78
116
|
}
|
79
117
|
},
|
118
|
+
"list": {
|
119
|
+
"title": {
|
120
|
+
"disabled": "سرویسدهنده غیرفعال",
|
121
|
+
"enabled": "سرویسدهنده فعال"
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"menu": {
|
125
|
+
"addCustomProvider": "اضافه کردن ارائهدهنده سفارشی",
|
126
|
+
"all": "همه",
|
127
|
+
"list": {
|
128
|
+
"disabled": "غیرفعال",
|
129
|
+
"enabled": "فعال"
|
130
|
+
},
|
131
|
+
"notFound": "نتیجهای برای جستجو پیدا نشد",
|
132
|
+
"searchProviders": "جستجوی ارائهدهندگان...",
|
133
|
+
"sort": "مرتبسازی سفارشی"
|
134
|
+
},
|
80
135
|
"ollama": {
|
81
136
|
"checker": {
|
82
137
|
"desc": "آزمایش کنید که آیا آدرس پروکسی به درستی وارد شده است",
|
@@ -131,6 +186,127 @@
|
|
131
186
|
"title": "دانلود مدل مشخص شده Ollama"
|
132
187
|
}
|
133
188
|
},
|
189
|
+
"providerModels": {
|
190
|
+
"config": {
|
191
|
+
"aesGcm": "کلید شما و آدرس پروکسی و غیره با استفاده از <1>AES-GCM</1> رمزگذاری خواهد شد",
|
192
|
+
"apiKey": {
|
193
|
+
"desc": "لطفاً کلید API {{name}} خود را وارد کنید",
|
194
|
+
"placeholder": "{{name}} کلید API",
|
195
|
+
"title": "کلید API"
|
196
|
+
},
|
197
|
+
"baseURL": {
|
198
|
+
"desc": "باید شامل http(s):// باشد",
|
199
|
+
"placeholder": "https://your-proxy-url.com/v1",
|
200
|
+
"title": "آدرس پروکسی API"
|
201
|
+
},
|
202
|
+
"checker": {
|
203
|
+
"button": "بررسی",
|
204
|
+
"desc": "آزمون کلید API و آدرس پروکسی برای صحت",
|
205
|
+
"pass": "بررسی موفقیتآمیز",
|
206
|
+
"title": "بررسی اتصال"
|
207
|
+
},
|
208
|
+
"fetchOnClient": {
|
209
|
+
"desc": "مدل درخواست کلاینت به طور مستقیم از مرورگر درخواست جلسه را آغاز میکند و میتواند سرعت پاسخ را افزایش دهد",
|
210
|
+
"title": "استفاده از مدل درخواست کلاینت"
|
211
|
+
},
|
212
|
+
"helpDoc": "راهنمای پیکربندی",
|
213
|
+
"waitingForMore": "مدلهای بیشتری در حال <1>برنامهریزی برای اتصال</1> هستند، لطفاً منتظر بمانید"
|
214
|
+
},
|
215
|
+
"createNew": {
|
216
|
+
"title": "ایجاد مدل AI سفارشی"
|
217
|
+
},
|
218
|
+
"item": {
|
219
|
+
"config": "پیکربندی مدل",
|
220
|
+
"customModelCards": {
|
221
|
+
"addNew": "ایجاد و افزودن مدل {{id}}",
|
222
|
+
"confirmDelete": "در حال حذف این مدل سفارشی هستید، پس از حذف قابل بازیابی نخواهد بود، لطفاً با احتیاط عمل کنید."
|
223
|
+
},
|
224
|
+
"delete": {
|
225
|
+
"confirm": "آیا مطمئن هستید که میخواهید مدل {{displayName}} را حذف کنید؟",
|
226
|
+
"success": "حذف با موفقیت انجام شد",
|
227
|
+
"title": "حذف مدل"
|
228
|
+
},
|
229
|
+
"modelConfig": {
|
230
|
+
"azureDeployName": {
|
231
|
+
"extra": "فیلدی که در Azure OpenAI درخواست واقعی میشود",
|
232
|
+
"placeholder": "لطفاً نام استقرار مدل در Azure را وارد کنید",
|
233
|
+
"title": "نام استقرار مدل"
|
234
|
+
},
|
235
|
+
"displayName": {
|
236
|
+
"placeholder": "لطفاً نام نمایشی مدل را وارد کنید، مانند ChatGPT، GPT-4 و غیره",
|
237
|
+
"title": "نام نمایشی مدل"
|
238
|
+
},
|
239
|
+
"files": {
|
240
|
+
"extra": "پیادهسازی بارگذاری فایل فعلی تنها یک راهحل Hack است و فقط برای آزمایش شخصی محدود است. لطفاً منتظر پیادهسازی کامل قابلیت بارگذاری فایل باشید",
|
241
|
+
"title": "پشتیبانی از بارگذاری فایل"
|
242
|
+
},
|
243
|
+
"functionCall": {
|
244
|
+
"extra": "این پیکربندی تنها قابلیت فراخوانی توابع در برنامه را فعال میکند، اینکه آیا فراخوانی توابع پشتیبانی میشود به خود مدل بستگی دارد، لطفاً قابلیت استفاده از فراخوانی توابع این مدل را آزمایش کنید",
|
245
|
+
"title": "پشتیبانی از فراخوانی توابع"
|
246
|
+
},
|
247
|
+
"id": {
|
248
|
+
"extra": "به عنوان برچسب مدل نمایش داده خواهد شد",
|
249
|
+
"placeholder": "لطفاً شناسه مدل را وارد کنید، مانند gpt-4-turbo-preview یا claude-2.1",
|
250
|
+
"title": "شناسه مدل"
|
251
|
+
},
|
252
|
+
"modalTitle": "پیکربندی مدل سفارشی",
|
253
|
+
"tokens": {
|
254
|
+
"title": "حداکثر تعداد توکن",
|
255
|
+
"unlimited": "بدون محدودیت"
|
256
|
+
},
|
257
|
+
"vision": {
|
258
|
+
"extra": "این پیکربندی تنها قابلیت بارگذاری تصویر در برنامه را فعال میکند، اینکه آیا شناسایی پشتیبانی میشود به خود مدل بستگی دارد، لطفاً قابلیت استفاده از شناسایی بصری این مدل را آزمایش کنید",
|
259
|
+
"title": "پشتیبانی از شناسایی بصری"
|
260
|
+
}
|
261
|
+
},
|
262
|
+
"pricing": {
|
263
|
+
"image": "${{amount}}/تصویر",
|
264
|
+
"inputCharts": "${{amount}}/M کاراکتر",
|
265
|
+
"inputMinutes": "${{amount}}/دقیقه",
|
266
|
+
"inputTokens": "ورودی ${{amount}}/M",
|
267
|
+
"outputTokens": "خروجی ${{amount}}/M"
|
268
|
+
},
|
269
|
+
"releasedAt": "منتشر شده در {{releasedAt}}"
|
270
|
+
},
|
271
|
+
"list": {
|
272
|
+
"addNew": "مدل جدید اضافه کنید",
|
273
|
+
"disabled": "غیرفعال",
|
274
|
+
"empty": {
|
275
|
+
"desc": "لطفاً یک مدل سفارشی ایجاد کنید یا پس از بارگذاری مدلها، شروع به استفاده کنید",
|
276
|
+
"title": "مدل قابل استفادهای وجود ندارد"
|
277
|
+
},
|
278
|
+
"enabled": "فعال",
|
279
|
+
"enabledActions": {
|
280
|
+
"disableAll": "غیرفعال کردن همه",
|
281
|
+
"enableAll": "فعال کردن همه",
|
282
|
+
"sort": "مرتبسازی مدلهای سفارشی"
|
283
|
+
},
|
284
|
+
"enabledEmpty": "مدل فعال وجود ندارد، لطفاً از لیست زیر مدل مورد نظر خود را فعال کنید~",
|
285
|
+
"fetcher": {
|
286
|
+
"clear": "پاک کردن مدلهای دریافت شده",
|
287
|
+
"fetch": "دریافت لیست مدلها",
|
288
|
+
"fetching": "در حال دریافت لیست مدلها...",
|
289
|
+
"latestTime": "آخرین زمان بهروزرسانی: {{time}}",
|
290
|
+
"noLatestTime": "لیست هنوز دریافت نشده است"
|
291
|
+
},
|
292
|
+
"search": "جستجوی مدل...",
|
293
|
+
"searchResult": "{{count}} مدل پیدا شد",
|
294
|
+
"title": "لیست مدلها",
|
295
|
+
"total": "در مجموع {{count}} مدل در دسترس است"
|
296
|
+
},
|
297
|
+
"searchNotFound": "نتیجهای برای جستجو پیدا نشد"
|
298
|
+
},
|
299
|
+
"sortModal": {
|
300
|
+
"success": "بهروزرسانی مرتبسازی با موفقیت انجام شد",
|
301
|
+
"title": "مرتبسازی سفارشی",
|
302
|
+
"update": "بهروزرسانی"
|
303
|
+
},
|
304
|
+
"updateAiProvider": {
|
305
|
+
"confirmDelete": "در حال حذف این ارائهدهنده AI هستید، پس از حذف قابل بازیابی نخواهد بود، آیا مطمئن هستید که میخواهید حذف کنید؟",
|
306
|
+
"deleteSuccess": "حذف با موفقیت انجام شد",
|
307
|
+
"tooltip": "بهروزرسانی پیکربندی پایه ارائهدهنده",
|
308
|
+
"updateSuccess": "بهروزرسانی با موفقیت انجام شد"
|
309
|
+
},
|
134
310
|
"wenxin": {
|
135
311
|
"accessKey": {
|
136
312
|
"desc": "کلید دسترسی Qianfan پلتفرم بایدو را وارد کنید",
|
@@ -63,6 +63,44 @@
|
|
63
63
|
"title": "ID de compte Cloudflare / adresse API"
|
64
64
|
}
|
65
65
|
},
|
66
|
+
"createNewAiProvider": {
|
67
|
+
"apiKey": {
|
68
|
+
"placeholder": "Veuillez entrer votre clé API",
|
69
|
+
"required": "Veuillez entrer votre clé API",
|
70
|
+
"title": "Clé API"
|
71
|
+
},
|
72
|
+
"basicTitle": "Informations de base",
|
73
|
+
"configTitle": "Informations de configuration",
|
74
|
+
"confirm": "Créer",
|
75
|
+
"createSuccess": "Création réussie",
|
76
|
+
"description": {
|
77
|
+
"placeholder": "Description du fournisseur (facultatif)",
|
78
|
+
"title": "Description du fournisseur"
|
79
|
+
},
|
80
|
+
"id": {
|
81
|
+
"placeholder": "Utilisez uniquement des lettres minuscules, par exemple openai, non modifiable après création",
|
82
|
+
"required": "Veuillez entrer l'ID du fournisseur",
|
83
|
+
"title": "ID du fournisseur"
|
84
|
+
},
|
85
|
+
"logo": {
|
86
|
+
"required": "Veuillez télécharger un logo valide pour le fournisseur",
|
87
|
+
"title": "Logo du fournisseur"
|
88
|
+
},
|
89
|
+
"name": {
|
90
|
+
"placeholder": "Veuillez entrer le nom d'affichage du fournisseur",
|
91
|
+
"required": "Veuillez entrer le nom du fournisseur",
|
92
|
+
"title": "Nom du fournisseur"
|
93
|
+
},
|
94
|
+
"proxyUrl": {
|
95
|
+
"placeholder": "Veuillez entrer votre adresse de requête, sinon l'adresse de requête correspondante au SDK sera utilisée",
|
96
|
+
"title": "Adresse du proxy"
|
97
|
+
},
|
98
|
+
"sdkType": {
|
99
|
+
"required": "Veuillez sélectionner le type de SDK",
|
100
|
+
"title": "Format de requête"
|
101
|
+
},
|
102
|
+
"title": "Créer un fournisseur AI personnalisé"
|
103
|
+
},
|
66
104
|
"github": {
|
67
105
|
"personalAccessToken": {
|
68
106
|
"desc": "Entrez votre PAT GitHub, cliquez [ici](https://github.com/settings/tokens) pour en créer un.",
|
@@ -77,6 +115,23 @@
|
|
77
115
|
"title": "Jeton HuggingFace"
|
78
116
|
}
|
79
117
|
},
|
118
|
+
"list": {
|
119
|
+
"title": {
|
120
|
+
"disabled": "Fournisseur non activé",
|
121
|
+
"enabled": "Fournisseur activé"
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"menu": {
|
125
|
+
"addCustomProvider": "Ajouter un fournisseur personnalisé",
|
126
|
+
"all": "Tout",
|
127
|
+
"list": {
|
128
|
+
"disabled": "Non activé",
|
129
|
+
"enabled": "Activé"
|
130
|
+
},
|
131
|
+
"notFound": "Aucun résultat trouvé",
|
132
|
+
"searchProviders": "Rechercher des fournisseurs...",
|
133
|
+
"sort": "Tri personnalisé"
|
134
|
+
},
|
80
135
|
"ollama": {
|
81
136
|
"checker": {
|
82
137
|
"desc": "Vérifiez si l'adresse du proxy est correctement saisie",
|
@@ -131,6 +186,127 @@
|
|
131
186
|
"title": "Télécharger le modèle Ollama spécifié"
|
132
187
|
}
|
133
188
|
},
|
189
|
+
"providerModels": {
|
190
|
+
"config": {
|
191
|
+
"aesGcm": "Votre clé et votre adresse de proxy seront chiffrées à l'aide de l'algorithme de chiffrement <1>AES-GCM</1>",
|
192
|
+
"apiKey": {
|
193
|
+
"desc": "Veuillez entrer votre {{name}} clé API",
|
194
|
+
"placeholder": "{{name}} clé API",
|
195
|
+
"title": "Clé API"
|
196
|
+
},
|
197
|
+
"baseURL": {
|
198
|
+
"desc": "Doit inclure http(s)://",
|
199
|
+
"placeholder": "https://your-proxy-url.com/v1",
|
200
|
+
"title": "Adresse du proxy API"
|
201
|
+
},
|
202
|
+
"checker": {
|
203
|
+
"button": "Vérifier",
|
204
|
+
"desc": "Tester si la clé API et l'adresse de proxy sont correctement renseignées",
|
205
|
+
"pass": "Vérification réussie",
|
206
|
+
"title": "Vérification de connectivité"
|
207
|
+
},
|
208
|
+
"fetchOnClient": {
|
209
|
+
"desc": "Le mode de requête client lancera directement la requête de session depuis le navigateur, ce qui peut améliorer la vitesse de réponse",
|
210
|
+
"title": "Utiliser le mode de requête client"
|
211
|
+
},
|
212
|
+
"helpDoc": "Guide de configuration",
|
213
|
+
"waitingForMore": "D'autres modèles sont en <1>planification d'intégration</1>, restez à l'écoute"
|
214
|
+
},
|
215
|
+
"createNew": {
|
216
|
+
"title": "Créer un modèle AI personnalisé"
|
217
|
+
},
|
218
|
+
"item": {
|
219
|
+
"config": "Configurer le modèle",
|
220
|
+
"customModelCards": {
|
221
|
+
"addNew": "Créer et ajouter le modèle {{id}}",
|
222
|
+
"confirmDelete": "Vous allez supprimer ce modèle personnalisé, une fois supprimé, il ne pourra pas être récupéré, veuillez agir avec prudence."
|
223
|
+
},
|
224
|
+
"delete": {
|
225
|
+
"confirm": "Confirmer la suppression du modèle {{displayName}} ?",
|
226
|
+
"success": "Suppression réussie",
|
227
|
+
"title": "Supprimer le modèle"
|
228
|
+
},
|
229
|
+
"modelConfig": {
|
230
|
+
"azureDeployName": {
|
231
|
+
"extra": "Champ utilisé pour la demande réelle dans Azure OpenAI",
|
232
|
+
"placeholder": "Veuillez entrer le nom de déploiement du modèle dans Azure",
|
233
|
+
"title": "Nom de déploiement du modèle"
|
234
|
+
},
|
235
|
+
"displayName": {
|
236
|
+
"placeholder": "Veuillez entrer le nom d'affichage du modèle, par exemple ChatGPT, GPT-4, etc.",
|
237
|
+
"title": "Nom d'affichage du modèle"
|
238
|
+
},
|
239
|
+
"files": {
|
240
|
+
"extra": "La mise en œuvre actuelle du téléchargement de fichiers n'est qu'une solution de contournement, à essayer à vos risques et périls. Veuillez attendre la mise en œuvre complète des capacités de téléchargement de fichiers.",
|
241
|
+
"title": "Téléchargement de fichiers pris en charge"
|
242
|
+
},
|
243
|
+
"functionCall": {
|
244
|
+
"extra": "Cette configuration n'activera que la capacité d'appel de fonction dans l'application, la prise en charge des appels de fonction dépend entièrement du modèle lui-même, veuillez tester la disponibilité des capacités d'appel de fonction de ce modèle.",
|
245
|
+
"title": "Appels de fonction pris en charge"
|
246
|
+
},
|
247
|
+
"id": {
|
248
|
+
"extra": "S'affichera comme une étiquette de modèle",
|
249
|
+
"placeholder": "Veuillez entrer l'id du modèle, par exemple gpt-4-turbo-preview ou claude-2.1",
|
250
|
+
"title": "ID du modèle"
|
251
|
+
},
|
252
|
+
"modalTitle": "Configuration du modèle personnalisé",
|
253
|
+
"tokens": {
|
254
|
+
"title": "Nombre maximum de tokens",
|
255
|
+
"unlimited": "Illimité"
|
256
|
+
},
|
257
|
+
"vision": {
|
258
|
+
"extra": "Cette configuration n'activera que la configuration de téléchargement d'images dans l'application, la prise en charge de la reconnaissance dépend entièrement du modèle lui-même, veuillez tester la disponibilité des capacités de reconnaissance visuelle de ce modèle.",
|
259
|
+
"title": "Reconnaissance visuelle prise en charge"
|
260
|
+
}
|
261
|
+
},
|
262
|
+
"pricing": {
|
263
|
+
"image": "${{amount}}/image",
|
264
|
+
"inputCharts": "${{amount}}/M caractères",
|
265
|
+
"inputMinutes": "${{amount}}/minutes",
|
266
|
+
"inputTokens": "Entrée ${{amount}}/M",
|
267
|
+
"outputTokens": "Sortie ${{amount}}/M"
|
268
|
+
},
|
269
|
+
"releasedAt": "Publié le {{releasedAt}}"
|
270
|
+
},
|
271
|
+
"list": {
|
272
|
+
"addNew": "Ajouter un modèle",
|
273
|
+
"disabled": "Non activé",
|
274
|
+
"empty": {
|
275
|
+
"desc": "Veuillez créer un modèle personnalisé ou importer un modèle pour commencer à l'utiliser.",
|
276
|
+
"title": "Aucun modèle disponible"
|
277
|
+
},
|
278
|
+
"enabled": "Activé",
|
279
|
+
"enabledActions": {
|
280
|
+
"disableAll": "Désactiver tout",
|
281
|
+
"enableAll": "Activer tout",
|
282
|
+
"sort": "Trier les modèles personnalisés"
|
283
|
+
},
|
284
|
+
"enabledEmpty": "Aucun modèle activé pour le moment, veuillez activer vos modèles préférés dans la liste ci-dessous~",
|
285
|
+
"fetcher": {
|
286
|
+
"clear": "Effacer les modèles récupérés",
|
287
|
+
"fetch": "Récupérer la liste des modèles",
|
288
|
+
"fetching": "Récupération de la liste des modèles en cours...",
|
289
|
+
"latestTime": "Dernière mise à jour : {{time}}",
|
290
|
+
"noLatestTime": "Aucune liste récupérée pour le moment"
|
291
|
+
},
|
292
|
+
"search": "Rechercher des modèles...",
|
293
|
+
"searchResult": "Trouvé {{count}} modèle(s)",
|
294
|
+
"title": "Liste des modèles",
|
295
|
+
"total": "Un total de {{count}} modèles disponibles"
|
296
|
+
},
|
297
|
+
"searchNotFound": "Aucun résultat trouvé"
|
298
|
+
},
|
299
|
+
"sortModal": {
|
300
|
+
"success": "Mise à jour du tri réussie",
|
301
|
+
"title": "Tri personnalisé",
|
302
|
+
"update": "Mettre à jour"
|
303
|
+
},
|
304
|
+
"updateAiProvider": {
|
305
|
+
"confirmDelete": "Vous allez supprimer ce fournisseur AI, une fois supprimé, il ne pourra pas être récupéré, confirmez-vous la suppression ?",
|
306
|
+
"deleteSuccess": "Suppression réussie",
|
307
|
+
"tooltip": "Mettre à jour la configuration de base du fournisseur",
|
308
|
+
"updateSuccess": "Mise à jour réussie"
|
309
|
+
},
|
134
310
|
"wenxin": {
|
135
311
|
"accessKey": {
|
136
312
|
"desc": "Entrez la clé d'accès de la plateforme Qianfan de Baidu",
|
@@ -63,6 +63,44 @@
|
|
63
63
|
"title": "ID account Cloudflare / indirizzo API"
|
64
64
|
}
|
65
65
|
},
|
66
|
+
"createNewAiProvider": {
|
67
|
+
"apiKey": {
|
68
|
+
"placeholder": "Inserisci la tua API Key",
|
69
|
+
"required": "Inserisci la tua API Key",
|
70
|
+
"title": "API Key"
|
71
|
+
},
|
72
|
+
"basicTitle": "Informazioni di base",
|
73
|
+
"configTitle": "Informazioni di configurazione",
|
74
|
+
"confirm": "Crea",
|
75
|
+
"createSuccess": "Creazione avvenuta con successo",
|
76
|
+
"description": {
|
77
|
+
"placeholder": "Descrizione del fornitore (opzionale)",
|
78
|
+
"title": "Descrizione del fornitore"
|
79
|
+
},
|
80
|
+
"id": {
|
81
|
+
"placeholder": "Si consiglia di utilizzare solo lettere minuscole, ad esempio openai, non modificabile dopo la creazione",
|
82
|
+
"required": "Inserisci l'ID del fornitore",
|
83
|
+
"title": "ID del fornitore"
|
84
|
+
},
|
85
|
+
"logo": {
|
86
|
+
"required": "Carica un logo del fornitore valido",
|
87
|
+
"title": "Logo del fornitore"
|
88
|
+
},
|
89
|
+
"name": {
|
90
|
+
"placeholder": "Inserisci il nome visualizzato del fornitore",
|
91
|
+
"required": "Inserisci il nome del fornitore",
|
92
|
+
"title": "Nome del fornitore"
|
93
|
+
},
|
94
|
+
"proxyUrl": {
|
95
|
+
"placeholder": "Inserisci il tuo indirizzo di richiesta, se non specificato verrà utilizzato l'indirizzo di richiesta corrispondente all'SDK",
|
96
|
+
"title": "Indirizzo proxy"
|
97
|
+
},
|
98
|
+
"sdkType": {
|
99
|
+
"required": "Seleziona il tipo di SDK",
|
100
|
+
"title": "Formato della richiesta"
|
101
|
+
},
|
102
|
+
"title": "Crea fornitore AI personalizzato"
|
103
|
+
},
|
66
104
|
"github": {
|
67
105
|
"personalAccessToken": {
|
68
106
|
"desc": "Inserisci il tuo PAT di Github, clicca [qui](https://github.com/settings/tokens) per crearne uno",
|
@@ -77,6 +115,23 @@
|
|
77
115
|
"title": "Token HuggingFace"
|
78
116
|
}
|
79
117
|
},
|
118
|
+
"list": {
|
119
|
+
"title": {
|
120
|
+
"disabled": "Fornitore non attivato",
|
121
|
+
"enabled": "Fornitore attivato"
|
122
|
+
}
|
123
|
+
},
|
124
|
+
"menu": {
|
125
|
+
"addCustomProvider": "Aggiungi fornitore personalizzato",
|
126
|
+
"all": "Tutti",
|
127
|
+
"list": {
|
128
|
+
"disabled": "Non attivato",
|
129
|
+
"enabled": "Attivato"
|
130
|
+
},
|
131
|
+
"notFound": "Nessun risultato trovato",
|
132
|
+
"searchProviders": "Cerca fornitori...",
|
133
|
+
"sort": "Ordinamento personalizzato"
|
134
|
+
},
|
80
135
|
"ollama": {
|
81
136
|
"checker": {
|
82
137
|
"desc": "Verifica se l'indirizzo del proxy è stato compilato correttamente",
|
@@ -131,6 +186,127 @@
|
|
131
186
|
"title": "Scarica il modello Ollama specificato"
|
132
187
|
}
|
133
188
|
},
|
189
|
+
"providerModels": {
|
190
|
+
"config": {
|
191
|
+
"aesGcm": "La tua chiave e l'indirizzo proxy saranno crittografati utilizzando l'algoritmo di crittografia <1>AES-GCM</1>",
|
192
|
+
"apiKey": {
|
193
|
+
"desc": "Inserisci la tua {{name}} API Key",
|
194
|
+
"placeholder": "{{name}} API Key",
|
195
|
+
"title": "API Key"
|
196
|
+
},
|
197
|
+
"baseURL": {
|
198
|
+
"desc": "Deve contenere http(s)://",
|
199
|
+
"placeholder": "https://your-proxy-url.com/v1",
|
200
|
+
"title": "Indirizzo proxy API"
|
201
|
+
},
|
202
|
+
"checker": {
|
203
|
+
"button": "Controlla",
|
204
|
+
"desc": "Verifica se l'API Key e l'indirizzo proxy sono stati inseriti correttamente",
|
205
|
+
"pass": "Controllo superato",
|
206
|
+
"title": "Verifica connettività"
|
207
|
+
},
|
208
|
+
"fetchOnClient": {
|
209
|
+
"desc": "La modalità di richiesta client avvierà direttamente la richiesta di sessione dal browser, migliorando la velocità di risposta",
|
210
|
+
"title": "Utilizza la modalità di richiesta client"
|
211
|
+
},
|
212
|
+
"helpDoc": "Guida alla configurazione",
|
213
|
+
"waitingForMore": "Altri modelli sono in fase di <1>implementazione</1>, resta sintonizzato"
|
214
|
+
},
|
215
|
+
"createNew": {
|
216
|
+
"title": "Crea modello AI personalizzato"
|
217
|
+
},
|
218
|
+
"item": {
|
219
|
+
"config": "Configura modello",
|
220
|
+
"customModelCards": {
|
221
|
+
"addNew": "Crea e aggiungi modello {{id}}",
|
222
|
+
"confirmDelete": "Stai per eliminare questo modello personalizzato, una volta eliminato non sarà recuperabile, procedi con cautela."
|
223
|
+
},
|
224
|
+
"delete": {
|
225
|
+
"confirm": "Confermi di voler eliminare il modello {{displayName}}?",
|
226
|
+
"success": "Eliminazione avvenuta con successo",
|
227
|
+
"title": "Elimina modello"
|
228
|
+
},
|
229
|
+
"modelConfig": {
|
230
|
+
"azureDeployName": {
|
231
|
+
"extra": "Campo effettivamente richiesto in Azure OpenAI",
|
232
|
+
"placeholder": "Inserisci il nome di distribuzione del modello in Azure",
|
233
|
+
"title": "Nome di distribuzione del modello"
|
234
|
+
},
|
235
|
+
"displayName": {
|
236
|
+
"placeholder": "Inserisci il nome visualizzato del modello, ad esempio ChatGPT, GPT-4, ecc.",
|
237
|
+
"title": "Nome visualizzato del modello"
|
238
|
+
},
|
239
|
+
"files": {
|
240
|
+
"extra": "L'attuale implementazione del caricamento file è solo una soluzione temporanea, limitata a tentativi personali. Attendere implementazioni complete per il caricamento file.",
|
241
|
+
"title": "Supporto per il caricamento file"
|
242
|
+
},
|
243
|
+
"functionCall": {
|
244
|
+
"extra": "Questa configurazione abiliterà solo la capacità di chiamata di funzione nell'app, la disponibilità della chiamata di funzione dipende interamente dal modello stesso, testare autonomamente la disponibilità della chiamata di funzione di questo modello.",
|
245
|
+
"title": "Supporto per chiamate di funzione"
|
246
|
+
},
|
247
|
+
"id": {
|
248
|
+
"extra": "Sarà visualizzato come etichetta del modello",
|
249
|
+
"placeholder": "Inserisci l'id del modello, ad esempio gpt-4-turbo-preview o claude-2.1",
|
250
|
+
"title": "ID del modello"
|
251
|
+
},
|
252
|
+
"modalTitle": "Configurazione modello personalizzato",
|
253
|
+
"tokens": {
|
254
|
+
"title": "Numero massimo di token",
|
255
|
+
"unlimited": "Illimitato"
|
256
|
+
},
|
257
|
+
"vision": {
|
258
|
+
"extra": "Questa configurazione abiliterà solo la configurazione di caricamento immagini nell'app, la disponibilità di riconoscimento dipende interamente dal modello stesso, testare autonomamente la disponibilità di riconoscimento visivo di questo modello.",
|
259
|
+
"title": "Supporto per riconoscimento visivo"
|
260
|
+
}
|
261
|
+
},
|
262
|
+
"pricing": {
|
263
|
+
"image": "${{amount}}/Immagine",
|
264
|
+
"inputCharts": "${{amount}}/M caratteri",
|
265
|
+
"inputMinutes": "${{amount}}/minuti",
|
266
|
+
"inputTokens": "Ingresso ${{amount}}/M",
|
267
|
+
"outputTokens": "Uscita ${{amount}}/M"
|
268
|
+
},
|
269
|
+
"releasedAt": "Rilasciato il {{releasedAt}}"
|
270
|
+
},
|
271
|
+
"list": {
|
272
|
+
"addNew": "Aggiungi modello",
|
273
|
+
"disabled": "Non attivato",
|
274
|
+
"empty": {
|
275
|
+
"desc": "Si prega di creare un modello personalizzato o di importare un modello per iniziare a utilizzarlo",
|
276
|
+
"title": "Nessun modello disponibile"
|
277
|
+
},
|
278
|
+
"enabled": "Attivato",
|
279
|
+
"enabledActions": {
|
280
|
+
"disableAll": "Disattiva tutto",
|
281
|
+
"enableAll": "Attiva tutto",
|
282
|
+
"sort": "Ordinamento modelli personalizzato"
|
283
|
+
},
|
284
|
+
"enabledEmpty": "Nessun modello attivato, attiva i modelli desiderati dall'elenco qui sotto~",
|
285
|
+
"fetcher": {
|
286
|
+
"clear": "Cancella i modelli recuperati",
|
287
|
+
"fetch": "Recupera l'elenco dei modelli",
|
288
|
+
"fetching": "Recupero dell'elenco dei modelli in corso...",
|
289
|
+
"latestTime": "Ultimo aggiornamento: {{time}}",
|
290
|
+
"noLatestTime": "Nessun elenco recuperato finora"
|
291
|
+
},
|
292
|
+
"search": "Cerca modelli...",
|
293
|
+
"searchResult": "Trovati {{count}} modelli",
|
294
|
+
"title": "Elenco dei modelli",
|
295
|
+
"total": "Totale di {{count}} modelli disponibili"
|
296
|
+
},
|
297
|
+
"searchNotFound": "Nessun risultato trovato"
|
298
|
+
},
|
299
|
+
"sortModal": {
|
300
|
+
"success": "Ordinamento aggiornato con successo",
|
301
|
+
"title": "Ordinamento personalizzato",
|
302
|
+
"update": "Aggiorna"
|
303
|
+
},
|
304
|
+
"updateAiProvider": {
|
305
|
+
"confirmDelete": "Stai per eliminare questo fornitore AI, una volta eliminato non sarà recuperabile, confermi di voler eliminare?",
|
306
|
+
"deleteSuccess": "Eliminazione avvenuta con successo",
|
307
|
+
"tooltip": "Aggiorna la configurazione di base del fornitore",
|
308
|
+
"updateSuccess": "Aggiornamento avvenuto con successo"
|
309
|
+
},
|
134
310
|
"wenxin": {
|
135
311
|
"accessKey": {
|
136
312
|
"desc": "Inserisci l'Access Key della piattaforma Qianfan di Baidu",
|