@lobehub/chat 0.146.2 → 0.147.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 (358) hide show
  1. package/.env.example +3 -5
  2. package/.github/workflows/issue-close-require.yml +1 -1
  3. package/.github/workflows/release.yml +1 -1
  4. package/.github/workflows/test.yml +3 -1
  5. package/.i18nrc.js +13 -8
  6. package/.seorc.cjs +9 -0
  7. package/CHANGELOG.md +73 -0
  8. package/README.md +25 -25
  9. package/README.zh-CN.md +25 -25
  10. package/contributing/Home.md +1 -1
  11. package/docs/self-hosting/advanced/analytics.mdx +12 -0
  12. package/docs/self-hosting/advanced/analytics.zh-CN.mdx +10 -0
  13. package/docs/self-hosting/advanced/authentication.mdx +19 -0
  14. package/docs/self-hosting/advanced/authentication.zh-CN.mdx +15 -0
  15. package/docs/self-hosting/advanced/sso-providers/auth0.mdx +19 -2
  16. package/docs/self-hosting/advanced/sso-providers/auth0.zh-CN.mdx +15 -2
  17. package/docs/self-hosting/advanced/sso-providers/authentik.mdx +18 -3
  18. package/docs/self-hosting/advanced/sso-providers/authentik.zh-CN.mdx +14 -2
  19. package/docs/self-hosting/advanced/sso-providers/github.mdx +13 -0
  20. package/docs/self-hosting/advanced/sso-providers/github.zh-CN.mdx +13 -3
  21. package/docs/self-hosting/advanced/sso-providers/microsoft-entra-id.mdx +18 -2
  22. package/docs/self-hosting/advanced/sso-providers/microsoft-entra-id.zh-CN.mdx +15 -2
  23. package/docs/self-hosting/advanced/sso-providers/zitadel.mdx +17 -2
  24. package/docs/self-hosting/advanced/sso-providers/zitadel.zh-CN.mdx +14 -2
  25. package/docs/self-hosting/advanced/upstream-sync.mdx +13 -0
  26. package/docs/self-hosting/advanced/upstream-sync.zh-CN.mdx +10 -0
  27. package/docs/self-hosting/environment-variables/analytics.mdx +15 -0
  28. package/docs/self-hosting/environment-variables/analytics.zh-CN.mdx +13 -0
  29. package/docs/self-hosting/environment-variables/auth.mdx +14 -0
  30. package/docs/self-hosting/environment-variables/auth.zh-CN.mdx +15 -1
  31. package/docs/self-hosting/environment-variables/basic.mdx +15 -0
  32. package/docs/self-hosting/environment-variables/basic.zh-CN.mdx +11 -0
  33. package/docs/self-hosting/environment-variables/model-provider.mdx +26 -0
  34. package/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx +10 -0
  35. package/docs/self-hosting/environment-variables.mdx +13 -2
  36. package/docs/self-hosting/environment-variables.zh-CN.mdx +9 -0
  37. package/docs/self-hosting/examples/azure-openai.mdx +12 -0
  38. package/docs/self-hosting/examples/azure-openai.zh-CN.mdx +12 -0
  39. package/docs/self-hosting/examples/ollama.mdx +13 -0
  40. package/docs/self-hosting/examples/ollama.zh-CN.mdx +11 -0
  41. package/docs/self-hosting/faq/no-v1-suffix.mdx +12 -0
  42. package/docs/self-hosting/faq/no-v1-suffix.zh-CN.mdx +9 -0
  43. package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.mdx +14 -0
  44. package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.zh-CN.mdx +11 -0
  45. package/docs/self-hosting/platform/docker-compose.mdx +21 -5
  46. package/docs/self-hosting/platform/docker-compose.zh-CN.mdx +18 -5
  47. package/docs/self-hosting/platform/docker.mdx +26 -8
  48. package/docs/self-hosting/platform/docker.zh-CN.mdx +27 -9
  49. package/docs/self-hosting/platform/netlify.mdx +18 -2
  50. package/docs/self-hosting/platform/netlify.zh-CN.mdx +14 -1
  51. package/docs/self-hosting/platform/railway.mdx +12 -0
  52. package/docs/self-hosting/platform/railway.zh-CN.mdx +11 -0
  53. package/docs/self-hosting/platform/repocloud.mdx +12 -0
  54. package/docs/self-hosting/platform/repocloud.zh-CN.mdx +10 -0
  55. package/docs/self-hosting/platform/sealos.mdx +11 -0
  56. package/docs/self-hosting/platform/sealos.zh-CN.mdx +10 -0
  57. package/docs/self-hosting/platform/vercel.mdx +12 -0
  58. package/docs/self-hosting/platform/vercel.zh-CN.mdx +11 -0
  59. package/docs/self-hosting/platform/zeabur.mdx +11 -0
  60. package/docs/self-hosting/platform/zeabur.zh-CN.mdx +10 -0
  61. package/docs/self-hosting/start.mdx +12 -0
  62. package/docs/self-hosting/start.zh-CN.mdx +13 -0
  63. package/docs/usage/agents/concepts.mdx +13 -0
  64. package/docs/usage/agents/concepts.zh-CN.mdx +10 -0
  65. package/docs/usage/agents/custom-agent.mdx +16 -2
  66. package/docs/usage/agents/custom-agent.zh-CN.mdx +14 -2
  67. package/docs/usage/agents/model.mdx +11 -2
  68. package/docs/usage/agents/model.zh-CN.mdx +12 -0
  69. package/docs/usage/agents/prompt.mdx +15 -0
  70. package/docs/usage/agents/prompt.zh-CN.mdx +10 -0
  71. package/docs/usage/agents/topics.mdx +13 -0
  72. package/docs/usage/agents/topics.zh-CN.mdx +11 -0
  73. package/docs/usage/features/agent-market.mdx +11 -1
  74. package/docs/usage/features/agent-market.zh-CN.mdx +13 -0
  75. package/docs/usage/features/local-llm.mdx +12 -2
  76. package/docs/usage/features/local-llm.zh-CN.mdx +3 -3
  77. package/docs/usage/features/mobile.mdx +10 -1
  78. package/docs/usage/features/mobile.zh-CN.mdx +11 -0
  79. package/docs/usage/features/more.mdx +13 -0
  80. package/docs/usage/features/more.zh-CN.mdx +10 -0
  81. package/docs/usage/features/multi-ai-providers.mdx +14 -1
  82. package/docs/usage/features/multi-ai-providers.zh-CN.mdx +16 -0
  83. package/docs/usage/features/plugin-system.mdx +12 -1
  84. package/docs/usage/features/plugin-system.zh-CN.mdx +9 -0
  85. package/docs/usage/features/pwa.mdx +11 -1
  86. package/docs/usage/features/pwa.zh-CN.mdx +13 -0
  87. package/docs/usage/features/text-to-image.mdx +11 -1
  88. package/docs/usage/features/text-to-image.zh-CN.mdx +13 -0
  89. package/docs/usage/features/theme.mdx +12 -1
  90. package/docs/usage/features/theme.zh-CN.mdx +11 -0
  91. package/docs/usage/features/tts.mdx +14 -1
  92. package/docs/usage/features/tts.zh-CN.mdx +12 -0
  93. package/docs/usage/features/vision.mdx +11 -1
  94. package/docs/usage/features/vision.zh-CN.mdx +10 -0
  95. package/docs/usage/plugins/basic-usage.mdx +12 -0
  96. package/docs/usage/plugins/basic-usage.zh-CN.mdx +10 -0
  97. package/docs/usage/plugins/custom-plugin.mdx +12 -0
  98. package/docs/usage/plugins/custom-plugin.zh-CN.mdx +10 -0
  99. package/docs/usage/plugins/development.mdx +18 -0
  100. package/docs/usage/plugins/development.zh-CN.mdx +12 -0
  101. package/docs/usage/plugins/store.mdx +12 -0
  102. package/docs/usage/plugins/store.zh-CN.mdx +9 -0
  103. package/docs/usage/providers/groq.mdx +14 -2
  104. package/docs/usage/providers/groq.zh-CN.mdx +12 -2
  105. package/docs/usage/providers/ollama/gemma.mdx +13 -3
  106. package/docs/usage/providers/ollama/gemma.zh-CN.mdx +12 -3
  107. package/docs/usage/providers/ollama/qwen.mdx +12 -4
  108. package/docs/usage/providers/ollama/qwen.zh-CN.mdx +10 -3
  109. package/docs/usage/providers/ollama.mdx +19 -9
  110. package/docs/usage/providers/ollama.zh-CN.mdx +20 -9
  111. package/docs/usage/start.mdx +13 -2
  112. package/docs/usage/start.zh-CN.mdx +11 -2
  113. package/locales/ar/common.json +0 -26
  114. package/locales/ar/components.json +15 -0
  115. package/locales/ar/error.json +1 -52
  116. package/locales/ar/modelProvider.json +226 -0
  117. package/locales/ar/setting.json +48 -199
  118. package/locales/bg-BG/common.json +0 -26
  119. package/locales/bg-BG/components.json +15 -0
  120. package/locales/bg-BG/error.json +1 -52
  121. package/locales/bg-BG/modelProvider.json +226 -0
  122. package/locales/bg-BG/setting.json +48 -199
  123. package/locales/de-DE/common.json +0 -26
  124. package/locales/de-DE/components.json +15 -0
  125. package/locales/de-DE/error.json +1 -52
  126. package/locales/de-DE/modelProvider.json +226 -0
  127. package/locales/de-DE/setting.json +48 -199
  128. package/locales/en-US/common.json +0 -26
  129. package/locales/en-US/components.json +15 -0
  130. package/locales/en-US/error.json +1 -52
  131. package/locales/en-US/modelProvider.json +226 -0
  132. package/locales/en-US/setting.json +48 -199
  133. package/locales/es-ES/common.json +0 -26
  134. package/locales/es-ES/components.json +15 -0
  135. package/locales/es-ES/error.json +1 -52
  136. package/locales/es-ES/modelProvider.json +226 -0
  137. package/locales/es-ES/setting.json +48 -199
  138. package/locales/fr-FR/common.json +0 -26
  139. package/locales/fr-FR/components.json +15 -0
  140. package/locales/fr-FR/error.json +1 -52
  141. package/locales/fr-FR/modelProvider.json +226 -0
  142. package/locales/fr-FR/setting.json +48 -199
  143. package/locales/it-IT/common.json +0 -26
  144. package/locales/it-IT/components.json +15 -0
  145. package/locales/it-IT/error.json +1 -52
  146. package/locales/it-IT/modelProvider.json +226 -0
  147. package/locales/it-IT/setting.json +59 -210
  148. package/locales/ja-JP/common.json +0 -26
  149. package/locales/ja-JP/components.json +15 -0
  150. package/locales/ja-JP/error.json +1 -52
  151. package/locales/ja-JP/modelProvider.json +226 -0
  152. package/locales/ja-JP/setting.json +59 -210
  153. package/locales/ko-KR/common.json +0 -26
  154. package/locales/ko-KR/components.json +15 -0
  155. package/locales/ko-KR/error.json +1 -52
  156. package/locales/ko-KR/modelProvider.json +226 -0
  157. package/locales/ko-KR/setting.json +48 -199
  158. package/locales/nl-NL/common.json +0 -26
  159. package/locales/nl-NL/components.json +15 -0
  160. package/locales/nl-NL/error.json +4 -55
  161. package/locales/nl-NL/modelProvider.json +226 -0
  162. package/locales/nl-NL/setting.json +49 -200
  163. package/locales/pl-PL/common.json +0 -26
  164. package/locales/pl-PL/components.json +15 -0
  165. package/locales/pl-PL/error.json +1 -52
  166. package/locales/pl-PL/modelProvider.json +226 -0
  167. package/locales/pl-PL/setting.json +48 -199
  168. package/locales/pt-BR/common.json +0 -26
  169. package/locales/pt-BR/components.json +15 -0
  170. package/locales/pt-BR/error.json +1 -52
  171. package/locales/pt-BR/modelProvider.json +226 -0
  172. package/locales/pt-BR/setting.json +48 -199
  173. package/locales/ru-RU/common.json +0 -26
  174. package/locales/ru-RU/components.json +15 -0
  175. package/locales/ru-RU/error.json +1 -52
  176. package/locales/ru-RU/modelProvider.json +226 -0
  177. package/locales/ru-RU/setting.json +48 -199
  178. package/locales/tr-TR/common.json +0 -26
  179. package/locales/tr-TR/components.json +15 -0
  180. package/locales/tr-TR/error.json +1 -52
  181. package/locales/tr-TR/modelProvider.json +226 -0
  182. package/locales/tr-TR/setting.json +48 -199
  183. package/locales/vi-VN/common.json +0 -26
  184. package/locales/vi-VN/components.json +15 -0
  185. package/locales/vi-VN/error.json +1 -52
  186. package/locales/vi-VN/modelProvider.json +226 -0
  187. package/locales/vi-VN/setting.json +48 -199
  188. package/locales/zh-CN/common.json +0 -26
  189. package/locales/zh-CN/components.json +15 -0
  190. package/locales/zh-CN/error.json +2 -53
  191. package/locales/zh-CN/modelProvider.json +226 -0
  192. package/locales/zh-CN/setting.json +48 -199
  193. package/locales/zh-TW/common.json +0 -26
  194. package/locales/zh-TW/components.json +15 -0
  195. package/locales/zh-TW/error.json +1 -52
  196. package/locales/zh-TW/modelProvider.json +226 -0
  197. package/locales/zh-TW/setting.json +48 -199
  198. package/package.json +120 -116
  199. package/scripts/mdxWorkflow/index.ts +48 -0
  200. package/src/app/api/chat/[provider]/route.test.ts +4 -9
  201. package/src/app/api/chat/[provider]/route.ts +6 -23
  202. package/src/app/api/chat/{[provider]/agentRuntime.test.ts → agentRuntime.test.ts} +12 -12
  203. package/src/app/api/chat/{[provider]/agentRuntime.ts → agentRuntime.ts} +11 -30
  204. package/src/app/api/chat/auth/index.ts +42 -0
  205. package/src/app/api/chat/models/[provider]/route.ts +45 -0
  206. package/src/app/api/config/__snapshots__/route.test.ts.snap +127 -0
  207. package/src/app/api/config/route.test.ts +170 -0
  208. package/src/app/api/config/route.ts +46 -11
  209. package/src/app/api/plugin/gateway/route.ts +1 -1
  210. package/src/app/settings/llm/Azure/index.tsx +36 -43
  211. package/src/app/settings/llm/Bedrock/index.tsx +12 -20
  212. package/src/app/settings/llm/Ollama/index.tsx +2 -2
  213. package/src/app/settings/llm/OpenAI/index.tsx +9 -121
  214. package/src/app/settings/llm/OpenRouter/index.tsx +1 -1
  215. package/src/app/settings/llm/TogetherAI/index.tsx +0 -1
  216. package/src/app/settings/llm/components/ProviderConfig/index.tsx +48 -32
  217. package/src/app/settings/llm/components/ProviderModelList/CustomModelOption.tsx +94 -0
  218. package/src/app/settings/llm/components/ProviderModelList/MaxTokenSlider.tsx +88 -0
  219. package/src/app/settings/llm/components/ProviderModelList/ModelConfigModal.tsx +128 -0
  220. package/src/app/settings/llm/components/ProviderModelList/ModelFetcher.tsx +81 -0
  221. package/src/app/settings/llm/components/ProviderModelList/Option.tsx +38 -0
  222. package/src/app/settings/llm/components/ProviderModelList/index.tsx +142 -0
  223. package/src/app/settings/llm/const.ts +1 -1
  224. package/src/app/settings/llm/index.tsx +7 -6
  225. package/src/app/settings/tts/TTS/index.tsx +1 -1
  226. package/src/components/AntdStaticMethods/index.test.tsx +43 -0
  227. package/src/components/ModelIcon/index.tsx +25 -7
  228. package/src/components/ModelSelect/index.tsx +67 -56
  229. package/src/config/modelProviders/anthropic.ts +6 -1
  230. package/src/config/modelProviders/azure.ts +42 -0
  231. package/src/config/modelProviders/bedrock.ts +4 -1
  232. package/src/config/modelProviders/google.ts +2 -14
  233. package/src/config/modelProviders/groq.ts +3 -0
  234. package/src/config/modelProviders/index.ts +19 -14
  235. package/src/config/modelProviders/mistral.ts +5 -0
  236. package/src/config/modelProviders/moonshot.ts +3 -1
  237. package/src/config/modelProviders/ollama.ts +6 -17
  238. package/src/config/modelProviders/openai.ts +9 -13
  239. package/src/config/modelProviders/openrouter.ts +6 -1
  240. package/src/config/modelProviders/perplexity.ts +2 -0
  241. package/src/config/modelProviders/togetherai.ts +11 -0
  242. package/src/config/modelProviders/zeroone.ts +3 -0
  243. package/src/config/modelProviders/zhipu.ts +3 -0
  244. package/src/config/server/provider.ts +52 -7
  245. package/src/const/auth.ts +0 -1
  246. package/src/const/{settings.ts → settings/index.ts} +31 -4
  247. package/src/const/url.ts +1 -1
  248. package/src/database/core/db.ts +14 -0
  249. package/src/database/schemas/user.ts +1 -25
  250. package/src/features/AgentSetting/AgentConfig/ModelSelect.tsx +7 -11
  251. package/src/features/ChatInput/STT/common.tsx +80 -78
  252. package/src/features/ChatInput/STT/index.tsx +8 -6
  253. package/src/features/Conversation/Error/APIKeyForm/Bedrock.tsx +8 -8
  254. package/src/features/Conversation/Error/APIKeyForm/ProviderApiKeyForm.tsx +73 -0
  255. package/src/features/Conversation/Error/APIKeyForm/ProviderAvatar.tsx +74 -0
  256. package/src/features/Conversation/Error/APIKeyForm/index.tsx +25 -49
  257. package/src/features/ModelSwitchPanel/index.tsx +40 -13
  258. package/src/hooks/_header.ts +5 -20
  259. package/src/libs/agent-runtime/BaseAI.ts +17 -1
  260. package/src/libs/agent-runtime/anthropic/index.ts +3 -7
  261. package/src/libs/agent-runtime/azureOpenai/index.test.ts +166 -0
  262. package/src/libs/agent-runtime/azureOpenai/index.ts +16 -8
  263. package/src/libs/agent-runtime/bedrock/index.test.ts +199 -22
  264. package/src/libs/agent-runtime/bedrock/index.ts +11 -18
  265. package/src/libs/agent-runtime/groq/index.test.ts +350 -0
  266. package/src/libs/agent-runtime/groq/index.ts +14 -77
  267. package/src/libs/agent-runtime/mistral/index.test.ts +25 -19
  268. package/src/libs/agent-runtime/mistral/index.ts +24 -86
  269. package/src/libs/agent-runtime/moonshot/index.test.ts +2 -2
  270. package/src/libs/agent-runtime/moonshot/index.ts +14 -77
  271. package/src/libs/agent-runtime/openai/__snapshots__/index.test.ts.snap +99 -0
  272. package/src/libs/agent-runtime/openai/fixtures/openai-models.json +170 -0
  273. package/src/libs/agent-runtime/openai/index.test.ts +15 -50
  274. package/src/libs/agent-runtime/openai/index.ts +15 -107
  275. package/src/libs/agent-runtime/openrouter/__snapshots__/index.test.ts.snap +82 -0
  276. package/src/libs/agent-runtime/openrouter/fixtures/models.json +62 -0
  277. package/src/libs/agent-runtime/openrouter/index.test.ts +25 -9
  278. package/src/libs/agent-runtime/openrouter/index.ts +42 -84
  279. package/src/libs/agent-runtime/openrouter/type.ts +28 -0
  280. package/src/libs/agent-runtime/togetherai/index.test.ts +12 -9
  281. package/src/libs/agent-runtime/togetherai/index.ts +20 -85
  282. package/src/libs/agent-runtime/utils/anthropicHelpers.test.ts +14 -22
  283. package/src/libs/agent-runtime/utils/anthropicHelpers.ts +4 -10
  284. package/src/libs/agent-runtime/utils/openaiCompatibleFactory/index.ts +147 -0
  285. package/src/libs/agent-runtime/zeroone/index.test.ts +350 -0
  286. package/src/libs/agent-runtime/zeroone/index.ts +14 -77
  287. package/src/locales/default/common.ts +0 -28
  288. package/src/locales/default/components.ts +15 -0
  289. package/src/locales/default/error.ts +2 -54
  290. package/src/locales/default/index.ts +4 -0
  291. package/src/locales/default/modelProvider.ts +229 -0
  292. package/src/locales/default/setting.ts +51 -202
  293. package/src/migrations/FromV3ToV4/fixtures/azure-input-v3.json +79 -0
  294. package/src/migrations/FromV3ToV4/fixtures/azure-output-v4.json +75 -0
  295. package/src/migrations/FromV3ToV4/fixtures/ollama-input-v3.json +85 -0
  296. package/src/migrations/FromV3ToV4/fixtures/ollama-output-v4.json +86 -0
  297. package/src/migrations/FromV3ToV4/fixtures/openai-input-v3.json +77 -0
  298. package/src/migrations/FromV3ToV4/fixtures/openai-output-v4.json +79 -0
  299. package/src/migrations/FromV3ToV4/fixtures/openrouter-input-v3.json +82 -0
  300. package/src/migrations/FromV3ToV4/fixtures/openrouter-output-v4.json +89 -0
  301. package/src/migrations/FromV3ToV4/fixtures/output-v4-from-v1.json +203 -0
  302. package/src/migrations/FromV3ToV4/index.ts +96 -0
  303. package/src/migrations/FromV3ToV4/migrations.test.ts +195 -0
  304. package/src/migrations/FromV3ToV4/types/v3.ts +59 -0
  305. package/src/migrations/FromV3ToV4/types/v4.ts +37 -0
  306. package/src/migrations/index.ts +11 -3
  307. package/src/services/_auth.test.ts +4 -6
  308. package/src/services/_auth.ts +8 -60
  309. package/src/services/_header.ts +5 -22
  310. package/src/services/_url.ts +1 -0
  311. package/src/services/chat.ts +16 -6
  312. package/src/services/global.ts +1 -1
  313. package/src/services/models.ts +23 -0
  314. package/src/services/ollama.ts +2 -2
  315. package/src/store/chat/slices/share/action.test.ts +113 -0
  316. package/src/store/chat/slices/share/action.ts +1 -1
  317. package/src/store/global/slices/common/action.test.ts +166 -1
  318. package/src/store/global/slices/common/action.ts +2 -1
  319. package/src/store/global/slices/settings/{action.test.ts → actions/general.test.ts} +1 -19
  320. package/src/store/global/slices/settings/{action.ts → actions/general.ts} +4 -19
  321. package/src/store/global/slices/settings/actions/index.ts +18 -0
  322. package/src/store/global/slices/settings/actions/llm.test.ts +60 -0
  323. package/src/store/global/slices/settings/actions/llm.ts +88 -0
  324. package/src/store/global/slices/settings/initialState.ts +3 -1
  325. package/src/store/global/slices/settings/reducers/customModelCard.test.ts +204 -0
  326. package/src/store/global/slices/settings/reducers/customModelCard.ts +64 -0
  327. package/src/store/global/slices/settings/selectors/index.ts +1 -0
  328. package/src/store/global/slices/settings/selectors/modelConfig.test.ts +189 -0
  329. package/src/store/global/slices/settings/selectors/modelConfig.ts +179 -0
  330. package/src/store/global/slices/settings/selectors/modelProvider.test.ts +47 -138
  331. package/src/store/global/slices/settings/selectors/modelProvider.ts +102 -243
  332. package/src/store/global/store.ts +1 -1
  333. package/src/types/llm.ts +12 -1
  334. package/src/types/serverConfig.ts +22 -0
  335. package/src/types/settings/index.ts +0 -12
  336. package/src/types/settings/modelProvider.ts +34 -90
  337. package/src/utils/client/switchLang.test.ts +34 -0
  338. package/src/utils/difference.test.ts +46 -0
  339. package/src/utils/difference.ts +15 -2
  340. package/src/utils/fetch.ts +1 -3
  341. package/src/utils/parseModels.ts +62 -0
  342. package/vercel.json +1 -1
  343. package/docs/package.json +0 -5
  344. package/src/features/Conversation/Error/APIKeyForm/Anthropic.tsx +0 -40
  345. package/src/features/Conversation/Error/APIKeyForm/Google.tsx +0 -61
  346. package/src/features/Conversation/Error/APIKeyForm/Groq.tsx +0 -60
  347. package/src/features/Conversation/Error/APIKeyForm/Mistral.tsx +0 -60
  348. package/src/features/Conversation/Error/APIKeyForm/Moonshot.tsx +0 -60
  349. package/src/features/Conversation/Error/APIKeyForm/OpenAI.tsx +0 -63
  350. package/src/features/Conversation/Error/APIKeyForm/OpenRouter.tsx +0 -40
  351. package/src/features/Conversation/Error/APIKeyForm/Perplexity.tsx +0 -60
  352. package/src/features/Conversation/Error/APIKeyForm/TogetherAI.tsx +0 -40
  353. package/src/features/Conversation/Error/APIKeyForm/ZeroOne.tsx +0 -60
  354. package/src/features/Conversation/Error/APIKeyForm/Zhipu.tsx +0 -62
  355. package/src/libs/agent-runtime/utils/env.ts +0 -1
  356. package/src/store/global/slices/settings/selectors/__snapshots__/modelProvider.test.ts.snap +0 -230
  357. /package/src/app/api/chat/{auth.ts → auth/utils.ts} +0 -0
  358. /package/src/components/{AntdStaticMethods.tsx → AntdStaticMethods/index.tsx} +0 -0
@@ -1,3 +1,15 @@
1
+ ---
2
+ title: Deploy LobeChat with Docker
3
+ description: >-
4
+ Learn how to deploy the LobeChat service using Docker, including installation
5
+ steps, command deployment, proxy configuration, and automatic update scripts.
6
+ tags:
7
+ - Docker Deployment
8
+ - LobeChat Service
9
+ - Docker Command
10
+ - Proxy Configuration
11
+ - Automatic Update Script
12
+ ---
1
13
  # Docker Deployment Guide
2
14
 
3
15
  <div style={{display:"flex", gap: 4}}>
@@ -16,18 +28,21 @@ We provide a [Docker image][docker-release-link] for you to deploy the LobeChat
16
28
  (If already installed, skip this step)
17
29
 
18
30
  <Tabs items={['Ubuntu', 'CentOS']}>
19
- <Tabs.Tab>
31
+ <Tab>
20
32
  ```fish
21
33
  $ apt install docker.io
22
34
  ```
23
- </Tabs.Tab>
35
+
36
+ </Tab>
24
37
 
25
- <Tabs.Tab>
38
+ <Tab>
26
39
  ```fish
27
40
  $ yum install docker
28
41
  ```
29
- </Tabs.Tab>
30
- </Tabs>
42
+
43
+ </Tab>
44
+
45
+ </Tabs>
31
46
 
32
47
  ### Docker Command Deployment
33
48
 
@@ -52,19 +67,22 @@ We provide a [Docker image][docker-release-link] for you to deploy the LobeChat
52
67
  <Callout type="tip">
53
68
  Since the official Docker image build takes about half an hour, if you see the "update available"
54
69
  prompt after deployment, you can wait for the image to finish building before deploying again.
55
- </Callout>
70
+
71
+ </Callout>
56
72
 
57
73
  <Callout type="warning">
58
74
  The official Docker image does not have a password set. It is strongly recommended to add a
59
75
  password to enhance security, otherwise you may encounter situations like [My API Key was
60
76
  stolen!!!](https://github.com/lobehub/lobe-chat/issues/1123).
61
- </Callout>
77
+
78
+ </Callout>
62
79
 
63
80
  <Callout type="important">
64
81
  Note that when the **deployment architecture is inconsistent with the image**, you need to
65
82
  cross-compile **Sharp**, see [Sharp
66
83
  Cross-Compilation](https://sharp.pixelplumbing.com/install#cross-platform) for details.
67
- </Callout>
84
+
85
+ </Callout>
68
86
 
69
87
  #### Using a Proxy Address
70
88
 
@@ -1,3 +1,14 @@
1
+ ---
2
+ title: 通过 Docker 部署 LobeChat
3
+ description: 学习如何使用 Docker 部署 LobeChat 服务,包括安装 Docker 容器环境和使用指令一键启动服务。详细说明如何配置环境变量和使用代理地址。
4
+ tags:
5
+ - Docker
6
+ - LobeChat
7
+ - 部署指引
8
+ - 环境变量
9
+ - 代理地址
10
+ - 自动更新脚本
11
+ ---
1
12
  # Docker 部署指引
2
13
 
3
14
  <div style={{display:"flex", gap: 4}}>
@@ -16,18 +27,21 @@
16
27
  (如果已安装,请跳过此步)
17
28
 
18
29
  <Tabs items={['Ubuntu', 'CentOS']}>
19
- <Tabs.Tab>
30
+ <Tab>
20
31
  ```fish
21
32
  $ apt install docker.io
22
33
  ```
23
- </Tabs.Tab>
34
+
35
+ </Tab>
24
36
 
25
- <Tabs.Tab>
37
+ <Tab>
26
38
  ```fish
27
39
  $ yum install docker
28
40
  ```
29
- </Tabs.Tab>
30
- </Tabs>
41
+
42
+ </Tab>
43
+
44
+ </Tabs>
31
45
 
32
46
  ### Docker 指令部署
33
47
 
@@ -48,22 +62,26 @@
48
62
 
49
63
  <Callout type={'tip'}>
50
64
  LobeChat 支持的完整环境变量列表请参考 [📘 环境变量](/zh/self-hosting/environment-variables) 部分
51
- </Callout>
65
+
66
+ </Callout>
52
67
 
53
68
  <Callout>
54
69
  由于官方的 Docker
55
70
  镜像构建大约需要半小时左右,如果在更新部署后会出现「存在更新」的提示,可以等待镜像构建完成后再次部署。
56
- </Callout>
71
+
72
+ </Callout>
57
73
 
58
74
  <Callout type="warning">
59
75
  官方 Docker 镜像中未设定密码,强烈建议添加密码以提升安全性,否则你可能会遇到 [My API Key was
60
76
  stolen!!!](https://github.com/lobehub/lobe-chat/issues/1123) 这样的情况
61
- </Callout>
77
+
78
+ </Callout>
62
79
 
63
80
  <Callout type="important">
64
81
  注意,当**部署架构与镜像的不一致时**,需要对 **Sharp** 进行交叉编译,详见 [Sharp
65
82
  交叉编译](https://sharp.pixelplumbing.com/install#cross-platform)
66
- </Callout>
83
+
84
+ </Callout>
67
85
 
68
86
  #### 使用代理地址
69
87
 
@@ -1,3 +1,17 @@
1
+ ---
2
+ title: Deploy LobeChat with Netlify - Step-by-Step Guide
3
+ description: >-
4
+ Learn how to deploy LobeChat on Netlify with detailed instructions on forking
5
+ the repository, preparing your OpenAI API Key, importing to Netlify workspace,
6
+ configuring site name and environment variables, and monitoring deployment
7
+ progress.
8
+ tags:
9
+ - Deploy LobeChat
10
+ - Netlify Deployment
11
+ - OpenAI API Key
12
+ - Environment Variables
13
+ - Custom Domain Setup
14
+ ---
1
15
  # Deploy LobeChat with Netlify
2
16
 
3
17
  If you want to deploy LobeChat on Netlify, you can follow these steps:
@@ -18,7 +32,8 @@ If you want to deploy LobeChat on Netlify, you can follow these steps:
18
32
  <Callout>
19
33
  After testing, it is currently not supported to have a one-click deployment button similar to
20
34
  Vercel/Zeabur. The reason is unknown. Therefore, manual import is required.
21
- </Callout>
35
+
36
+ </Callout>
22
37
 
23
38
  Click "Import from git"
24
39
 
@@ -53,7 +68,8 @@ If you want to deploy LobeChat on Netlify, you can follow these steps:
53
68
  <Callout type={'tip'}>
54
69
  For a complete list of environment variables supported by LobeChat, please refer to the [📘
55
70
  Environment Variables](/en/self-hosting/environment-variables)
56
- </Callout>
71
+
72
+ </Callout>
57
73
 
58
74
  Afteradding the variables, finally click "Deploy lobe-chat" to enter the deployment phase
59
75
 
@@ -1,3 +1,15 @@
1
+ ---
2
+ title: 在 Netlify 上部署 LobeChat
3
+ description: >-
4
+ 学习如何在 Netlify 上部署 LobeChat,包括 Fork 仓库、准备 OpenAI API Key、导入到 Netlify
5
+ 工作台、配置站点名称与环境变量等步骤。
6
+ tags:
7
+ - Netlify
8
+ - LobeChat
9
+ - 部署教程
10
+ - OpenAI API Key
11
+ - 环境配置
12
+ ---
1
13
  # 使用 Netlify 部署
2
14
 
3
15
  如果想在 Netlify 上部署 LobeChat,可以按照以下步骤进行操作:
@@ -49,7 +61,8 @@
49
61
 
50
62
  <Callout type={'tip'}>
51
63
  LobeChat 支持的完整环境变量列表请参考 [📘 环境变量](/zh/self-hosting/environment-variables) 部分
52
- </Callout>
64
+
65
+ </Callout>
53
66
 
54
67
  添加完成后,最后点击「Deploy lobe-chat」 进入部署阶段。
55
68
 
@@ -1,3 +1,15 @@
1
+ ---
2
+ title: Deploy LobeChat with Railway
3
+ description: >-
4
+ Learn how to deploy LobeChat on Railway and follow the step-by-step process.
5
+ Get your OpenAI API Key, deploy with a click, and start using it. Optionally,
6
+ bind a custom domain for your deployment.
7
+ tags:
8
+ - Deploy LobeChat
9
+ - Railway Deployment
10
+ - OpenAI API Key
11
+ - Custom Domain Binding
12
+ ---
1
13
  # Deploy LobeChat with Railway
2
14
 
3
15
  If you want to deploy LobeChat on Railway, you can follow the steps below:
@@ -1,3 +1,14 @@
1
+ ---
2
+ title: 在 Railway 上部署 LobeChat
3
+ description: 学习如何在 Railway 上部署 LobeChat 应用,包括准备 OpenAI API Key、点击按钮进行部署、绑定自定义域名等步骤。
4
+ tags:
5
+ - Railway
6
+ - 部署
7
+ - LobeChat
8
+ - OpenAI
9
+ - API Key
10
+ - 自定义域名
11
+ ---
1
12
  # 使用 Railway 部署
2
13
 
3
14
  如果想在 Railway 上部署 LobeChat,可以按照以下步骤进行操作:
@@ -1,3 +1,15 @@
1
+ ---
2
+ title: Deploy LobeChat on RepoCloud
3
+ description: >-
4
+ Learn how to deploy LobeChat on RepoCloud with ease. Follow these steps to
5
+ prepare your OpenAI API Key, deploy the application, and start using it.
6
+ Optional: Bind a custom domain for a personalized touch.
7
+ tags:
8
+ - Deploy LobeChat
9
+ - RepoCloud Deployment
10
+ - OpenAI API Key
11
+ - Custom Domain Binding
12
+ ---
1
13
  # Deploy LobeChat with RepoCloud
2
14
 
3
15
  If you want to deploy LobeChat on RepoCloud, you can follow the steps below:
@@ -1,3 +1,13 @@
1
+ ---
2
+ title: 在 RepoCloud 上部署 LobeChat
3
+ description: 学习如何在RepoCloud上部署LobeChat应用,包括准备OpenAI API Key、点击部署按钮、绑定自定义域名等操作。
4
+ tags:
5
+ - RepoCloud
6
+ - LobeChat
7
+ - 部署流程
8
+ - OpenAI API Key
9
+ - 自定义域名
10
+ ---
1
11
  # 使用 RepoCloud 部署
2
12
 
3
13
  如果想在 RepoCloud 上部署 LobeChat,可以按照以下步骤进行操作:
@@ -1,3 +1,14 @@
1
+ ---
2
+ title: Deploy LobeChat on SealOS
3
+ description: >-
4
+ Learn how to deploy LobeChat on SealOS with ease. Follow the provided steps to
5
+ set up LobeChat and start using it efficiently.
6
+ tags:
7
+ - Deploy LobeChat
8
+ - SealOS Deployment
9
+ - OpenAI API Key
10
+ - Custom Domain Binding
11
+ ---
1
12
  # Deploy LobeChat with SealOS
2
13
 
3
14
  If you want to deploy LobeChat on SealOS, you can follow the steps below:
@@ -1,3 +1,13 @@
1
+ ---
2
+ title: 在 SealOS 上部署 LobeChat
3
+ description: 学习如何在 SealOS 上部署 LobeChat,包括准备 OpenAI API Key、点击部署按钮、绑定自定义域名等操作。
4
+ tags:
5
+ - SealOS
6
+ - LobeChat
7
+ - OpenAI API Key
8
+ - 部署流程
9
+ - 自定义域名
10
+ ---
1
11
  # 使用 SealOS 部署
2
12
 
3
13
  如果想在 SealOS 上部署 LobeChat,可以按照以下步骤进行操作:
@@ -1,3 +1,15 @@
1
+ ---
2
+ title: Deploy LobeChat with Vercel
3
+ description: >-
4
+ Learn how to deploy LobeChat on Vercel with ease. Follow the provided steps to
5
+ prepare your OpenAI API Key, deploy the project, and start using it
6
+ efficiently.
7
+ tags:
8
+ - Deploy LobeChat
9
+ - Vercel Deployment
10
+ - OpenAI API Key
11
+ - Custom Domain Binding
12
+ ---
1
13
  # Deploy LobeChat with Vercel
2
14
 
3
15
  If you want to deploy LobeChat on Vercel, you can follow the steps below:
@@ -1,3 +1,14 @@
1
+ ---
2
+ title: 在 Vercel 上部署 LobeChat
3
+ description: 学习如何在 Vercel 上一键部署 LobeChat,准备 OpenAI API Key,点击按钮进行部署,绑定自定义域名,自动同步更新等。
4
+ tags:
5
+ - Vercel
6
+ - 部署指引
7
+ - LobeChat
8
+ - OpenAI API Key
9
+ - 自定义域名
10
+ - 自动同步更新
11
+ ---
1
12
  # Vercel 部署指引
2
13
 
3
14
  如果想在 Vercel 上部署 LobeChat,可以按照以下步骤进行操作:
@@ -1,3 +1,14 @@
1
+ ---
2
+ title: Deploy LobeChat on Zeabur
3
+ description: >-
4
+ Learn how to deploy LobeChat on Zeabur with ease. Follow the provided steps to
5
+ set up your chat application seamlessly.
6
+ tags:
7
+ - Deploy LobeChat
8
+ - Zeabur Deployment
9
+ - OpenAI API Key
10
+ - Custom Domain Binding
11
+ ---
1
12
  # Deploy LobeChat with Zeabur
2
13
 
3
14
  If you want to deploy LobeChat on Zeabur, you can follow the steps below:
@@ -1,3 +1,13 @@
1
+ ---
2
+ title: 在 Zeabur 上部署 LobeChat
3
+ description: 按照指南准备 OpenAI API Key 并点击按钮进行部署。在部署完成后,即可开始使用 LobeChat 并选择是否绑定自定义域名。
4
+ tags:
5
+ - Zeabur
6
+ - LobeChat
7
+ - OpenAI API Key
8
+ - 部署流程
9
+ - 自定义域名
10
+ ---
1
11
  # 使用 Zeabur 部署
2
12
 
3
13
  如果想在 Zeabur 上部署 LobeChat,可以按照以下步骤进行操作:
@@ -1,3 +1,15 @@
1
+ ---
2
+ title: Build Your Own LobeChat - Choose Your Deployment Platform
3
+ description: >-
4
+ Explore multiple deployment platforms like Vercel, Docker, Docker Compose, and
5
+ more to deploy LobeChat. Choose the platform that best suits your needs.
6
+ tags:
7
+ - Lobe Chat
8
+ - Deployment Platform
9
+ - Vercel
10
+ - Docker
11
+ - Docker Compose
12
+ ---
1
13
  # Build your own Lobe Chat
2
14
 
3
15
  Choose your favorite platform to get started.
@@ -1,3 +1,16 @@
1
+ ---
2
+ title: 构建属于自己的 LobeChat - 自选部署平台
3
+ description: >-
4
+ 选择适合自己的部署平台,构建个性化的 Lobe Chat。支持 Docker、Docker
5
+ Compose、Netlify、Railway、Repocloud、SealOS、Vercel 和 Zeabur 部署。
6
+ tags:
7
+ - Lobe Chat
8
+ - 部署平台
9
+ - Docker
10
+ - Netlify
11
+ - Vercel
12
+ - 个性化
13
+ ---
1
14
  # 构建属于自己的 Lobe Chat
2
15
 
3
16
  选择自己喜爱的平台,构建属于自己的 Lobe Chat。
@@ -1,3 +1,16 @@
1
+ ---
2
+ title: Improving User Interaction Efficiency with Agents in LobeChat
3
+ description: >-
4
+ Discover how LobeChat's innovative approach with Agents enhances user
5
+ experience by providing dedicated functional modules for efficient task
6
+ handling and quick access to historical conversations.
7
+ tags:
8
+ - LobeChat
9
+ - Agents
10
+ - User Interaction Efficiency
11
+ - Task Handling
12
+ - Historical Conversations
13
+ ---
1
14
  # Topics and Assistants
2
15
 
3
16
  ## ChatGPT and "Topics"
@@ -1,3 +1,13 @@
1
+ ---
2
+ title: 在 LobeChat 中进行话题与助手的革新
3
+ description: 了解 LobeChat 中的话题与助手概念,如何提高用户交互效率并解决历史对话信息索引分散的问题。
4
+ tags:
5
+ - LobeChat
6
+ - 话题与助手
7
+ - 交互效率
8
+ - 历史对话记录
9
+ - 信息索引
10
+ ---
1
11
  # 话题与助手
2
12
 
3
13
  ## ChatGPT 与「话题」
@@ -1,3 +1,17 @@
1
+ ---
2
+ title: Custom LobeChat Assistant Guide - Adding and Iterating Assistants
3
+ description: >-
4
+ Learn how to add assistants to your favorites list in LobeChat through the
5
+ role market or by creating custom assistants. Explore detailed steps for
6
+ creating custom assistants and quick setup tips.
7
+ tags:
8
+ - LobeChat
9
+ - Adding Assistants
10
+ - Custom Assistant
11
+ - Role Market
12
+ - Creating Assistants
13
+ - Assistant Configuration
14
+ ---
1
15
  # Custom Assistant Guide
2
16
 
3
17
  As the basic functional unit of LobeChat, adding and iterating assistants is very important. Now you can add assistants to your favorites list in two ways.
@@ -31,7 +45,7 @@ When you need to handle specific tasks, you need to consider creating a custom a
31
45
  If you want to understand Prompt writing tips and common model parameter settings, you can continue to view:
32
46
 
33
47
  <Cards>
34
- <Cards.Card href={'/en/usage/agents/prompt'} title={'Prompt User Guide'} />
48
+ <Card href={'/en/usage/agents/prompt'} title={'Prompt User Guide'} />
35
49
 
36
- <Cards.Card href={'/en/usage/agents/model'} title={'Large Language Model User Guide'} />
50
+ <Card href={'/en/usage/agents/model'} title={'Large Language Model User Guide'} />
37
51
  </Cards>
@@ -1,3 +1,15 @@
1
+ ---
2
+ title: LobeChat 自定义助手指南 - 添加和配置助手的最佳方法
3
+ description: 了解如何通过角色市场或新建自定义助手将助手添加到你的常用列表中。快捷设置技巧和常见的模型参数设置也包括在内。
4
+ tags:
5
+ - 自定义助手
6
+ - LobeChat
7
+ - 添加助手
8
+ - 配置助手
9
+ - 角色市场
10
+ - 快捷设置
11
+ - 模型参数设置
12
+ ---
1
13
  # 自定义助手指南
2
14
 
3
15
  作为 LobeChat 的基础职能单位,助手的添加和迭代是非常重要的。现在你可以通过两种方式将助手添加到你的常用列表中
@@ -31,7 +43,7 @@
31
43
  如果你希望理解 Prompt 编写技巧和常见的模型参数设置,可以继续查看:
32
44
 
33
45
  <Cards>
34
- <Cards.Card href={'/zh/usage/agents/prompt'} title={'Prompt 使用指南'} />
46
+ <Card href={'/zh/usage/agents/prompt'} title={'Prompt 使用指南'} />
35
47
 
36
- <Cards.Card href={'/zh/usage/agents/model'} title={'大语言模型使用指南'} />
48
+ <Card href={'/zh/usage/agents/model'} title={'大语言模型使用指南'} />
37
49
  </Cards>
@@ -1,6 +1,15 @@
1
1
  ---
2
- title: LLM Guide
3
- description: Explore the capabilities of ChatGPT models from gpt-3.5-turbo to gpt-4-32k, understanding their speed, context limits, and cost. Learn about model parameters like temperature and top-p for better output.
2
+ title: LobeChat Model Config Guide
3
+ description: >-
4
+ Explore the capabilities of ChatGPT models from gpt-3.5-turbo to gpt-4-32k,
5
+ understanding their speed, context limits, and cost. Learn about model
6
+ parameters like temperature and top-p for better output.
7
+ tags:
8
+ - ChatGPT Models
9
+ - Model Parameters
10
+ - Neural Networks
11
+ - Language Understanding
12
+ - Generation Capabilities
4
13
  ---
5
14
 
6
15
  # Model Guide
@@ -1,3 +1,15 @@
1
+ ---
2
+ title: ChatGPT 模型指南:参数概念与应用
3
+ description: >-
4
+ 了解 ChatGPT 模型的不同版本及参数概念,包括 temperature、top_p、presence_penalty 和
5
+ frequency_penalty。
6
+ tags:
7
+ - ChatGPT
8
+ - 模型指南
9
+ - 参数概念
10
+ - LLM
11
+ - 生成模型
12
+ ---
1
13
  # 模型指南
2
14
 
3
15
  ## ChatGPT
@@ -1,3 +1,18 @@
1
+ ---
2
+ title: >-
3
+ Guide to Using Prompts in LobeChat - How to Write Effective Instructions for
4
+ Generative AI
5
+ description: >-
6
+ Learn the basic concepts of prompts and how to write well-structured and
7
+ effective instructions for generative AI. Improve the quality and
8
+ effectiveness of prompts to guide AI models accurately.
9
+ tags:
10
+ - Generative AI
11
+ - Prompts
12
+ - Writing Instructions
13
+ - Structured Prompts
14
+ - Improving AI Output
15
+ ---
1
16
  # Guide to Using Prompts
2
17
 
3
18
  ## Basic Concepts of Prompts
@@ -1,3 +1,13 @@
1
+ ---
2
+ title: 如何通过 LobeChat 写好结构化 Prompt - 提高生成式 AI 输出质量的关键
3
+ description: 学习如何撰写结构化 Prompt 可以提高生成式 AI 输出的质量和效果。本文介绍了撰写有效 Prompt 的方法和技巧,以及如何逐步扩展和优化生成的结果。
4
+ tags:
5
+ - 结构化 Prompt
6
+ - 生成式AI
7
+ - 提高输出质量
8
+ - 撰写技巧
9
+ - 逐步扩展
10
+ ---
1
11
  # Prompt 使用指南
2
12
 
3
13
  ## Prompt 基本概念
@@ -1,3 +1,16 @@
1
+ ---
2
+ title: LobeChat Topic Usage Guide
3
+ description: >-
4
+ Learn how to save and manage topics during conversations in LobeChat,
5
+ including saving topics, accessing the topic list, and pinning favorite
6
+ topics.
7
+ tags:
8
+ - Topic Usage
9
+ - Conversation Management
10
+ - Save Topic
11
+ - Topic List
12
+ - Favorite Topics
13
+ ---
1
14
  # Topic Usage Guide
2
15
 
3
16
  <Image alt={'Topic Usage Guide'} borderless cover src={'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602496-fd72037a-735e-4cc2-aa56-2994bceaba81.png'} />
@@ -1,3 +1,14 @@
1
+ ---
2
+ title: LobeChat 话题使用指南 - 保存话题、快速切换历史记录
3
+ description: 学习如何在 LobeChat 中保存话题、快速切换历史记录,并对话题进行收藏、重命名和删除操作。
4
+ tags:
5
+ - 话题使用指南
6
+ - 保存话题
7
+ - 快速切换历史记录
8
+ - 话题收藏
9
+ - 话题重命名
10
+ - 话题删除
11
+ ---
1
12
  # 话题使用指南
2
13
 
3
14
  <Image alt={'话题使用指南'} borderless cover src={'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602496-fd72037a-735e-4cc2-aa56-2994bceaba81.png'} />
@@ -1,5 +1,15 @@
1
1
  ---
2
- title: Assistant Market
2
+ title: Find best Assistants in LobeChat Assistant Market
3
+ description: >-
4
+ Explore a vibrant community of carefully designed assistants in LobeChat's
5
+ Assistant Market. Contribute your wisdom and share your personally developed
6
+ assistants in this collaborative space.
7
+ tags:
8
+ - LobeChat
9
+ - Assistant Market
10
+ - Community
11
+ - Collaboration
12
+ - Assistants
3
13
  ---
4
14
 
5
15
  # Assistant Market
@@ -1,3 +1,16 @@
1
+ ---
2
+ title: 在 LobeChat 助手市场找到创新 AI 助手
3
+ description: >-
4
+ LobeChat助手市场是一个充满活力和创新的社区,汇聚了众多精心设计的助手,为工作场景和学习提供便利。欢迎提交你的助手作品,共同创造更多有趣、实用且具有创新性的助手。
5
+ tags:
6
+ - LobeChat
7
+ - 助手市场
8
+ - 创新社区
9
+ - 协作空间
10
+ - 助手作品
11
+ - 自动化国际化
12
+ - 多语言版本
13
+ ---
1
14
  # 助手市场
2
15
 
3
16
  <Image
@@ -1,6 +1,16 @@
1
1
  ---
2
- title: Local LLM
3
- image: https://github.com/lobehub/lobe-chat/assets/28616219/8292b22e-1f4f-478b-b510-32c7883c1c6d
2
+ title: Using Local LLM in LobeChat
3
+ description: >-
4
+ Experience groundbreaking AI support with a local LLM in LobeChat powered by
5
+ Ollama AI. Start conversations effortlessly and enjoy unprecedented
6
+ interaction speed!
7
+ tags:
8
+ - Local Large Language Model
9
+ - Ollama AI
10
+ - LobeChat
11
+ - AI communication
12
+ - Natural Language Processing
13
+ - Docker deployment
4
14
  ---
5
15
 
6
16
  # Local Large Language Model (LLM) Support
@@ -1,8 +1,8 @@
1
1
  ---
2
- title: 本地大语言模型(Local
2
+ title: 在 LobeChat 中使用本地大语言模型(LLM
3
3
  description: LobeChat 支持本地 LLM,使用 Ollama AI集成带来高效智能沟通。体验本地大语言模型的隐私性、安全性和即时交流
4
- image: https://github.com/lobehub/lobe-chat/assets/28616219/8292b22e-1f4f-478b-b510-32c7883c1c6d
5
- tags: 本地大语言模型,LLM,LobeChat v0.127.0,Ollama AI,Docker 部署
4
+ tags:
5
+ - '本地大语言模型,LLM,LobeChat v0.127.0,Ollama AI,Docker 部署'
6
6
  ---
7
7
 
8
8
  # 支持本地大语言模型(LLM)
@@ -1,5 +1,14 @@
1
1
  ---
2
- title: Mobile Device Adaptation
2
+ title: LobeChat with Mobile Device Adaptation
3
+ description: >-
4
+ Explore the enhanced mobile user experience at LobeChat with optimized designs
5
+ for smoother interactions. Share your feedback on GitHub!
6
+ tags:
7
+ - Mobile Device Adaptation
8
+ - User Experience
9
+ - Optimized Designs
10
+ - Feedback
11
+ - GitHub
3
12
  ---
4
13
 
5
14
  # Mobile Device Adaptation