@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.
Files changed (298) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/changelog/v1.json +9 -0
  3. package/docs/self-hosting/server-database/docker-compose.mdx +2 -2
  4. package/locales/ar/common.json +1 -0
  5. package/locales/ar/modelProvider.json +176 -0
  6. package/locales/ar/setting.json +1 -0
  7. package/locales/bg-BG/common.json +1 -0
  8. package/locales/bg-BG/modelProvider.json +176 -0
  9. package/locales/bg-BG/setting.json +1 -0
  10. package/locales/de-DE/common.json +1 -0
  11. package/locales/de-DE/modelProvider.json +176 -0
  12. package/locales/de-DE/setting.json +1 -0
  13. package/locales/en-US/common.json +1 -0
  14. package/locales/en-US/modelProvider.json +176 -0
  15. package/locales/en-US/setting.json +1 -0
  16. package/locales/es-ES/common.json +1 -0
  17. package/locales/es-ES/modelProvider.json +176 -0
  18. package/locales/es-ES/setting.json +1 -0
  19. package/locales/fa-IR/common.json +1 -0
  20. package/locales/fa-IR/modelProvider.json +176 -0
  21. package/locales/fa-IR/setting.json +1 -0
  22. package/locales/fr-FR/common.json +1 -0
  23. package/locales/fr-FR/modelProvider.json +176 -0
  24. package/locales/fr-FR/setting.json +1 -0
  25. package/locales/it-IT/common.json +1 -0
  26. package/locales/it-IT/modelProvider.json +176 -0
  27. package/locales/it-IT/setting.json +1 -0
  28. package/locales/ja-JP/common.json +1 -0
  29. package/locales/ja-JP/modelProvider.json +176 -0
  30. package/locales/ja-JP/setting.json +1 -0
  31. package/locales/ko-KR/common.json +1 -0
  32. package/locales/ko-KR/modelProvider.json +176 -0
  33. package/locales/ko-KR/setting.json +1 -0
  34. package/locales/nl-NL/common.json +1 -0
  35. package/locales/nl-NL/modelProvider.json +176 -0
  36. package/locales/nl-NL/setting.json +1 -0
  37. package/locales/pl-PL/common.json +1 -0
  38. package/locales/pl-PL/modelProvider.json +176 -0
  39. package/locales/pl-PL/setting.json +1 -0
  40. package/locales/pt-BR/common.json +1 -0
  41. package/locales/pt-BR/modelProvider.json +176 -0
  42. package/locales/pt-BR/setting.json +1 -0
  43. package/locales/ru-RU/common.json +1 -0
  44. package/locales/ru-RU/modelProvider.json +176 -0
  45. package/locales/ru-RU/setting.json +1 -0
  46. package/locales/tr-TR/common.json +1 -0
  47. package/locales/tr-TR/modelProvider.json +176 -0
  48. package/locales/tr-TR/setting.json +1 -0
  49. package/locales/vi-VN/common.json +1 -0
  50. package/locales/vi-VN/modelProvider.json +176 -0
  51. package/locales/vi-VN/setting.json +1 -0
  52. package/locales/zh-CN/common.json +1 -0
  53. package/locales/zh-CN/modelProvider.json +176 -0
  54. package/locales/zh-CN/setting.json +1 -0
  55. package/locales/zh-TW/common.json +1 -0
  56. package/locales/zh-TW/modelProvider.json +176 -0
  57. package/locales/zh-TW/setting.json +1 -0
  58. package/package.json +4 -4
  59. package/src/app/(main)/(mobile)/me/settings/features/Category.tsx +1 -1
  60. package/src/app/(main)/(mobile)/me/settings/features/useCategory.tsx +12 -5
  61. package/src/app/(main)/changelog/features/VersionTag.tsx +1 -2
  62. package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/Thread.tsx +1 -1
  63. package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/ThreadItem.tsx +1 -2
  64. package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/ChatItem/index.tsx +0 -1
  65. package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/WelcomeChatItem/InboxWelcome/AgentsSuggest.tsx +1 -1
  66. package/src/app/(main)/chat/(workspace)/@conversation/features/ChatList/WelcomeChatItem/InboxWelcome/QuestionSuggest.tsx +1 -1
  67. package/src/app/(main)/chat/(workspace)/@conversation/features/ZenModeToast/Toast.tsx +1 -1
  68. package/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/ThreadItem/index.tsx +0 -2
  69. package/src/app/(main)/chat/(workspace)/@topic/features/TopicListContent/TopicItem/index.tsx +0 -1
  70. package/src/app/(main)/chat/(workspace)/_layout/Desktop/ChatHeader/Tags.tsx +2 -3
  71. package/src/app/(main)/chat/@session/features/SessionListContent/CollapseGroup/index.tsx +1 -1
  72. package/src/app/(main)/chat/features/Migration/Start.tsx +1 -1
  73. package/src/app/(main)/discover/(detail)/assistant/[slug]/features/ConversationExample/TopicList.tsx +4 -3
  74. package/src/app/(main)/discover/(detail)/assistant/[slug]/features/Header.tsx +1 -1
  75. package/src/app/(main)/discover/(detail)/features/ShareButton.tsx +2 -1
  76. package/src/app/(main)/discover/(detail)/model/[...slugs]/features/Header.tsx +1 -1
  77. package/src/app/(main)/discover/(detail)/plugin/[slug]/features/Header.tsx +1 -1
  78. package/src/app/(main)/discover/(detail)/provider/[slug]/features/Header.tsx +1 -1
  79. package/src/app/(main)/discover/(list)/_layout/Desktop/Nav.tsx +0 -1
  80. package/src/app/(main)/discover/(list)/assistants/features/Card.tsx +1 -1
  81. package/src/app/(main)/discover/(list)/models/features/Card.tsx +1 -1
  82. package/src/app/(main)/discover/(list)/plugins/features/Card.tsx +1 -1
  83. package/src/app/(main)/discover/(list)/providers/features/Card.tsx +1 -1
  84. package/src/app/(main)/discover/components/GridLoadingCard.tsx +2 -1
  85. package/src/app/(main)/discover/components/Title.tsx +1 -1
  86. package/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/EmptyStatus.tsx +1 -1
  87. package/src/app/(main)/files/(content)/@menu/features/KnowledgeBase/Item/index.tsx +0 -1
  88. package/src/app/(main)/files/(content)/@modal/(.)[id]/FullscreenModal.tsx +2 -2
  89. package/src/app/(main)/files/(content)/NotSupportClient.tsx +2 -2
  90. package/src/app/(main)/profile/_layout/Desktop/SideBar.tsx +1 -1
  91. package/src/app/(main)/profile/stats/features/ShareButton/Preview.tsx +5 -5
  92. package/src/app/(main)/repos/[id]/evals/components/Container.tsx +1 -1
  93. package/src/app/(main)/repos/[id]/evals/dataset/DatasetList/Item.tsx +0 -1
  94. package/src/app/(main)/settings/_layout/Desktop/SideBar.tsx +1 -1
  95. package/src/app/(main)/settings/about/features/ItemCard.tsx +3 -3
  96. package/src/app/(main)/settings/about/features/Version.tsx +1 -1
  97. package/src/app/(main)/settings/hooks/useCategory.tsx +22 -9
  98. package/src/app/(main)/settings/llm/components/ProviderConfig/index.tsx +2 -1
  99. package/src/app/(main)/settings/llm/components/ProviderModelList/ModelFetcher.tsx +0 -1
  100. package/src/app/(main)/settings/provider/(detail)/[id]/index.tsx +19 -0
  101. package/src/app/(main)/settings/provider/(detail)/[id]/page.tsx +95 -0
  102. package/src/app/(main)/settings/provider/(detail)/azure/page.tsx +119 -0
  103. package/src/app/(main)/settings/provider/(detail)/bedrock/page.tsx +91 -0
  104. package/src/app/(main)/settings/provider/(detail)/cloudflare/page.tsx +58 -0
  105. package/src/app/(main)/settings/provider/(detail)/github/page.tsx +67 -0
  106. package/src/app/(main)/settings/provider/(detail)/huggingface/page.tsx +67 -0
  107. package/src/app/(main)/settings/provider/(detail)/ollama/Checker.tsx +73 -0
  108. package/src/app/(main)/settings/provider/(detail)/ollama/page.tsx +34 -0
  109. package/src/app/(main)/settings/provider/(detail)/openai/page.tsx +23 -0
  110. package/src/app/(main)/settings/provider/(detail)/wenxin/page.tsx +61 -0
  111. package/src/app/(main)/settings/provider/(list)/Footer.tsx +36 -0
  112. package/src/app/(main)/settings/provider/(list)/ProviderGrid/Card.tsx +134 -0
  113. package/src/app/(main)/settings/provider/(list)/ProviderGrid/index.tsx +91 -0
  114. package/src/app/(main)/settings/provider/(list)/index.tsx +19 -0
  115. package/src/app/(main)/settings/provider/ProviderMenu/AddNew.tsx +28 -0
  116. package/src/app/(main)/settings/provider/ProviderMenu/All.tsx +29 -0
  117. package/src/app/(main)/settings/provider/ProviderMenu/Item.tsx +69 -0
  118. package/src/app/(main)/settings/provider/ProviderMenu/List.tsx +76 -0
  119. package/src/app/(main)/settings/provider/ProviderMenu/SearchResult.tsx +43 -0
  120. package/src/app/(main)/settings/provider/ProviderMenu/SkeletonList.tsx +60 -0
  121. package/src/app/(main)/settings/provider/ProviderMenu/SortProviderModal/GroupItem.tsx +30 -0
  122. package/src/app/(main)/settings/provider/ProviderMenu/SortProviderModal/index.tsx +91 -0
  123. package/src/app/(main)/settings/provider/ProviderMenu/index.tsx +80 -0
  124. package/src/app/(main)/settings/provider/_layout/Desktop.tsx +37 -0
  125. package/src/app/(main)/settings/provider/_layout/Mobile.tsx +14 -0
  126. package/src/app/(main)/settings/provider/const.ts +20 -0
  127. package/src/app/(main)/settings/provider/features/CreateNewProvider/index.tsx +146 -0
  128. package/src/app/(main)/settings/provider/features/ModelList/CreateNewModelModal/Form.tsx +105 -0
  129. package/src/app/(main)/settings/provider/features/ModelList/CreateNewModelModal/index.tsx +69 -0
  130. package/src/app/(main)/settings/provider/features/ModelList/DisabledModels.tsx +29 -0
  131. package/src/app/(main)/settings/provider/features/ModelList/EmptyModels.tsx +101 -0
  132. package/src/app/(main)/settings/provider/features/ModelList/EnabledModelList/index.tsx +85 -0
  133. package/src/app/(main)/settings/provider/features/ModelList/ModelConfigModal/Form.tsx +109 -0
  134. package/src/app/(main)/settings/provider/features/ModelList/ModelConfigModal/index.tsx +76 -0
  135. package/src/app/(main)/settings/provider/features/ModelList/ModelItem.tsx +346 -0
  136. package/src/app/(main)/settings/provider/features/ModelList/ModelTitle/Search.tsx +37 -0
  137. package/src/app/(main)/settings/provider/features/ModelList/ModelTitle/index.tsx +145 -0
  138. package/src/app/(main)/settings/provider/features/ModelList/SearchResult.tsx +67 -0
  139. package/src/app/(main)/settings/provider/features/ModelList/SkeletonList.tsx +63 -0
  140. package/src/app/(main)/settings/provider/features/ModelList/SortModelModal/ListItem.tsx +20 -0
  141. package/src/app/(main)/settings/provider/features/ModelList/SortModelModal/index.tsx +96 -0
  142. package/src/app/(main)/settings/provider/features/ModelList/index.tsx +59 -0
  143. package/src/app/(main)/settings/provider/features/ProviderConfig/Checker.tsx +120 -0
  144. package/src/app/(main)/settings/provider/features/ProviderConfig/SkeletonInput.tsx +5 -0
  145. package/src/app/(main)/settings/provider/features/ProviderConfig/UpdateProviderInfo/SettingModal.tsx +137 -0
  146. package/src/app/(main)/settings/provider/features/ProviderConfig/UpdateProviderInfo/index.tsx +49 -0
  147. package/src/app/(main)/settings/provider/features/ProviderConfig/index.tsx +343 -0
  148. package/src/app/(main)/settings/provider/layout.tsx +21 -0
  149. package/src/app/(main)/settings/provider/page.tsx +17 -0
  150. package/src/app/(main)/settings/provider/type.ts +5 -0
  151. package/src/app/(main)/settings/sync/features/DeviceInfo/Card.tsx +1 -1
  152. package/src/app/(main)/settings/sync/features/DeviceInfo/index.tsx +1 -1
  153. package/src/app/@modal/(.)changelog/modal/features/ReadDetail.tsx +1 -1
  154. package/src/app/@modal/(.)changelog/modal/features/VersionTag.tsx +1 -2
  155. package/src/app/@modal/(.)changelog/modal/layout.tsx +1 -1
  156. package/src/components/Cell/index.tsx +1 -1
  157. package/src/components/DragUpload/index.tsx +2 -3
  158. package/src/components/FeatureList/index.tsx +1 -1
  159. package/src/components/FileParsingStatus/EmbeddingStatus.tsx +1 -1
  160. package/src/components/FileParsingStatus/index.tsx +1 -1
  161. package/src/components/FunctionModal/style.tsx +2 -2
  162. package/src/components/GoBack/index.tsx +1 -2
  163. package/src/components/HotKeys/index.tsx +1 -1
  164. package/src/components/InstantSwitch/index.tsx +28 -0
  165. package/src/components/Menu/index.tsx +1 -1
  166. package/src/components/ModelSelect/index.tsx +2 -3
  167. package/src/components/Notification/index.tsx +2 -1
  168. package/src/components/StatisticCard/index.tsx +5 -6
  169. package/src/config/aiModels/ai21.ts +38 -0
  170. package/src/config/aiModels/ai360.ts +71 -0
  171. package/src/config/aiModels/anthropic.ts +152 -0
  172. package/src/config/aiModels/azure.ts +86 -0
  173. package/src/config/aiModels/baichuan.ts +107 -0
  174. package/src/config/aiModels/bedrock.ts +315 -0
  175. package/src/config/aiModels/cloudflare.ts +88 -0
  176. package/src/config/aiModels/deepseek.ts +27 -0
  177. package/src/config/aiModels/fireworksai.ts +232 -0
  178. package/src/config/aiModels/giteeai.ts +137 -0
  179. package/src/config/aiModels/github.ts +273 -0
  180. package/src/config/aiModels/google.ts +317 -0
  181. package/src/config/aiModels/groq.ts +202 -0
  182. package/src/config/aiModels/higress.ts +2828 -0
  183. package/src/config/aiModels/huggingface.ts +56 -0
  184. package/src/config/aiModels/hunyuan.ts +151 -0
  185. package/src/config/aiModels/index.ts +98 -0
  186. package/src/config/aiModels/internlm.ts +40 -0
  187. package/src/config/aiModels/minimax.ts +55 -0
  188. package/src/config/aiModels/mistral.ts +172 -0
  189. package/src/config/aiModels/moonshot.ts +44 -0
  190. package/src/config/aiModels/novita.ts +124 -0
  191. package/src/config/aiModels/ollama.ts +412 -0
  192. package/src/config/aiModels/openai.ts +537 -0
  193. package/src/config/aiModels/openrouter.ts +252 -0
  194. package/src/config/aiModels/perplexity.ts +67 -0
  195. package/src/config/aiModels/qwen.ts +302 -0
  196. package/src/config/aiModels/sensenova.ts +114 -0
  197. package/src/config/aiModels/siliconcloud.ts +679 -0
  198. package/src/config/aiModels/spark.ts +68 -0
  199. package/src/config/aiModels/stepfun.ts +153 -0
  200. package/src/config/aiModels/taichu.ts +19 -0
  201. package/src/config/aiModels/togetherai.ts +334 -0
  202. package/src/config/aiModels/upstage.ts +37 -0
  203. package/src/config/aiModels/wenxin.ts +171 -0
  204. package/src/config/aiModels/xai.ts +72 -0
  205. package/src/config/aiModels/zeroone.ts +156 -0
  206. package/src/config/aiModels/zhipu.ts +235 -0
  207. package/src/config/featureFlags/schema.ts +3 -0
  208. package/src/config/modelProviders/anthropic.ts +1 -0
  209. package/src/config/modelProviders/github.ts +0 -1
  210. package/src/config/modelProviders/google.ts +1 -0
  211. package/src/config/modelProviders/stepfun.ts +2 -0
  212. package/src/database/migrations/0013_add_ai_infra.sql +44 -0
  213. package/src/database/migrations/meta/0013_snapshot.json +3598 -0
  214. package/src/database/migrations/meta/_journal.json +7 -0
  215. package/src/database/repositories/aiInfra/index.ts +115 -0
  216. package/src/database/schemas/aiInfra.ts +69 -0
  217. package/src/database/schemas/index.ts +1 -0
  218. package/src/database/server/models/__tests__/aiModel.test.ts +318 -0
  219. package/src/database/server/models/__tests__/aiProvider.test.ts +373 -0
  220. package/src/database/server/models/aiModel.ts +250 -0
  221. package/src/database/server/models/aiProvider.ts +234 -0
  222. package/src/features/AgentSetting/AgentPrompt/index.tsx +2 -2
  223. package/src/features/ChatInput/ActionBar/Token/TokenTag.tsx +2 -1
  224. package/src/features/ChatInput/ActionBar/Tools/index.tsx +2 -3
  225. package/src/features/ChatInput/ActionBar/Upload/ServerMode.tsx +2 -3
  226. package/src/features/ChatInput/Desktop/FilePreview/FileItem/index.tsx +3 -2
  227. package/src/features/ChatInput/Desktop/FilePreview/FileList.tsx +2 -2
  228. package/src/features/ChatInput/Mobile/Files/FileItem/File.tsx +2 -2
  229. package/src/features/ChatInput/Mobile/InputArea/index.tsx +1 -1
  230. package/src/features/ChatInput/STT/common.tsx +1 -1
  231. package/src/features/Conversation/Error/style.tsx +2 -2
  232. package/src/features/Conversation/Messages/Assistant/FileChunks/Item/style.ts +2 -2
  233. package/src/features/Conversation/Messages/Assistant/FileChunks/index.tsx +1 -1
  234. package/src/features/Conversation/Messages/Assistant/ToolCallItem/Inspector/style.ts +2 -3
  235. package/src/features/Conversation/Messages/Assistant/ToolCallItem/style.ts +2 -3
  236. package/src/features/Conversation/Messages/User/FileListViewer/Item.tsx +0 -1
  237. package/src/features/Conversation/components/BackBottom/style.ts +2 -2
  238. package/src/features/Conversation/components/MarkdownElements/LobeArtifact/Render/Icon.tsx +2 -3
  239. package/src/features/Conversation/components/MarkdownElements/LobeArtifact/Render/index.tsx +3 -3
  240. package/src/features/Conversation/components/MarkdownElements/LobeThinking/Render.tsx +1 -1
  241. package/src/features/Conversation/components/OTPInput.tsx +2 -2
  242. package/src/features/DataImporter/Loading.tsx +1 -1
  243. package/src/features/FileManager/FileList/EmptyStatus.tsx +1 -1
  244. package/src/features/FileManager/FileList/index.tsx +1 -1
  245. package/src/features/FileManager/UploadDock/Item.tsx +1 -1
  246. package/src/features/FileManager/UploadDock/index.tsx +4 -4
  247. package/src/features/FileViewer/NotSupport/index.tsx +1 -1
  248. package/src/features/FileViewer/Renderer/MSDoc/index.tsx +0 -1
  249. package/src/features/FileViewer/Renderer/TXT/index.tsx +1 -1
  250. package/src/features/InitClientDB/EnableModal.tsx +1 -1
  251. package/src/features/InitClientDB/ErrorResult.tsx +1 -1
  252. package/src/features/InitClientDB/InitIndicator.tsx +1 -1
  253. package/src/features/KnowledgeBaseModal/AddFilesToKnowledgeBase/SelectForm.tsx +0 -1
  254. package/src/features/ModelSwitchPanel/index.tsx +2 -2
  255. package/src/features/PluginsUI/Render/Loading.tsx +0 -1
  256. package/src/features/Portal/Home/Body/Files/FileList/Item.tsx +1 -1
  257. package/src/features/Portal/Home/Body/Plugins/ArtifactList/Item/style.ts +1 -2
  258. package/src/features/Setting/SettingContainer.tsx +8 -1
  259. package/src/features/ShareModal/ShareImage/style.ts +2 -2
  260. package/src/features/ShareModal/style.ts +2 -2
  261. package/src/features/User/DataStatistics.tsx +1 -1
  262. package/src/hooks/useEnabledChatModels.ts +10 -1
  263. package/src/hooks/useModelSupportToolUse.ts +15 -0
  264. package/src/hooks/useModelSupportVision.ts +15 -0
  265. package/src/layout/AuthProvider/Clerk/useAppearance.ts +3 -3
  266. package/src/layout/GlobalProvider/AppTheme.tsx +1 -1
  267. package/src/layout/GlobalProvider/StoreInitialization.tsx +5 -0
  268. package/src/locales/default/common.ts +1 -0
  269. package/src/locales/default/modelProvider.ts +178 -0
  270. package/src/locales/default/setting.ts +1 -0
  271. package/src/server/modules/KeyVaultsEncrypt/index.ts +1 -1
  272. package/src/server/routers/lambda/aiModel.ts +128 -0
  273. package/src/server/routers/lambda/aiProvider.ts +127 -0
  274. package/src/server/routers/lambda/index.ts +4 -0
  275. package/src/services/__tests__/_auth.test.ts +16 -49
  276. package/src/services/__tests__/chat.test.ts +2 -0
  277. package/src/services/_auth.ts +42 -25
  278. package/src/services/aiModel.ts +52 -0
  279. package/src/services/aiProvider.ts +47 -0
  280. package/src/services/chat.ts +62 -18
  281. package/src/store/aiInfra/index.ts +2 -0
  282. package/src/store/aiInfra/initialState.ts +11 -0
  283. package/src/store/aiInfra/selectors.ts +2 -0
  284. package/src/store/aiInfra/slices/aiModel/action.ts +146 -0
  285. package/src/store/aiInfra/slices/aiModel/index.ts +3 -0
  286. package/src/store/aiInfra/slices/aiModel/initialState.ts +14 -0
  287. package/src/store/aiInfra/slices/aiModel/selectors.ts +63 -0
  288. package/src/store/aiInfra/slices/aiProvider/action.ts +208 -0
  289. package/src/store/aiInfra/slices/aiProvider/index.ts +3 -0
  290. package/src/store/aiInfra/slices/aiProvider/initialState.ts +32 -0
  291. package/src/store/aiInfra/slices/aiProvider/selectors.ts +99 -0
  292. package/src/store/aiInfra/store.ts +25 -0
  293. package/src/store/global/initialState.ts +1 -0
  294. package/src/store/serverConfig/selectors.test.ts +1 -0
  295. package/src/styles/global.ts +1 -1
  296. package/src/types/aiModel.ts +32 -6
  297. package/src/types/aiProvider.ts +11 -4
  298. 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 پلتفرم بایدو را وارد کنید",
@@ -411,6 +411,7 @@
411
411
  "common": "تنظیمات عمومی",
412
412
  "experiment": "آزمایش",
413
413
  "llm": "مدل زبان",
414
+ "provider": "ارائه دهنده خدمات هوش مصنوعی",
414
415
  "sync": "همگام‌سازی ابری",
415
416
  "system-agent": "دستیار سیستم",
416
417
  "tts": "خدمات صوتی"
@@ -275,6 +275,7 @@
275
275
  },
276
276
  "temp": "Temporaire",
277
277
  "terms": "Conditions de service",
278
+ "update": "Mise à jour",
278
279
  "updateAgent": "Mettre à jour les informations de l'agent",
279
280
  "upgradeVersion": {
280
281
  "action": "Mettre à jour",
@@ -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",
@@ -411,6 +411,7 @@
411
411
  "common": "Paramètres généraux",
412
412
  "experiment": "Expérience",
413
413
  "llm": "Modèle de langue",
414
+ "provider": "Fournisseur de services d'IA",
414
415
  "sync": "Synchronisation cloud",
415
416
  "system-agent": "Agent système",
416
417
  "tts": "Service vocal"
@@ -275,6 +275,7 @@
275
275
  },
276
276
  "temp": "Temporaneo",
277
277
  "terms": "Termini di servizio",
278
+ "update": "Aggiornamento",
278
279
  "updateAgent": "Aggiorna informazioni agente",
279
280
  "upgradeVersion": {
280
281
  "action": "Aggiorna",
@@ -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",
@@ -411,6 +411,7 @@
411
411
  "common": "Impostazioni comuni",
412
412
  "experiment": "实验",
413
413
  "llm": "Modello linguistico",
414
+ "provider": "Fornitore di servizi AI",
414
415
  "sync": "云端同步",
415
416
  "system-agent": "Assistente di sistema",
416
417
  "tts": "Servizio vocale"
@@ -275,6 +275,7 @@
275
275
  },
276
276
  "temp": "一時的",
277
277
  "terms": "利用規約",
278
+ "update": "更新",
278
279
  "updateAgent": "エージェント情報を更新",
279
280
  "upgradeVersion": {
280
281
  "action": "アップグレード",