@lobehub/lobehub 2.0.0-next.382 → 2.0.0-next.384

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 (591) hide show
  1. package/.eslintrc.js +1 -0
  2. package/.i18nrc.js +5 -10
  3. package/.remarkrc.mdx.js +1 -1
  4. package/CHANGELOG.md +72 -0
  5. package/README.md +5 -3
  6. package/apps/desktop/src/main/controllers/LocalFileCtr.ts +25 -1
  7. package/apps/desktop/src/main/controllers/UpdaterCtr.ts +1 -1
  8. package/changelog/v1.json +21 -0
  9. package/docker-compose/local/.env.example +10 -8
  10. package/docker-compose/local/.env.zh-CN.example +10 -8
  11. package/docker-compose/local/bucket.config.json +24 -0
  12. package/docker-compose/local/docker-compose.yml +56 -37
  13. package/docker-compose/setup.sh +65 -30
  14. package/docs/.cdn.cache.json +404 -1
  15. package/docs/changelog/2023-09-09-plugin-system.mdx +8 -8
  16. package/docs/changelog/2023-09-09-plugin-system.zh-CN.mdx +6 -6
  17. package/docs/changelog/2023-11-14-gpt4-vision.mdx +4 -4
  18. package/docs/changelog/2023-11-14-gpt4-vision.zh-CN.mdx +4 -4
  19. package/docs/changelog/2023-11-19-tts-stt.mdx +5 -5
  20. package/docs/changelog/2023-11-19-tts-stt.zh-CN.mdx +5 -5
  21. package/docs/changelog/2023-12-22-dalle-3.mdx +4 -4
  22. package/docs/changelog/2023-12-22-dalle-3.zh-CN.mdx +3 -3
  23. package/docs/changelog/2024-02-08-sso-oauth.mdx +6 -6
  24. package/docs/changelog/2024-02-08-sso-oauth.zh-CN.mdx +5 -5
  25. package/docs/changelog/2024-02-14-ollama.mdx +7 -7
  26. package/docs/changelog/2024-02-14-ollama.zh-CN.mdx +7 -7
  27. package/docs/changelog/2024-06-19-lobe-chat-v1.mdx +9 -9
  28. package/docs/changelog/2024-06-19-lobe-chat-v1.zh-CN.mdx +8 -8
  29. package/docs/changelog/2024-07-19-gpt-4o-mini.mdx +8 -8
  30. package/docs/changelog/2024-07-19-gpt-4o-mini.zh-CN.mdx +8 -8
  31. package/docs/changelog/2024-08-02-lobe-chat-database-docker.mdx +7 -7
  32. package/docs/changelog/2024-08-02-lobe-chat-database-docker.zh-CN.mdx +7 -7
  33. package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.mdx +5 -5
  34. package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.zh-CN.mdx +5 -5
  35. package/docs/changelog/2024-09-13-openai-o1-models.mdx +6 -6
  36. package/docs/changelog/2024-09-13-openai-o1-models.zh-CN.mdx +7 -7
  37. package/docs/changelog/2024-09-20-artifacts.mdx +10 -10
  38. package/docs/changelog/2024-09-20-artifacts.zh-CN.mdx +10 -10
  39. package/docs/changelog/2024-10-27-pin-assistant.mdx +4 -4
  40. package/docs/changelog/2024-10-27-pin-assistant.zh-CN.mdx +4 -4
  41. package/docs/changelog/2024-11-06-share-text-json.mdx +7 -7
  42. package/docs/changelog/2024-11-06-share-text-json.zh-CN.mdx +4 -4
  43. package/docs/changelog/2024-11-25-november-providers.mdx +5 -5
  44. package/docs/changelog/2024-11-25-november-providers.zh-CN.mdx +5 -5
  45. package/docs/changelog/2024-11-27-forkable-chat.mdx +4 -4
  46. package/docs/changelog/2024-11-27-forkable-chat.zh-CN.mdx +4 -4
  47. package/docs/changelog/2025-01-03-user-profile.mdx +5 -5
  48. package/docs/changelog/2025-01-03-user-profile.zh-CN.mdx +5 -5
  49. package/docs/changelog/2025-01-22-new-ai-provider.mdx +4 -4
  50. package/docs/changelog/2025-01-22-new-ai-provider.zh-CN.mdx +4 -4
  51. package/docs/changelog/2025-02-02-deepseek-r1.mdx +8 -8
  52. package/docs/changelog/2025-02-02-deepseek-r1.zh-CN.mdx +6 -6
  53. package/docs/changelog/2025-03-02-new-models.zh-CN.mdx +28 -0
  54. package/docs/changelog/2025-04-06-exports.zh-CN.mdx +32 -0
  55. package/docs/changelog/2025-05-08-desktop-app.zh-CN.mdx +35 -0
  56. package/docs/changelog/2025-06-08-claude-4.zh-CN.mdx +20 -0
  57. package/docs/changelog/2025-07-08-mcp-market.zh-CN.mdx +28 -0
  58. package/docs/changelog/2025-08-08-image-generation.zh-CN.mdx +28 -0
  59. package/docs/changelog/2025-09-08-gemini.zh-CN.mdx +24 -0
  60. package/docs/changelog/2025-10-08-python.zh-CN.mdx +29 -0
  61. package/docs/changelog/2025-11-08-comfy-ui.zh-CN.mdx +28 -0
  62. package/docs/changelog/2025-12-20-mcp.zh-CN.mdx +26 -0
  63. package/docs/changelog/index.json +60 -0
  64. package/docs/development/basic/add-new-authentication-providers.mdx +10 -19
  65. package/docs/development/basic/add-new-authentication-providers.zh-CN.mdx +11 -3
  66. package/docs/development/basic/add-new-image-model.mdx +7 -0
  67. package/docs/development/basic/add-new-image-model.zh-CN.mdx +5 -0
  68. package/docs/development/basic/architecture.mdx +19 -10
  69. package/docs/development/basic/architecture.zh-CN.mdx +17 -10
  70. package/docs/development/basic/chat-api.mdx +9 -1
  71. package/docs/development/basic/chat-api.zh-CN.mdx +7 -1
  72. package/docs/development/basic/comfyui-development.mdx +3 -3
  73. package/docs/development/basic/comfyui-development.zh-CN.mdx +4 -4
  74. package/docs/development/basic/contributing-guidelines.mdx +12 -3
  75. package/docs/development/basic/contributing-guidelines.zh-CN.mdx +10 -3
  76. package/docs/development/basic/feature-development-frontend.mdx +15 -6
  77. package/docs/development/basic/feature-development-frontend.zh-CN.mdx +13 -6
  78. package/docs/development/basic/feature-development.mdx +16 -9
  79. package/docs/development/basic/feature-development.zh-CN.mdx +15 -9
  80. package/docs/development/basic/folder-structure.mdx +10 -1
  81. package/docs/development/basic/folder-structure.zh-CN.mdx +8 -1
  82. package/docs/development/basic/resources.mdx +12 -3
  83. package/docs/development/basic/resources.zh-CN.mdx +10 -3
  84. package/docs/development/basic/setup-development.mdx +19 -8
  85. package/docs/development/basic/setup-development.zh-CN.mdx +15 -8
  86. package/docs/development/basic/test.mdx +12 -3
  87. package/docs/development/basic/test.zh-CN.mdx +9 -3
  88. package/docs/development/basic/work-with-server-side-database.mdx +10 -3
  89. package/docs/development/basic/work-with-server-side-database.zh-CN.mdx +10 -3
  90. package/docs/development/internationalization/add-new-locale.mdx +13 -6
  91. package/docs/development/internationalization/add-new-locale.zh-CN.mdx +13 -6
  92. package/docs/development/internationalization/internationalization-implementation.mdx +16 -7
  93. package/docs/development/internationalization/internationalization-implementation.zh-CN.mdx +13 -7
  94. package/docs/development/others/lighthouse.mdx +11 -6
  95. package/docs/development/others/lighthouse.zh-CN.mdx +12 -6
  96. package/docs/development/start.mdx +18 -9
  97. package/docs/development/start.zh-CN.mdx +16 -9
  98. package/docs/development/state-management/state-management-intro.mdx +17 -9
  99. package/docs/development/state-management/state-management-intro.zh-CN.mdx +13 -7
  100. package/docs/development/state-management/state-management-selectors.mdx +12 -3
  101. package/docs/development/state-management/state-management-selectors.zh-CN.mdx +10 -3
  102. package/docs/development/tests/integration-testing.mdx +410 -0
  103. package/docs/development/tests/integration-testing.zh-CN.mdx +8 -2
  104. package/docs/glossary.md +7 -7
  105. package/docs/glossary.zh-CN.md +13 -0
  106. package/docs/self-hosting/advanced/analytics.mdx +4 -4
  107. package/docs/self-hosting/advanced/analytics.zh-CN.mdx +4 -4
  108. package/docs/self-hosting/advanced/auth/clerk.mdx +4 -4
  109. package/docs/self-hosting/advanced/auth/clerk.zh-CN.mdx +4 -4
  110. package/docs/self-hosting/advanced/auth/next-auth/auth0.mdx +13 -13
  111. package/docs/self-hosting/advanced/auth/next-auth/auth0.zh-CN.mdx +13 -13
  112. package/docs/self-hosting/advanced/auth/next-auth/authelia.mdx +10 -10
  113. package/docs/self-hosting/advanced/auth/next-auth/authelia.zh-CN.mdx +8 -8
  114. package/docs/self-hosting/advanced/auth/next-auth/authentik.mdx +6 -6
  115. package/docs/self-hosting/advanced/auth/next-auth/authentik.zh-CN.mdx +6 -6
  116. package/docs/self-hosting/advanced/auth/next-auth/casdoor.mdx +16 -16
  117. package/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +15 -15
  118. package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.mdx +14 -14
  119. package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx +15 -15
  120. package/docs/self-hosting/advanced/auth/next-auth/github.mdx +14 -14
  121. package/docs/self-hosting/advanced/auth/next-auth/github.zh-CN.mdx +12 -12
  122. package/docs/self-hosting/advanced/auth/next-auth/google.mdx +10 -12
  123. package/docs/self-hosting/advanced/auth/next-auth/google.zh-CN.mdx +77 -0
  124. package/docs/self-hosting/advanced/auth/next-auth/keycloak.mdx +19 -19
  125. package/docs/self-hosting/advanced/auth/next-auth/keycloak.zh-CN.mdx +17 -17
  126. package/docs/self-hosting/advanced/auth/next-auth/logto.mdx +15 -15
  127. package/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx +15 -15
  128. package/docs/self-hosting/advanced/auth/next-auth/microsoft-entra-id.mdx +9 -9
  129. package/docs/self-hosting/advanced/auth/next-auth/microsoft-entra-id.zh-CN.mdx +8 -8
  130. package/docs/self-hosting/advanced/auth/next-auth/okta.mdx +8 -8
  131. package/docs/self-hosting/advanced/auth/next-auth/okta.zh-CN.mdx +6 -6
  132. package/docs/self-hosting/advanced/auth/next-auth/wechat.mdx +6 -6
  133. package/docs/self-hosting/advanced/auth/next-auth/wechat.zh-CN.mdx +6 -6
  134. package/docs/self-hosting/advanced/auth/next-auth/zitadel.mdx +14 -14
  135. package/docs/self-hosting/advanced/auth/next-auth/zitadel.zh-CN.mdx +15 -15
  136. package/docs/self-hosting/advanced/auth.mdx +37 -15
  137. package/docs/self-hosting/advanced/auth.zh-CN.mdx +36 -13
  138. package/docs/self-hosting/advanced/desktop.mdx +12 -12
  139. package/docs/self-hosting/advanced/desktop.zh-CN.mdx +12 -12
  140. package/docs/self-hosting/advanced/feature-flags.mdx +5 -5
  141. package/docs/self-hosting/advanced/feature-flags.zh-CN.mdx +5 -5
  142. package/docs/self-hosting/advanced/knowledge-base.mdx +8 -8
  143. package/docs/self-hosting/advanced/knowledge-base.zh-CN.mdx +7 -7
  144. package/docs/self-hosting/advanced/model-list.mdx +4 -4
  145. package/docs/self-hosting/advanced/model-list.zh-CN.mdx +4 -4
  146. package/docs/self-hosting/advanced/observability/grafana.mdx +7 -7
  147. package/docs/self-hosting/advanced/observability/grafana.zh-CN.mdx +4 -4
  148. package/docs/self-hosting/advanced/observability/langfuse.mdx +13 -13
  149. package/docs/self-hosting/advanced/observability/langfuse.zh-CN.mdx +13 -13
  150. package/docs/self-hosting/advanced/online-search.mdx +6 -6
  151. package/docs/self-hosting/advanced/online-search.zh-CN.mdx +6 -6
  152. package/docs/self-hosting/advanced/s3/cloudflare-r2.mdx +13 -13
  153. package/docs/self-hosting/advanced/s3/cloudflare-r2.zh-CN.mdx +13 -13
  154. package/docs/self-hosting/advanced/s3/rustfs.mdx +142 -0
  155. package/docs/self-hosting/advanced/s3/rustfs.zh-CN.mdx +143 -0
  156. package/docs/self-hosting/advanced/s3/tencent-cloud.mdx +4 -4
  157. package/docs/self-hosting/advanced/s3/tencent-cloud.zh-CN.mdx +4 -4
  158. package/docs/self-hosting/advanced/s3.mdx +4 -4
  159. package/docs/self-hosting/advanced/s3.zh-CN.mdx +1 -1
  160. package/docs/self-hosting/advanced/settings-url-share.mdx +4 -4
  161. package/docs/self-hosting/advanced/settings-url-share.zh-CN.mdx +5 -5
  162. package/docs/self-hosting/advanced/upstream-sync.mdx +11 -11
  163. package/docs/self-hosting/advanced/upstream-sync.zh-CN.mdx +11 -11
  164. package/docs/self-hosting/environment-variables/analytics.mdx +5 -5
  165. package/docs/self-hosting/environment-variables/analytics.zh-CN.mdx +3 -3
  166. package/docs/self-hosting/environment-variables/auth.mdx +3 -3
  167. package/docs/self-hosting/environment-variables/auth.zh-CN.mdx +4 -4
  168. package/docs/self-hosting/environment-variables/basic.mdx +15 -15
  169. package/docs/self-hosting/environment-variables/basic.zh-CN.mdx +14 -14
  170. package/docs/self-hosting/environment-variables/model-provider.mdx +2 -2
  171. package/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx +4 -4
  172. package/docs/self-hosting/environment-variables/s3.mdx +2 -2
  173. package/docs/self-hosting/environment-variables/s3.zh-CN.mdx +2 -2
  174. package/docs/self-hosting/environment-variables.mdx +7 -7
  175. package/docs/self-hosting/environment-variables.zh-CN.mdx +4 -4
  176. package/docs/self-hosting/examples/azure-openai.mdx +5 -4
  177. package/docs/self-hosting/examples/azure-openai.zh-CN.mdx +4 -3
  178. package/docs/self-hosting/examples/ollama.mdx +10 -10
  179. package/docs/self-hosting/examples/ollama.zh-CN.mdx +9 -9
  180. package/docs/self-hosting/faq/no-v1-suffix.mdx +2 -4
  181. package/docs/self-hosting/faq/no-v1-suffix.zh-CN.mdx +2 -2
  182. package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.mdx +2 -2
  183. package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.zh-CN.mdx +2 -2
  184. package/docs/self-hosting/platform/alibaba-cloud.mdx +8 -7
  185. package/docs/self-hosting/platform/alibaba-cloud.zh-CN.mdx +5 -5
  186. package/docs/self-hosting/platform/btpanel.mdx +12 -12
  187. package/docs/self-hosting/platform/btpanel.zh-CN.mdx +11 -11
  188. package/docs/self-hosting/platform/docker-compose.mdx +4 -4
  189. package/docs/self-hosting/platform/docker-compose.zh-CN.mdx +4 -4
  190. package/docs/self-hosting/platform/docker.mdx +6 -6
  191. package/docs/self-hosting/platform/docker.zh-CN.mdx +8 -8
  192. package/docs/self-hosting/platform/netlify.mdx +27 -26
  193. package/docs/self-hosting/platform/netlify.zh-CN.mdx +24 -23
  194. package/docs/self-hosting/platform/railway.mdx +7 -7
  195. package/docs/self-hosting/platform/railway.zh-CN.mdx +6 -4
  196. package/docs/self-hosting/platform/repocloud.mdx +7 -7
  197. package/docs/self-hosting/platform/repocloud.zh-CN.mdx +4 -4
  198. package/docs/self-hosting/platform/sealos.mdx +6 -6
  199. package/docs/self-hosting/platform/sealos.zh-CN.mdx +5 -4
  200. package/docs/self-hosting/platform/tencentcloud-lighthouse.mdx +9 -7
  201. package/docs/self-hosting/platform/tencentcloud-lighthouse.zh-CN.mdx +5 -5
  202. package/docs/self-hosting/platform/vercel.mdx +7 -6
  203. package/docs/self-hosting/platform/vercel.zh-CN.mdx +6 -5
  204. package/docs/self-hosting/platform/zeabur.mdx +9 -9
  205. package/docs/self-hosting/platform/zeabur.zh-CN.mdx +9 -8
  206. package/docs/self-hosting/server-database/docker-compose.mdx +37 -37
  207. package/docs/self-hosting/server-database/docker-compose.zh-CN.mdx +37 -37
  208. package/docs/self-hosting/server-database/docker.mdx +17 -12
  209. package/docs/self-hosting/server-database/docker.zh-CN.mdx +18 -12
  210. package/docs/self-hosting/server-database/dokploy.mdx +24 -24
  211. package/docs/self-hosting/server-database/dokploy.zh-CN.mdx +20 -20
  212. package/docs/self-hosting/server-database/netlify.mdx +4 -4
  213. package/docs/self-hosting/server-database/netlify.zh-CN.mdx +4 -4
  214. package/docs/self-hosting/server-database/railway.mdx +4 -4
  215. package/docs/self-hosting/server-database/railway.zh-CN.mdx +4 -4
  216. package/docs/self-hosting/server-database/repocloud.mdx +5 -5
  217. package/docs/self-hosting/server-database/repocloud.zh-CN.mdx +5 -5
  218. package/docs/self-hosting/server-database/sealos.mdx +5 -5
  219. package/docs/self-hosting/server-database/sealos.zh-CN.mdx +5 -5
  220. package/docs/self-hosting/server-database/vercel.mdx +76 -27
  221. package/docs/self-hosting/server-database/vercel.zh-CN.mdx +73 -26
  222. package/docs/self-hosting/server-database/zeabur.mdx +14 -14
  223. package/docs/self-hosting/server-database/zeabur.zh-CN.mdx +14 -14
  224. package/docs/self-hosting/server-database.mdx +30 -12
  225. package/docs/self-hosting/server-database.zh-CN.mdx +26 -9
  226. package/docs/self-hosting/start.mdx +6 -6
  227. package/docs/self-hosting/start.zh-CN.mdx +5 -5
  228. package/docs/usage/agent/agent-team.mdx +66 -0
  229. package/docs/usage/agent/agent-team.zh-CN.mdx +64 -0
  230. package/docs/usage/agent/gtd.mdx +35 -0
  231. package/docs/usage/agent/gtd.zh-CN.mdx +33 -0
  232. package/docs/usage/agent/notebook.mdx +65 -0
  233. package/docs/usage/agent/notebook.zh-CN.mdx +56 -0
  234. package/docs/usage/agent/sandbox.mdx +79 -0
  235. package/docs/usage/agent/sandbox.zh-CN.mdx +73 -0
  236. package/docs/usage/agent/scheduled-task.mdx +27 -0
  237. package/docs/usage/agent/scheduled-task.zh-CN.mdx +25 -0
  238. package/docs/usage/agent/share.mdx +92 -0
  239. package/docs/usage/agent/share.zh-CN.mdx +60 -0
  240. package/docs/usage/agent/topic.mdx +59 -0
  241. package/docs/usage/agent/topic.zh-CN.mdx +57 -0
  242. package/docs/usage/agent/translate.mdx +32 -0
  243. package/docs/usage/agent/translate.zh-CN.mdx +29 -0
  244. package/docs/usage/agent/tts-stt.mdx +38 -0
  245. package/docs/usage/agent/tts-stt.zh-CN.mdx +36 -0
  246. package/docs/usage/community/agent-market.mdx +44 -0
  247. package/docs/usage/community/agent-market.zh-CN.mdx +41 -0
  248. package/docs/usage/community/become-a-creator.mdx +27 -0
  249. package/docs/usage/community/become-a-creator.zh-CN.mdx +25 -0
  250. package/docs/usage/community/custom-plugin.mdx +37 -0
  251. package/docs/usage/community/custom-plugin.zh-CN.mdx +35 -0
  252. package/docs/usage/community/mcp-market.mdx +32 -0
  253. package/docs/usage/community/mcp-market.zh-CN.mdx +30 -0
  254. package/docs/usage/community/publish-agent.mdx +30 -0
  255. package/docs/usage/community/publish-agent.zh-CN.mdx +27 -0
  256. package/docs/usage/community/pulgin-development.mdx +281 -0
  257. package/docs/usage/{plugins/development.zh-CN.mdx → community/pulgin-development.zh-CN.mdx} +24 -23
  258. package/docs/usage/getting-started/agent.mdx +105 -0
  259. package/docs/usage/getting-started/agent.zh-CN.mdx +103 -0
  260. package/docs/usage/getting-started/get-lobehub.mdx +41 -0
  261. package/docs/usage/getting-started/get-lobehub.zh-CN.mdx +39 -0
  262. package/docs/usage/getting-started/image-generation.mdx +54 -0
  263. package/docs/usage/getting-started/image-generation.zh-CN.mdx +52 -0
  264. package/docs/usage/getting-started/lobe-ai.mdx +34 -0
  265. package/docs/usage/getting-started/lobe-ai.zh-CN.mdx +32 -0
  266. package/docs/usage/getting-started/memory.mdx +72 -0
  267. package/docs/usage/getting-started/memory.zh-CN.mdx +68 -0
  268. package/docs/usage/getting-started/page.mdx +62 -0
  269. package/docs/usage/getting-started/page.zh-CN.mdx +60 -0
  270. package/docs/usage/getting-started/resource.mdx +67 -0
  271. package/docs/usage/getting-started/resource.zh-CN.mdx +65 -0
  272. package/docs/usage/help.mdx +38 -0
  273. package/docs/usage/help.zh-CN.mdx +36 -0
  274. package/docs/usage/migrate-from-local-database.mdx +118 -0
  275. package/docs/usage/migrate-from-local-database.zh-CN.mdx +115 -0
  276. package/docs/usage/providers/ai21.mdx +21 -22
  277. package/docs/usage/providers/ai21.zh-CN.mdx +12 -12
  278. package/docs/usage/providers/ai302.mdx +23 -21
  279. package/docs/usage/providers/ai302.zh-CN.mdx +8 -8
  280. package/docs/usage/providers/ai360.mdx +23 -22
  281. package/docs/usage/providers/ai360.zh-CN.mdx +12 -12
  282. package/docs/usage/providers/aihubmix.mdx +98 -0
  283. package/docs/usage/providers/aihubmix.zh-CN.mdx +5 -5
  284. package/docs/usage/providers/anthropic.mdx +25 -28
  285. package/docs/usage/providers/anthropic.zh-CN.mdx +13 -13
  286. package/docs/usage/providers/azure.mdx +25 -30
  287. package/docs/usage/providers/azure.zh-CN.mdx +14 -14
  288. package/docs/usage/providers/azureai.mdx +32 -32
  289. package/docs/usage/providers/azureai.zh-CN.mdx +15 -15
  290. package/docs/usage/providers/baichuan.mdx +21 -21
  291. package/docs/usage/providers/baichuan.zh-CN.mdx +12 -12
  292. package/docs/usage/providers/bedrock.mdx +41 -41
  293. package/docs/usage/providers/bedrock.zh-CN.mdx +19 -19
  294. package/docs/usage/providers/bfl.mdx +22 -23
  295. package/docs/usage/providers/bfl.zh-CN.mdx +8 -10
  296. package/docs/usage/providers/cloudflare.mdx +27 -27
  297. package/docs/usage/providers/cloudflare.zh-CN.mdx +13 -13
  298. package/docs/usage/providers/comfyui.mdx +90 -650
  299. package/docs/usage/providers/comfyui.zh-CN.mdx +20 -20
  300. package/docs/usage/providers/deepseek.mdx +28 -30
  301. package/docs/usage/providers/deepseek.zh-CN.mdx +14 -14
  302. package/docs/usage/providers/fal.mdx +23 -24
  303. package/docs/usage/providers/fal.zh-CN.mdx +8 -10
  304. package/docs/usage/providers/fireworksai.mdx +21 -23
  305. package/docs/usage/providers/fireworksai.zh-CN.mdx +13 -13
  306. package/docs/usage/providers/giteeai.mdx +24 -26
  307. package/docs/usage/providers/giteeai.zh-CN.mdx +13 -13
  308. package/docs/usage/providers/github.mdx +30 -28
  309. package/docs/usage/providers/github.zh-CN.mdx +14 -14
  310. package/docs/usage/providers/google.mdx +25 -26
  311. package/docs/usage/providers/google.zh-CN.mdx +13 -13
  312. package/docs/usage/providers/groq.mdx +20 -25
  313. package/docs/usage/providers/groq.zh-CN.mdx +12 -12
  314. package/docs/usage/providers/hunyuan.mdx +22 -23
  315. package/docs/usage/providers/hunyuan.zh-CN.mdx +13 -13
  316. package/docs/usage/providers/infiniai.mdx +21 -14
  317. package/docs/usage/providers/infiniai.zh-CN.mdx +7 -7
  318. package/docs/usage/providers/internlm.mdx +23 -25
  319. package/docs/usage/providers/internlm.zh-CN.mdx +12 -12
  320. package/docs/usage/providers/jina.mdx +25 -24
  321. package/docs/usage/providers/jina.zh-CN.mdx +12 -12
  322. package/docs/usage/providers/lmstudio.mdx +41 -39
  323. package/docs/usage/providers/lmstudio.zh-CN.mdx +16 -16
  324. package/docs/usage/providers/minimax.mdx +28 -29
  325. package/docs/usage/providers/minimax.zh-CN.mdx +15 -15
  326. package/docs/usage/providers/mistral.mdx +21 -24
  327. package/docs/usage/providers/mistral.zh-CN.mdx +11 -11
  328. package/docs/usage/providers/modelscope.mdx +53 -33
  329. package/docs/usage/providers/modelscope.zh-CN.mdx +4 -4
  330. package/docs/usage/providers/moonshot.mdx +19 -22
  331. package/docs/usage/providers/moonshot.zh-CN.mdx +11 -11
  332. package/docs/usage/providers/novita.mdx +25 -24
  333. package/docs/usage/providers/novita.zh-CN.mdx +13 -13
  334. package/docs/usage/providers/nvidia.mdx +26 -25
  335. package/docs/usage/providers/nvidia.zh-CN.mdx +13 -13
  336. package/docs/usage/providers/ollama/gemma.mdx +20 -21
  337. package/docs/usage/providers/ollama/gemma.zh-CN.mdx +11 -11
  338. package/docs/usage/providers/ollama/qwen.mdx +22 -24
  339. package/docs/usage/providers/ollama/qwen.zh-CN.mdx +11 -11
  340. package/docs/usage/providers/ollama.mdx +56 -56
  341. package/docs/usage/providers/ollama.zh-CN.mdx +22 -22
  342. package/docs/usage/providers/openai.mdx +25 -27
  343. package/docs/usage/providers/openai.zh-CN.mdx +10 -10
  344. package/docs/usage/providers/openrouter.mdx +33 -36
  345. package/docs/usage/providers/openrouter.zh-CN.mdx +15 -15
  346. package/docs/usage/providers/perplexity.mdx +18 -19
  347. package/docs/usage/providers/perplexity.zh-CN.mdx +11 -11
  348. package/docs/usage/providers/ppio.mdx +25 -26
  349. package/docs/usage/providers/ppio.zh-CN.mdx +15 -15
  350. package/docs/usage/providers/qiniu.mdx +29 -30
  351. package/docs/usage/providers/qiniu.zh-CN.mdx +8 -8
  352. package/docs/usage/providers/qwen.mdx +29 -30
  353. package/docs/usage/providers/qwen.zh-CN.mdx +14 -14
  354. package/docs/usage/providers/sambanova.mdx +23 -22
  355. package/docs/usage/providers/sambanova.zh-CN.mdx +12 -12
  356. package/docs/usage/providers/sensenova.mdx +27 -29
  357. package/docs/usage/providers/sensenova.zh-CN.mdx +13 -13
  358. package/docs/usage/providers/siliconcloud.mdx +21 -22
  359. package/docs/usage/providers/siliconcloud.zh-CN.mdx +12 -12
  360. package/docs/usage/providers/spark.mdx +25 -25
  361. package/docs/usage/providers/spark.zh-CN.mdx +13 -13
  362. package/docs/usage/providers/stepfun.mdx +21 -22
  363. package/docs/usage/providers/stepfun.zh-CN.mdx +11 -11
  364. package/docs/usage/providers/taichu.mdx +21 -21
  365. package/docs/usage/providers/taichu.zh-CN.mdx +12 -12
  366. package/docs/usage/providers/tencentcloud.mdx +26 -24
  367. package/docs/usage/providers/tencentcloud.zh-CN.mdx +12 -12
  368. package/docs/usage/providers/togetherai.mdx +23 -23
  369. package/docs/usage/providers/togetherai.zh-CN.mdx +13 -13
  370. package/docs/usage/providers/upstage.mdx +23 -22
  371. package/docs/usage/providers/upstage.zh-CN.mdx +12 -12
  372. package/docs/usage/providers/vercel-ai-gateway.mdx +27 -29
  373. package/docs/usage/providers/vercel-ai-gateway.zh-CN.mdx +8 -9
  374. package/docs/usage/providers/vertexai.mdx +31 -29
  375. package/docs/usage/providers/vertexai.zh-CN.mdx +14 -14
  376. package/docs/usage/providers/vllm.mdx +31 -32
  377. package/docs/usage/providers/vllm.zh-CN.mdx +11 -11
  378. package/docs/usage/providers/volcengine.mdx +23 -22
  379. package/docs/usage/providers/volcengine.zh-CN.mdx +12 -12
  380. package/docs/usage/providers/wenxin.mdx +29 -30
  381. package/docs/usage/providers/wenxin.zh-CN.mdx +14 -14
  382. package/docs/usage/providers/xai.mdx +23 -25
  383. package/docs/usage/providers/xai.zh-CN.mdx +12 -12
  384. package/docs/usage/providers/zeroone.mdx +31 -29
  385. package/docs/usage/providers/zeroone.zh-CN.mdx +14 -16
  386. package/docs/usage/providers/zhipu.mdx +20 -21
  387. package/docs/usage/providers/zhipu.zh-CN.mdx +11 -11
  388. package/docs/usage/providers.mdx +14 -12
  389. package/docs/usage/providers.zh-CN.mdx +7 -7
  390. package/docs/usage/start.mdx +22 -51
  391. package/docs/usage/start.zh-CN.mdx +16 -44
  392. package/docs/usage/user-interface/appearance.mdx +53 -0
  393. package/docs/usage/user-interface/appearance.zh-CN.mdx +49 -0
  394. package/docs/usage/user-interface/command-menu.mdx +56 -0
  395. package/docs/usage/user-interface/command-menu.zh-CN.mdx +47 -0
  396. package/docs/usage/user-interface/shortcuts.mdx +53 -0
  397. package/docs/usage/user-interface/shortcuts.zh-CN.mdx +50 -0
  398. package/docs/usage/user-interface/stats.mdx +53 -0
  399. package/docs/usage/user-interface/stats.zh-CN.mdx +51 -0
  400. package/docs/usage/workspace/manage-quota.mdx +30 -0
  401. package/docs/usage/workspace/manage-quota.zh-CN.mdx +30 -0
  402. package/docs/usage/workspace/manage-team.mdx +31 -0
  403. package/docs/usage/workspace/manage-team.zh-CN.mdx +30 -0
  404. package/docs/wiki/HOME.zh-CN.md +11 -0
  405. package/locales/ar/discover.json +2 -0
  406. package/locales/ar/file.json +3 -0
  407. package/locales/ar/models.json +43 -0
  408. package/locales/bg-BG/discover.json +2 -0
  409. package/locales/bg-BG/file.json +3 -0
  410. package/locales/bg-BG/models.json +2 -0
  411. package/locales/de-DE/discover.json +2 -0
  412. package/locales/de-DE/file.json +3 -0
  413. package/locales/de-DE/models.json +29 -0
  414. package/locales/en-US/common.json +1 -0
  415. package/locales/en-US/discover.json +2 -0
  416. package/locales/en-US/file.json +3 -0
  417. package/locales/es-ES/discover.json +2 -0
  418. package/locales/es-ES/file.json +3 -0
  419. package/locales/es-ES/models.json +9 -0
  420. package/locales/fa-IR/discover.json +2 -0
  421. package/locales/fa-IR/file.json +3 -0
  422. package/locales/fa-IR/models.json +55 -0
  423. package/locales/fr-FR/discover.json +2 -0
  424. package/locales/fr-FR/file.json +3 -0
  425. package/locales/fr-FR/models.json +34 -0
  426. package/locales/it-IT/discover.json +2 -0
  427. package/locales/it-IT/file.json +3 -0
  428. package/locales/it-IT/models.json +46 -0
  429. package/locales/ja-JP/discover.json +2 -0
  430. package/locales/ja-JP/file.json +3 -0
  431. package/locales/ja-JP/models.json +36 -0
  432. package/locales/ko-KR/discover.json +2 -0
  433. package/locales/ko-KR/file.json +3 -0
  434. package/locales/ko-KR/models.json +46 -0
  435. package/locales/nl-NL/discover.json +2 -0
  436. package/locales/nl-NL/file.json +3 -0
  437. package/locales/nl-NL/models.json +48 -0
  438. package/locales/pl-PL/discover.json +2 -0
  439. package/locales/pl-PL/file.json +3 -0
  440. package/locales/pl-PL/models.json +29 -0
  441. package/locales/pt-BR/discover.json +2 -0
  442. package/locales/pt-BR/file.json +3 -0
  443. package/locales/pt-BR/models.json +38 -0
  444. package/locales/ru-RU/discover.json +2 -0
  445. package/locales/ru-RU/file.json +3 -0
  446. package/locales/ru-RU/models.json +33 -0
  447. package/locales/tr-TR/discover.json +2 -0
  448. package/locales/tr-TR/file.json +3 -0
  449. package/locales/tr-TR/models.json +52 -0
  450. package/locales/vi-VN/discover.json +2 -0
  451. package/locales/vi-VN/file.json +3 -0
  452. package/locales/vi-VN/models.json +9 -0
  453. package/locales/zh-CN/common.json +1 -0
  454. package/locales/zh-CN/discover.json +2 -0
  455. package/locales/zh-CN/file.json +3 -0
  456. package/locales/zh-CN/models.json +100 -0
  457. package/locales/zh-TW/discover.json +2 -0
  458. package/locales/zh-TW/file.json +3 -0
  459. package/locales/zh-TW/models.json +45 -0
  460. package/package.json +5 -3
  461. package/packages/builtin-tool-group-agent-builder/src/ExecutionRuntime/index.ts +11 -0
  462. package/packages/builtin-tool-group-agent-builder/src/systemRole.ts +37 -7
  463. package/packages/electron-client-ipc/src/types/localSystem.ts +27 -0
  464. package/packages/model-runtime/src/core/contextBuilders/google.test.ts +73 -0
  465. package/packages/model-runtime/src/core/contextBuilders/google.ts +10 -0
  466. package/packages/observability-otel/src/api.ts +2 -2
  467. package/packages/types/src/discover/assistants.ts +2 -0
  468. package/packages/types/src/discover/groupAgents.ts +8 -0
  469. package/scripts/cdnWorkflow/index.ts +2 -0
  470. package/scripts/docsWorkflow/autoCDN.ts +172 -0
  471. package/scripts/docsWorkflow/optimized.ts +21 -0
  472. package/scripts/docsWorkflow/utils.ts +87 -0
  473. package/src/app/(backend)/middleware/auth/index.ts +27 -1
  474. package/src/app/[variants]/(main)/community/(detail)/agent/features/AgentForkTag.tsx +59 -0
  475. package/src/app/[variants]/(main)/community/(detail)/agent/features/Header.tsx +9 -36
  476. package/src/app/[variants]/(main)/community/(detail)/group_agent/features/GroupAgentForkTag.tsx +57 -0
  477. package/src/app/[variants]/(main)/community/(detail)/group_agent/features/Header.tsx +18 -2
  478. package/src/app/[variants]/(main)/community/(detail)/user/features/UserAgentCard.tsx +11 -3
  479. package/src/app/[variants]/(main)/community/(detail)/user/features/UserGroupCard.tsx +11 -3
  480. package/src/app/[variants]/(main)/group/profile/features/GroupProfile/index.tsx +15 -1
  481. package/src/app/[variants]/(main)/group/profile/features/MemberProfile/index.tsx +15 -1
  482. package/src/app/[variants]/(main)/memory/features/MemoryAnalysis/AnalysisTrigger.tsx +2 -2
  483. package/src/app/[variants]/(main)/settings/about/features/Version.tsx +10 -2
  484. package/src/features/EditorCanvas/EditorDataMode.tsx +16 -10
  485. package/src/features/PageEditor/Header/index.tsx +1 -0
  486. package/src/features/PageEditor/Header/useMenu.tsx +22 -11
  487. package/src/instrumentation.ts +9 -2
  488. package/src/layout/GlobalProvider/index.tsx +2 -1
  489. package/src/libs/observability/traceparent.test.ts +69 -0
  490. package/src/libs/observability/traceparent.ts +110 -0
  491. package/src/libs/trpc/lambda/context.test.ts +13 -0
  492. package/src/libs/trpc/lambda/context.ts +15 -6
  493. package/src/libs/trpc/middleware/openTelemetry.test.ts +93 -0
  494. package/src/libs/trpc/middleware/openTelemetry.ts +18 -7
  495. package/src/locales/default/common.ts +1 -0
  496. package/src/locales/default/discover.ts +3 -0
  497. package/src/locales/default/file.ts +3 -0
  498. package/src/server/services/discover/index.ts +7 -0
  499. package/src/services/electron/desktopExportService.tsx +61 -0
  500. package/src/services/electron/localFileService.ts +7 -0
  501. package/src/store/agent/selectors/agentByIdSelectors.ts +7 -0
  502. package/src/store/groupProfile/action.ts +15 -0
  503. package/src/store/groupProfile/initialState.ts +9 -0
  504. package/src/store/tool/slices/mcpStore/action.ts +8 -7
  505. package/docs/usage/agents/agent-organization.mdx +0 -53
  506. package/docs/usage/agents/agent-organization.zh-CN.mdx +0 -51
  507. package/docs/usage/agents/concepts.mdx +0 -40
  508. package/docs/usage/agents/concepts.zh-CN.mdx +0 -38
  509. package/docs/usage/agents/custom-agent.mdx +0 -57
  510. package/docs/usage/agents/custom-agent.zh-CN.mdx +0 -53
  511. package/docs/usage/agents/model.mdx +0 -95
  512. package/docs/usage/agents/model.zh-CN.mdx +0 -88
  513. package/docs/usage/agents/prompt.mdx +0 -108
  514. package/docs/usage/agents/prompt.zh-CN.mdx +0 -105
  515. package/docs/usage/agents/topics.mdx +0 -26
  516. package/docs/usage/agents/topics.zh-CN.mdx +0 -25
  517. package/docs/usage/features/agent-market.mdx +0 -32
  518. package/docs/usage/features/agent-market.zh-CN.mdx +0 -31
  519. package/docs/usage/features/agent-team.mdx +0 -52
  520. package/docs/usage/features/agent-team.zh-CN.mdx +0 -52
  521. package/docs/usage/features/artifacts.mdx +0 -23
  522. package/docs/usage/features/artifacts.zh-CN.mdx +0 -22
  523. package/docs/usage/features/auth.mdx +0 -76
  524. package/docs/usage/features/auth.zh-CN.mdx +0 -74
  525. package/docs/usage/features/branching-conversations.mdx +0 -21
  526. package/docs/usage/features/branching-conversations.zh-CN.mdx +0 -21
  527. package/docs/usage/features/cot.mdx +0 -18
  528. package/docs/usage/features/cot.zh-CN.mdx +0 -18
  529. package/docs/usage/features/database.mdx +0 -56
  530. package/docs/usage/features/database.zh-CN.mdx +0 -50
  531. package/docs/usage/features/desktop.mdx +0 -53
  532. package/docs/usage/features/desktop.zh-CN.mdx +0 -49
  533. package/docs/usage/features/knowledge-base.mdx +0 -25
  534. package/docs/usage/features/knowledge-base.zh-CN.mdx +0 -22
  535. package/docs/usage/features/local-llm.mdx +0 -51
  536. package/docs/usage/features/local-llm.zh-CN.mdx +0 -44
  537. package/docs/usage/features/mcp-market.mdx +0 -26
  538. package/docs/usage/features/mcp-market.zh-CN.mdx +0 -22
  539. package/docs/usage/features/mcp.mdx +0 -58
  540. package/docs/usage/features/mcp.zh-CN.mdx +0 -54
  541. package/docs/usage/features/mobile.mdx +0 -20
  542. package/docs/usage/features/mobile.zh-CN.mdx +0 -19
  543. package/docs/usage/features/more.mdx +0 -32
  544. package/docs/usage/features/more.zh-CN.mdx +0 -28
  545. package/docs/usage/features/multi-ai-providers.mdx +0 -57
  546. package/docs/usage/features/multi-ai-providers.zh-CN.mdx +0 -58
  547. package/docs/usage/features/plugin-system.mdx +0 -80
  548. package/docs/usage/features/plugin-system.zh-CN.mdx +0 -70
  549. package/docs/usage/features/pwa.mdx +0 -60
  550. package/docs/usage/features/pwa.zh-CN.mdx +0 -61
  551. package/docs/usage/features/search.mdx +0 -56
  552. package/docs/usage/features/search.zh-CN.mdx +0 -52
  553. package/docs/usage/features/text-to-image.mdx +0 -18
  554. package/docs/usage/features/text-to-image.zh-CN.mdx +0 -19
  555. package/docs/usage/features/theme.mdx +0 -28
  556. package/docs/usage/features/theme.zh-CN.mdx +0 -25
  557. package/docs/usage/features/tts.mdx +0 -40
  558. package/docs/usage/features/tts.zh-CN.mdx +0 -35
  559. package/docs/usage/features/vision.mdx +0 -20
  560. package/docs/usage/features/vision.zh-CN.mdx +0 -18
  561. package/docs/usage/foundation/basic.mdx +0 -43
  562. package/docs/usage/foundation/basic.zh-CN.mdx +0 -46
  563. package/docs/usage/foundation/share.mdx +0 -35
  564. package/docs/usage/foundation/share.zh-CN.mdx +0 -33
  565. package/docs/usage/foundation/text2image.mdx +0 -39
  566. package/docs/usage/foundation/text2image.zh-CN.mdx +0 -35
  567. package/docs/usage/foundation/translate.mdx +0 -30
  568. package/docs/usage/foundation/translate.zh-CN.mdx +0 -29
  569. package/docs/usage/foundation/tts-stt.mdx +0 -38
  570. package/docs/usage/foundation/tts-stt.zh-CN.mdx +0 -36
  571. package/docs/usage/foundation/vision.mdx +0 -36
  572. package/docs/usage/foundation/vision.zh-CN.mdx +0 -33
  573. package/docs/usage/plugins/basic-usage.mdx +0 -45
  574. package/docs/usage/plugins/basic-usage.zh-CN.mdx +0 -44
  575. package/docs/usage/plugins/custom-plugin.mdx +0 -37
  576. package/docs/usage/plugins/custom-plugin.zh-CN.mdx +0 -35
  577. package/docs/usage/plugins/development.mdx +0 -279
  578. package/docs/usage/plugins/store.mdx +0 -22
  579. package/docs/usage/plugins/store.zh-CN.mdx +0 -19
  580. package/docs/usage/tools-calling/anthropic.mdx +0 -152
  581. package/docs/usage/tools-calling/anthropic.zh-CN.mdx +0 -152
  582. package/docs/usage/tools-calling/google.mdx +0 -109
  583. package/docs/usage/tools-calling/google.zh-CN.mdx +0 -109
  584. package/docs/usage/tools-calling/groq.mdx +0 -10
  585. package/docs/usage/tools-calling/groq.zh-CN.mdx +0 -163
  586. package/docs/usage/tools-calling/moonshot.mdx +0 -10
  587. package/docs/usage/tools-calling/moonshot.zh-CN.mdx +0 -24
  588. package/docs/usage/tools-calling/openai.mdx +0 -114
  589. package/docs/usage/tools-calling/openai.zh-CN.mdx +0 -114
  590. package/docs/usage/tools-calling.mdx +0 -12
  591. package/docs/usage/tools-calling.zh-CN.mdx +0 -248
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  title: >-
3
- LobeChat Supports Multimodal Interaction: Visual Recognition Enhances
3
+ LobeHub Supports Multimodal Interaction: Visual Recognition Enhances
4
4
  Intelligent Dialogue
5
5
  description: >-
6
- LobeChat supports various large language models with visual recognition
6
+ LobeHub supports various large language models with visual recognition
7
7
  capabilities, allowing users to upload or drag and drop images. The assistant
8
8
  will recognize the content and engage in intelligent dialogue, creating a more
9
9
  intelligent and diverse chat environment.
10
10
  tags:
11
11
  - Visual Recognition
12
- - LobeChat
12
+ - LobeHub
13
13
  - GPT-4 Vision
14
14
  - Google Gemini Pro
15
15
  - Multimodal Interaction
@@ -17,6 +17,6 @@ tags:
17
17
 
18
18
  # Supported Models for Visual Recognition
19
19
 
20
- LobeChat now supports several large language models with visual recognition capabilities, including OpenAI's [`gpt-4-vision`](https://platform.openai.com/docs/guides/vision), Google Gemini Pro vision, and Zhiyuan GLM-4 Vision. This empowers LobeChat with multimodal interaction capabilities. Users can effortlessly upload images or drag and drop them into the chat window, where the assistant can recognize the image content and engage in intelligent dialogue, building a smarter and more diverse chat experience.
20
+ LobeHub now supports several large language models with visual recognition capabilities, including OpenAI's [`gpt-4-vision`](https://platform.openai.com/docs/guides/vision), Google Gemini Pro vision, and Zhiyuan GLM-4 Vision. This empowers LobeHub with multimodal interaction capabilities. Users can effortlessly upload images or drag and drop them into the chat window, where the assistant can recognize the image content and engage in intelligent dialogue, building a smarter and more diverse chat experience.
21
21
 
22
22
  This feature opens up new avenues for interaction, allowing communication that extends beyond text to include rich visual elements. Whether sharing images during everyday use or interpreting graphics in specific industries, the assistant delivers an exceptional conversational experience. Additionally, we have carefully selected a range of high-quality voice options (OpenAI Audio, Microsoft Edge Speech) to cater to users from different regions and cultural backgrounds. Users can choose a suitable voice based on personal preferences or specific contexts, thus receiving a more personalized communication experience.
@@ -1,16 +1,16 @@
1
1
  ---
2
- title: LobeChat 支持多模态交互:视觉识别助力智能对话
3
- description: LobeChat 支持多种具有视觉识别能力的大语言模型,用户可上传或拖拽图片,助手将识别内容并展开智能对话,打造更智能、多元化的聊天场景。
2
+ title: LobeHub 支持多模态交互:视觉识别助力智能对话
3
+ description: LobeHub 支持多种具有视觉识别能力的大语言模型,用户可上传或拖拽图片,助手将识别内容并展开智能对话,打造更智能、多元化的聊天场景。
4
4
  tags:
5
5
  - 视觉识别
6
6
  - 多模态交互
7
- - LobeChat
7
+ - LobeHub
8
8
  - GPT-4
9
9
  - Google Gemini Pro
10
10
  ---
11
11
 
12
12
  # 支持模型视觉识别
13
13
 
14
- LobeChat 已经支持 OpenAI 的 [`gpt-4-vision`](https://platform.openai.com/docs/guides/vision) 、Google Gemini Pro vision、智谱 GLM-4 Vision 等具有视觉识别能力的大语言模型,这使得 LobeChat 具备了多模态交互的能力。用户可以轻松上传图片或者拖拽图片到对话框中,助手将能够识别图片内容,并在此基础上进行智能对话,构建更智能、更多元化的聊天场景。
14
+ LobeHub 已经支持 OpenAI 的 [`gpt-4-vision`](https://platform.openai.com/docs/guides/vision) 、Google Gemini Pro vision、智谱 GLM-4 Vision 等具有视觉识别能力的大语言模型,这使得 LobeHub 具备了多模态交互的能力。用户可以轻松上传图片或者拖拽图片到对话框中,助手将能够识别图片内容,并在此基础上进行智能对话,构建更智能、更多元化的聊天场景。
15
15
 
16
16
  这一特性打开了新的互动方式,使得交流不再局限于文字,而是可以涵盖丰富的视觉元素。无论是日常使用中的图片分享,还是在特定行业内的图像解读,助手都能提供出色的对话体验。,我们精心挑选了一系列高品质的声音选项 (OpenAI Audio, Microsoft Edge Speech),以满足不同地域和文化背景用户的需求。用户可以根据个人喜好或者特定场景来选择合适的语音,从而获得个性化的交流体验。
@@ -1,19 +1,19 @@
1
1
  ---
2
- title: LobeChat Text-to-Image Generation Technology
2
+ title: LobeHub Text-to-Image Generation Technology
3
3
  description: >-
4
- LobeChat supports Text-to-Speech (TTS) and Speech-to-Text (STT) technologies,
4
+ LobeHub supports Text-to-Speech (TTS) and Speech-to-Text (STT) technologies,
5
5
  offering high-quality voice options for a personalized communication
6
6
  experience. Learn more about Lobe TTS Toolkit.
7
7
  tags:
8
8
  - TTS
9
9
  - STT
10
10
  - Voice Conversations
11
- - LobeChat
11
+ - LobeHub
12
12
  - Audio Technology
13
13
  ---
14
14
 
15
15
  # Supporting TTS & STT Voice Conversations
16
16
 
17
- LobeChat supports Text-to-Speech (TTS) and Speech-to-Text (STT) technologies, allowing our application to transform textual information into clear voice output. Users can interact with our conversational agents as if they were talking to a real person. There are various voice options for users to choose from, providing the right audio source for their assistant. Additionally, for those who prefer auditory learning or seek to gain information while on the go, TTS offers an excellent solution.
17
+ LobeHub supports Text-to-Speech (TTS) and Speech-to-Text (STT) technologies, allowing our application to transform textual information into clear voice output. Users can interact with our conversational agents as if they were talking to a real person. There are various voice options for users to choose from, providing the right audio source for their assistant. Additionally, for those who prefer auditory learning or seek to gain information while on the go, TTS offers an excellent solution.
18
18
 
19
- In LobeChat, we have carefully curated a selection of high-quality voice options (OpenAI Audio, Microsoft Edge Speech) to cater to users from different regions and cultural backgrounds. Users can select suitable voices based on personal preferences or specific scenarios, thus achieving a personalized communication experience.
19
+ In LobeHub, we have carefully curated a selection of high-quality voice options (OpenAI Audio, Microsoft Edge Speech) to cater to users from different regions and cultural backgrounds. Users can select suitable voices based on personal preferences or specific scenarios, thus achieving a personalized communication experience.
@@ -1,17 +1,17 @@
1
1
  ---
2
- title: LobeChat 文生图:文本转图片生成技术
3
- description: LobeChat 支持文字转语音(TTS)和语音转文字(STT)技术,提供高品质声音选项,个性化交流体验。了解更多关于 Lobe TTS 工具包。
2
+ title: LobeHub 文生图:文本转图片生成技术
3
+ description: LobeHub 支持文字转语音(TTS)和语音转文字(STT)技术,提供高品质声音选项,个性化交流体验。了解更多关于 Lobe TTS 工具包。
4
4
  tags:
5
5
  - TTS
6
6
  - STT
7
7
  - 语音会话
8
- - LobeChat
8
+ - LobeHub
9
9
  - 文字转语音
10
10
  - 语音转文字
11
11
  ---
12
12
 
13
13
  # 支持 TTS & STT 语音会话
14
14
 
15
- LobeChat 支持文字转语音(Text-to-Speech,TTS)和语音转文字(Speech-to-Text,STT)技术,我们的应用能够将文本信息转化为清晰的语音输出,用户可以像与真人交谈一样与我们的对话代理进行交流。用户可以从多种声音中选择,给助手搭配合适的音源。 同时,对于那些倾向于听觉学习或者想要在忙碌中获取信息的用户来说,TTS 提供了一个极佳的解决方案。
15
+ LobeHub 支持文字转语音(Text-to-Speech,TTS)和语音转文字(Speech-to-Text,STT)技术,我们的应用能够将文本信息转化为清晰的语音输出,用户可以像与真人交谈一样与我们的对话代理进行交流。用户可以从多种声音中选择,给助手搭配合适的音源。 同时,对于那些倾向于听觉学习或者想要在忙碌中获取信息的用户来说,TTS 提供了一个极佳的解决方案。
16
16
 
17
- LobeChat 中,我们精心挑选了一系列高品质的声音选项 (OpenAI Audio, Microsoft Edge Speech),以满足不同地域和文化背景用户的需求。用户可以根据个人喜好或者特定场景来选择合适的语音,从而获得个性化的交流体验。
17
+ LobeHub 中,我们精心挑选了一系列高品质的声音选项 (OpenAI Audio, Microsoft Edge Speech),以满足不同地域和文化背景用户的需求。用户可以根据个人喜好或者特定场景来选择合适的语音,从而获得个性化的交流体验。
@@ -1,14 +1,14 @@
1
1
  ---
2
- title: 'LobeChat Text-to-Image: Text-to-Image Generation Technology'
2
+ title: 'LobeHub Text-to-Image: Text-to-Image Generation Technology'
3
3
  description: >-
4
- LobeChat now supports the latest text-to-image generation technology, allowing
4
+ LobeHub now supports the latest text-to-image generation technology, allowing
5
5
  users to directly invoke the text-to-image tool during conversations with the
6
6
  assistant for creative purposes. By utilizing AI tools such as DALL-E 3,
7
7
  MidJourney, and Pollinations, assistants can turn your ideas into images,
8
8
  making the creative process more intimate and immersive.
9
9
  tags:
10
10
  - Text-to-Image
11
- - LobeChat
11
+ - LobeHub
12
12
  - AI Tools
13
13
  - DALL-E 3
14
14
  - MidJourney
@@ -16,4 +16,4 @@ tags:
16
16
 
17
17
  # Support for Text-to-Image Generation
18
18
 
19
- The latest text-to-image generation technology is now supported, enabling LobeChat users to directly use the text-to-image tool during conversations with their assistant. By harnessing the capabilities of AI tools like [`DALL-E 3`](https://openai.com/dall-e-3), [`MidJourney`](https://www.midjourney.com/), and [`Pollinations`](https://pollinations.ai/), assistants can now transform your ideas into images. This allows for a more intimate and immersive creative process.
19
+ The latest text-to-image generation technology is now supported, enabling LobeHub users to directly use the text-to-image tool during conversations with their assistant. By harnessing the capabilities of AI tools like [`DALL-E 3`](https://openai.com/dall-e-3), [`MidJourney`](https://www.midjourney.com/), and [`Pollinations`](https://pollinations.ai/), assistants can now transform your ideas into images. This allows for a more intimate and immersive creative process.
@@ -1,7 +1,7 @@
1
1
  ---
2
- title: LobeChat 文生图:文本转图片生成技术
2
+ title: LobeHub 文生图:文本转图片生成技术
3
3
  description: >-
4
- LobeChat 现在支持最新的文本到图片生成技术,让用户可以在与助手对话中直接调用文生图工具进行创作。利用 DALL-E 3、MidJourney 和
4
+ LobeHub 现在支持最新的文本到图片生成技术,让用户可以在与助手对话中直接调用文生图工具进行创作。利用 DALL-E 3、MidJourney 和
5
5
  Pollinations 等 AI 工具,助手们可以将你的想法转化为图像,让创作过程更私密和沉浸式。
6
6
  tags:
7
7
  - Text to Image
@@ -11,4 +11,4 @@ tags:
11
11
 
12
12
  # 支持 Text to Image 文生图
13
13
 
14
- 现已支持最新的文本到图片生成技术,LobeChat 现在能够让用户在与助手对话中直接调用文成图工具进行创作。通过利用 [`DALL-E 3`](https://openai.com/dall-e-3)、[`MidJourney`](https://www.midjourney.com/) 和 [`Pollinations`](https://pollinations.ai/) 等 AI 工具的能力, 助手们现在可以将你的想法转化为图像。同时可以更私密和沉浸式的完成你的创造过程。
14
+ 现已支持最新的文本到图片生成技术,LobeHub 现在能够让用户在与助手对话中直接调用文成图工具进行创作。通过利用 [`DALL-E 3`](https://openai.com/dall-e-3)、[`MidJourney`](https://www.midjourney.com/) 和 [`Pollinations`](https://pollinations.ai/) 等 AI 工具的能力, 助手们现在可以将你的想法转化为图像。同时可以更私密和沉浸式的完成你的创造过程。
@@ -1,8 +1,8 @@
1
1
  ---
2
- title: LobeChat Supports Multi-User Management with Clerk and Next-Auth
2
+ title: LobeHub Supports Multi-User Management with Clerk and Next-Auth
3
3
  description: >-
4
- LobeChat offers various user authentication and management solutions,
5
- including Clerk and Next-Auth, to meet the diverse needs of different users.
4
+ LobeHub offers various user authentication and management solutions, including
5
+ Clerk and Next-Auth, to meet the diverse needs of different users.
6
6
  tags:
7
7
  - User Management
8
8
  - Next-Auth
@@ -13,11 +13,11 @@ tags:
13
13
 
14
14
  # Support for Multi-User Management with Clerk and Next-Auth
15
15
 
16
- In modern applications, user management and authentication are crucial features. To cater to the diverse needs of users, LobeChat provides two primary user authentication and management solutions: `next-auth` and `Clerk`. Whether you're looking for simple user registration and login or need more advanced multi-factor authentication and user management, LobeChat can flexibly accommodate your requirements.
16
+ In modern applications, user management and authentication are crucial features. To cater to the diverse needs of users, LobeHub provides two primary user authentication and management solutions: `next-auth` and `Clerk`. Whether you're looking for simple user registration and login or need more advanced multi-factor authentication and user management, LobeHub can flexibly accommodate your requirements.
17
17
 
18
18
  ## Next-Auth: A Flexible and Powerful Authentication Library
19
19
 
20
- LobeChat integrates `next-auth`, a flexible and powerful authentication library that supports various authentication methods, including OAuth, email login, and credential-based login. With `next-auth`, you can easily implement the following features:
20
+ LobeHub integrates `next-auth`, a flexible and powerful authentication library that supports various authentication methods, including OAuth, email login, and credential-based login. With `next-auth`, you can easily implement the following features:
21
21
 
22
22
  - **User Registration and Login**: Supports multiple authentication methods to meet different user needs.
23
23
  - **Session Management**: Efficiently manage user sessions to ensure security.
@@ -26,7 +26,7 @@ LobeChat integrates `next-auth`, a flexible and powerful authentication library
26
26
 
27
27
  ## Clerk: A Modern User Management Platform
28
28
 
29
- For users who require more advanced user management capabilities, LobeChat also supports [Clerk](https://clerk.com), a modern user management platform. Clerk offers a richer set of features, helping you achieve enhanced security and flexibility:
29
+ For users who require more advanced user management capabilities, LobeHub also supports [Clerk](https://clerk.com), a modern user management platform. Clerk offers a richer set of features, helping you achieve enhanced security and flexibility:
30
30
 
31
31
  - **Multi-Factor Authentication (MFA)**: Provides an additional layer of security.
32
32
  - **User Profile Management**: Easily manage user information and settings.
@@ -1,6 +1,6 @@
1
1
  ---
2
- title: LobeChat 支持 Clerk 与 Next-Auth 多用户管理支持
3
- description: LobeChat 提供 Clerk 和 Next-Auth 等多种用户认证和管理方案,以满足不同用户的需求。
2
+ title: LobeHub 支持 Clerk 与 Next-Auth 多用户管理支持
3
+ description: LobeHub 提供 Clerk 和 Next-Auth 等多种用户认证和管理方案,以满足不同用户的需求。
4
4
  tags:
5
5
  - 用户管理
6
6
  - 身份验证
@@ -11,11 +11,11 @@ tags:
11
11
 
12
12
  # 支持 Clerk 与 Next-Auth 多用户管理支持
13
13
 
14
- 在现代应用中,用户管理和身份验证是至关重要的功能。为满足不同用户的多样化需求,LobeChat 提供了两种主要的用户认证和管理方案:`next-auth` 和 `Clerk`。无论您是追求简便的用户注册登录,还是需要更高级的多因素认证和用户管理,LobeChat 都可以灵活实现。
14
+ 在现代应用中,用户管理和身份验证是至关重要的功能。为满足不同用户的多样化需求,LobeHub 提供了两种主要的用户认证和管理方案:`next-auth` 和 `Clerk`。无论您是追求简便的用户注册登录,还是需要更高级的多因素认证和用户管理,LobeHub 都可以灵活实现。
15
15
 
16
16
  ## next-auth:灵活且强大的身份验证库
17
17
 
18
- LobeChat 集成了 `next-auth`,一个灵活且强大的身份验证库,支持多种身份验证方式,包括 OAuth、邮件登录、凭证登录等。通过 `next-auth`,您可以轻松实现以下功能:
18
+ LobeHub 集成了 `next-auth`,一个灵活且强大的身份验证库,支持多种身份验证方式,包括 OAuth、邮件登录、凭证登录等。通过 `next-auth`,您可以轻松实现以下功能:
19
19
 
20
20
  - **用户注册和登录**:支持多种认证方式,满足不同用户的需求。
21
21
  - **会话管理**:高效管理用户会话,确保安全性。
@@ -24,7 +24,7 @@ LobeChat 集成了 `next-auth`,一个灵活且强大的身份验证库,支
24
24
 
25
25
  ## Clerk:现代化用户管理平台
26
26
 
27
- 对于需要更高级用户管理功能的用户,LobeChat 还支持 [Clerk](https://clerk.com) ,一个现代化的用户管理平台。Clerk 提供了更丰富的功能,帮助您实现更高的安全性和灵活性:
27
+ 对于需要更高级用户管理功能的用户,LobeHub 还支持 [Clerk](https://clerk.com) ,一个现代化的用户管理平台。Clerk 提供了更丰富的功能,帮助您实现更高的安全性和灵活性:
28
28
 
29
29
  - **多因素认证 (MFA)**:提供更高的安全保障。
30
30
  - **用户配置文件管理**:便捷管理用户信息和配置。
@@ -1,9 +1,9 @@
1
1
  ---
2
- title: LobeChat Supports Ollama for Local Large Language Model (LLM) Calls
3
- description: LobeChat v0.127.0 supports using Ollama to call local large language models.
2
+ title: LobeHub Supports Ollama for Local Large Language Model (LLM) Calls
3
+ description: LobeHub v0.127.0 supports using Ollama to call local large language models.
4
4
  tags:
5
5
  - Ollama AI
6
- - LobeChat
6
+ - LobeHub
7
7
  - Local LLMs
8
8
  - AI Conversations
9
9
  - GPT-4
@@ -11,15 +11,15 @@ tags:
11
11
 
12
12
  # Support for Ollama Calls to Local Large Language Models 🦙
13
13
 
14
- With the release of LobeChat v0.127.0, we're excited to introduce a fantastic new feature—Ollama AI support! 🤯 Thanks to the robust infrastructure provided by [Ollama AI](https://ollama.ai/) and the [efforts of the community](https://github.com/lobehub/lobe-chat/pull/1265), you can now interact with local LLMs (Large Language Models) within LobeChat! 🤩
14
+ With the release of LobeHub v0.127.0, we're excited to introduce a fantastic new feature—Ollama AI support! 🤯 Thanks to the robust infrastructure provided by [Ollama AI](https://ollama.ai/) and the [efforts of the community](https://github.com/lobehub/lobe-chat/pull/1265), you can now interact with local LLMs (Large Language Models) within LobeHub! 🤩
15
15
 
16
- We are thrilled to unveil this revolutionary feature to all LobeChat users at this special moment. The integration of Ollama AI not only represents a significant leap in our technology but also reaffirms our commitment to continuously seek more efficient and intelligent ways of communication with our users.
16
+ We are thrilled to unveil this revolutionary feature to all LobeHub users at this special moment. The integration of Ollama AI not only represents a significant leap in our technology but also reaffirms our commitment to continuously seek more efficient and intelligent ways of communication with our users.
17
17
 
18
18
  ## 💡 How to Start a Conversation with Local LLMs?
19
19
 
20
- If you're facing challenges with private deployments, we strongly recommend trying out the LobeChat Cloud service. We offer comprehensive model support to help you easily embark on your AI conversation journey.
20
+ If you're facing challenges with private deployments, we strongly recommend trying out the LobeHub Cloud service. We offer comprehensive model support to help you easily embark on your AI conversation journey.
21
21
 
22
- Experience the newly upgraded LobeChat v1.6 and feel the powerful conversational capabilities brought by GPT-4!
22
+ Experience the newly upgraded LobeHub v1.6 and feel the powerful conversational capabilities brought by GPT-4!
23
23
 
24
24
  ```bash
25
25
  docker run -d -p 3210:3210 -e OLLAMA_PROXY_URL=http://host.docker.internal:11434/v1 lobehub/lobe-chat
@@ -1,24 +1,24 @@
1
1
  ---
2
- title: LobeChat 支持 Ollama 调用本地大语言模型(LLM)
3
- description: LobeChat vLobeChat v0.127.0 支持 Ollama 调用本地大语言模型。
2
+ title: LobeHub 支持 Ollama 调用本地大语言模型(LLM)
3
+ description: LobeHub vLobeHub v0.127.0 支持 Ollama 调用本地大语言模型。
4
4
  tags:
5
5
  - Ollama AI
6
- - LobeChat
6
+ - LobeHub
7
7
  - 大语言模型
8
8
  - AI 对话
9
9
  ---
10
10
 
11
11
  # 支持 Ollama 调用本地大语言模型 🦙
12
12
 
13
- 随着 LobeChat v0.127.0 的发布,我们迎来了一个激动人心的特性 —— Ollama AI 支持!🤯 在 [Ollama AI](https://ollama.ai/) 强大的基础设施和 [社区的共同努力](https://github.com/lobehub/lobe-chat/pull/1265) 下,现在您可以在 LobeChat 中与本地 LLM (Large Language Model) 进行交流了!🤩
13
+ 随着 LobeHub v0.127.0 的发布,我们迎来了一个激动人心的特性 —— Ollama AI 支持!🤯 在 [Ollama AI](https://ollama.ai/) 强大的基础设施和 [社区的共同努力](https://github.com/lobehub/lobe-chat/pull/1265) 下,现在您可以在 LobeHub 中与本地 LLM (Large Language Model) 进行交流了!🤩
14
14
 
15
- 我们非常高兴能在这个特别的时刻,向所有 LobeChat 用户介绍这项革命性的特性。Ollama AI 的集成不仅标志着我们技术上的一个巨大飞跃,更是向用户承诺,我们将不断追求更高效、更智能的沟通方式。
15
+ 我们非常高兴能在这个特别的时刻,向所有 LobeHub 用户介绍这项革命性的特性。Ollama AI 的集成不仅标志着我们技术上的一个巨大飞跃,更是向用户承诺,我们将不断追求更高效、更智能的沟通方式。
16
16
 
17
17
  ## 💡 如何启动与本地 LLM 的对话?
18
18
 
19
- 如果您在私有化部署方面遇到困难,强烈推荐尝试 LobeChat Cloud 服务。我们提供全方位的模型支持,让您轻松开启 AI 对话之旅。
19
+ 如果您在私有化部署方面遇到困难,强烈推荐尝试 LobeHub Cloud 服务。我们提供全方位的模型支持,让您轻松开启 AI 对话之旅。
20
20
 
21
- 赶快来体验全新升级的 LobeChat v1.6,感受 GPT-4 带来的强大对话能力!
21
+ 赶快来体验全新升级的 LobeHub v1.6,感受 GPT-4 带来的强大对话能力!
22
22
 
23
23
  ```bash
24
24
  docker run -d -p 3210:3210 -e OLLAMA_PROXY_URL=http://host.docker.internal:11434/v1 lobehub/lobe-chat
@@ -1,29 +1,29 @@
1
1
  ---
2
- title: 'LobeChat 1.0: New Architecture and New Possibilities'
2
+ title: 'LobeHub 1.0: New Architecture and New Possibilities'
3
3
  description: >-
4
- LobeChat 1.0 brings a brand-new architecture and features for server-side
4
+ LobeHub 1.0 brings a brand-new architecture and features for server-side
5
5
  databases and user authentication management, opening up new possibilities. On
6
- this basis, LobeChat Cloud has entered beta testing.
6
+ this basis, LobeHub Cloud has entered beta testing.
7
7
  tags:
8
- - LobeChat
8
+ - LobeHub
9
9
  - Version 1.0
10
10
  - Server-Side Database
11
11
  - User Authentication
12
12
  - Cloud Beta Testing
13
13
  ---
14
14
 
15
- # LobeChat 1.0: New Architecture and New Possibilities
15
+ # LobeHub 1.0: New Architecture and New Possibilities
16
16
 
17
- Since announcing our move towards version 1.0 in March, we’ve been busy upgrading every aspect of our platform. After two months of intensive development, we are excited to announce the official release of LobeChat 1.0! Let’s take a look at our new features.
17
+ Since announcing our move towards version 1.0 in March, we’ve been busy upgrading every aspect of our platform. After two months of intensive development, we are excited to announce the official release of LobeHub 1.0! Let’s take a look at our new features.
18
18
 
19
19
  ## Server-Side Database Support
20
20
 
21
- The most significant feature of LobeChat 1.0 is the support for server-side databases. In the 0.x era, the lack of persistent storage on the server side made it challenging, if not impossible, to implement many features that users urgently needed, such as knowledge bases, cross-device synchronization, and private assistant markets.
21
+ The most significant feature of LobeHub 1.0 is the support for server-side databases. In the 0.x era, the lack of persistent storage on the server side made it challenging, if not impossible, to implement many features that users urgently needed, such as knowledge bases, cross-device synchronization, and private assistant markets.
22
22
 
23
23
  ## User Authentication Management
24
24
 
25
25
  In the 0.x era, the most requested feature to be paired with server-side databases was user authentication management. Previously, we had integrated next-auth and Clerk as our authentication solutions. In response to demands for multi-user management, we have restructured the settings interface into a user panel, consolidating relevant user information within the new user interface.
26
26
 
27
- ## LobeChat Cloud Beta Testing
27
+ ## LobeHub Cloud Beta Testing
28
28
 
29
- LobeChat Cloud is our commercial version based on the open-source LobeChat, and all the features from version 1.0 are now live in LobeChat Cloud, which has entered beta testing. If you’re interested, you can join our waitlist here. During the beta testing period, a limited number of access slots will be released daily for testing opportunities.
29
+ LobeHub Cloud is our commercial version based on the open-source LobeHub, and all the features from version 1.0 are now live in LobeHub Cloud, which has entered beta testing. If you’re interested, you can join our waitlist here. During the beta testing period, a limited number of access slots will be released daily for testing opportunities.
@@ -1,27 +1,27 @@
1
1
  ---
2
- title: LobeChat 1.0:新的架构与新的可能
2
+ title: LobeHub 1.0:新的架构与新的可能
3
3
  description: >-
4
- LobeChat 1.0 带来了服务端数据库、用户鉴权管理的全新架构与特性,开启了新的可能 。在此基础上, LobeChat Cloud 开启 Beta
4
+ LobeHub 1.0 带来了服务端数据库、用户鉴权管理的全新架构与特性,开启了新的可能 。在此基础上, LobeHub Cloud 开启 Beta
5
5
  版测试。
6
6
  tags:
7
- - LobeChat
7
+ - LobeHub
8
8
  - 服务端数据库
9
9
  - 用户鉴权
10
10
  - Beta 测试
11
11
  ---
12
12
 
13
- # LobeChat 1.0:新的架构与新的可能
13
+ # LobeHub 1.0:新的架构与新的可能
14
14
 
15
- 自从 3 月份宣布迈向 1.0 ,我们就开始着手全方面的升级。经过 2 个月的密集研发,我们很高兴地宣布 LobeChat 1.0 正式发布了!一起来看看我们的全新样貌吧~
15
+ 自从 3 月份宣布迈向 1.0 ,我们就开始着手全方面的升级。经过 2 个月的密集研发,我们很高兴地宣布 LobeHub 1.0 正式发布了!一起来看看我们的全新样貌吧~
16
16
 
17
17
  ## 服务端数据库支持
18
18
 
19
- LobeChat 1.0 中,最大的特性是支持了服务端数据库。在 0.x 时代,由于缺乏服务端持久化存储,许多用户迫切需要的功能实现困难,或完全无法实现,例如知识库、跨端同步、私有助手市场等等。
19
+ LobeHub 1.0 中,最大的特性是支持了服务端数据库。在 0.x 时代,由于缺乏服务端持久化存储,许多用户迫切需要的功能实现困难,或完全无法实现,例如知识库、跨端同步、私有助手市场等等。
20
20
 
21
21
  ## 用户鉴权管理
22
22
 
23
23
  在 0.x 时代,和服务端数据库搭配的呼声最高的特性就是用户鉴权管理。在此之前,我们已经接入了 next-auth 和 clerk 作为鉴权解决方案。并针对多用户管理的诉求,将设置界面重构为了用户面板,在新的用户面板中整合了相关的用户信息。
24
24
 
25
- ## LobeChat Cloud 开启 Beta 测试
25
+ ## LobeHub Cloud 开启 Beta 测试
26
26
 
27
- LobeChat Cloud 是我们基于 LobeChat 开源版的商业化版本,上述 1.0 的功能在 LobeChat Cloud 中均已上线,目前已开启 Beta 测试。如果你感兴趣,可以在这里加入我们的 waitlist , Beta 测试期间每天都会发放体验名额。
27
+ LobeHub Cloud 是我们基于 LobeHub 开源版的商业化版本,上述 1.0 的功能在 LobeHub Cloud 中均已上线,目前已开启 Beta 测试。如果你感兴趣,可以在这里加入我们的 waitlist , Beta 测试期间每天都会发放体验名额。
@@ -1,11 +1,11 @@
1
1
  ---
2
- title: 'LobeChat Fully Enters the GPT-4 Era: GPT-4o Mini Officially Launched'
2
+ title: 'LobeHub Fully Enters the GPT-4 Era: GPT-4o Mini Officially Launched'
3
3
  description: >-
4
- LobeChat v1.6 has been released with support for GPT-4o mini, while LobeChat
4
+ LobeHub v1.6 has been released with support for GPT-4o mini, while LobeHub
5
5
  Cloud services have been fully upgraded to provide users with a more powerful
6
6
  AI conversation experience.
7
7
  tags:
8
- - LobeChat
8
+ - LobeHub
9
9
  - GPT-4o Mini
10
10
  - AI Conversation
11
11
  - Cloud Service
@@ -13,18 +13,18 @@ tags:
13
13
 
14
14
  # GPT-4o Mini Makes a Stunning Debut, Ushering in a New GPT-4 Era 🚀
15
15
 
16
- We are excited to announce that LobeChat v1.6 is now officially released! This update brings thrilling and significant upgrades:
16
+ We are excited to announce that LobeHub v1.6 is now officially released! This update brings thrilling and significant upgrades:
17
17
 
18
18
  ## 🌟 Major Updates
19
19
 
20
20
  - **GPT-4o Mini Officially Launched**: OpenAI's entire model lineup has been upgraded to GPT-4
21
- - **LobeChat Cloud Service Upgrade**:
21
+ - **LobeHub Cloud Service Upgrade**:
22
22
  - GPT-3.5-turbo has been upgraded to GPT-4o Mini as the default model
23
23
  - Providing users with a superior conversation experience
24
24
 
25
25
  ## 🎯 Cloud Service Highlights
26
26
 
27
- LobeChat Cloud offers you a convenient one-stop AI conversation service:
27
+ LobeHub Cloud offers you a convenient one-stop AI conversation service:
28
28
 
29
29
  - 📦 **Ready to Use**: Free registration for immediate experience
30
30
  - 🤖 **Multi-Model Support**:
@@ -35,6 +35,6 @@ LobeChat Cloud offers you a convenient one-stop AI conversation service:
35
35
 
36
36
  ## 💡 Usage Recommendations
37
37
 
38
- If you encounter difficulties with private deployment, we highly recommend trying the LobeChat Cloud service. We provide comprehensive model support to help you easily embark on your AI conversation journey.
38
+ If you encounter difficulties with private deployment, we highly recommend trying the LobeHub Cloud service. We provide comprehensive model support to help you easily embark on your AI conversation journey.
39
39
 
40
- Come and experience the newly upgraded LobeChat v1.6, and feel the powerful conversational capabilities brought by GPT-4!
40
+ Come and experience the newly upgraded LobeHub v1.6, and feel the powerful conversational capabilities brought by GPT-4!
@@ -1,28 +1,28 @@
1
1
  ---
2
- title: LobeChat 全面进入 GPT-4 时代:GPT-4o mini 正式上线
2
+ title: LobeHub 全面进入 GPT-4 时代:GPT-4o mini 正式上线
3
3
  description: >-
4
- LobeChat v1.6 重磅发布 GPT-4o mini 支持,同时 LobeChat Cloud 服务全面升级默认模型,为用户带来更强大的 AI
4
+ LobeHub v1.6 重磅发布 GPT-4o mini 支持,同时 LobeHub Cloud 服务全面升级默认模型,为用户带来更强大的 AI
5
5
  对话体验。
6
6
  tags:
7
- - LobeChat
7
+ - LobeHub
8
8
  - GPT-4o mini
9
9
  - AI 对话服务
10
10
  ---
11
11
 
12
12
  # GPT-4o mini 震撼登场,开启全新 GPT-4 时代 🚀
13
13
 
14
- 我们很高兴地宣布,LobeChat v1.6 现已正式发布!这次更新带来了激动人心的重大升级:
14
+ 我们很高兴地宣布,LobeHub v1.6 现已正式发布!这次更新带来了激动人心的重大升级:
15
15
 
16
16
  ## 🌟 主要更新
17
17
 
18
18
  - **GPT-4o mini 正式上线**:OpenAI 全系列模型实现 GPT-4 升级
19
- - **LobeChat Cloud 服务升级**:
19
+ - **LobeHub Cloud 服务升级**:
20
20
  - GPT-3.5-turbo 升级为 GPT-4o mini 作为默认模型
21
21
  - 为用户带来更优质的对话体验
22
22
 
23
23
  ## 🎯 Cloud 服务亮点
24
24
 
25
- LobeChat Cloud 为您提供便捷的一站式 AI 对话服务:
25
+ LobeHub Cloud 为您提供便捷的一站式 AI 对话服务:
26
26
 
27
27
  - 📦 **开箱即用**:免费注册,即刻体验
28
28
  - 🤖 **多模型支持**:
@@ -33,6 +33,6 @@ LobeChat Cloud 为您提供便捷的一站式 AI 对话服务:
33
33
 
34
34
  ## 💡 使用建议
35
35
 
36
- 如果您在私有化部署方面遇到困难,强烈推荐尝试 LobeChat Cloud 服务。我们提供全方位的模型支持,让您轻松开启 AI 对话之旅。
36
+ 如果您在私有化部署方面遇到困难,强烈推荐尝试 LobeHub Cloud 服务。我们提供全方位的模型支持,让您轻松开启 AI 对话之旅。
37
37
 
38
- 赶快来体验全新升级的 LobeChat v1.6,感受 GPT-4 带来的强大对话能力!
38
+ 赶快来体验全新升级的 LobeHub v1.6,感受 GPT-4 带来的强大对话能力!
@@ -1,20 +1,20 @@
1
1
  ---
2
- title: LobeChat Database Docker Image Official Release
2
+ title: LobeHub Database Docker Image Official Release
3
3
  description: >-
4
- LobeChat v1.8.0 launches the official database Docker image, supporting cloud
4
+ LobeHub v1.8.0 launches the official database Docker image, supporting cloud
5
5
  data synchronization and user management, along with comprehensive
6
6
  self-deployment documentation.
7
7
  tags:
8
- - LobeChat
8
+ - LobeHub
9
9
  - Docker Image
10
10
  - Cloud Deployment
11
11
  - Database
12
12
  - Postgres
13
13
  ---
14
14
 
15
- # LobeChat Database Docker Image: The Final Piece of the Cloud Deployment Puzzle
15
+ # LobeHub Database Docker Image: The Final Piece of the Cloud Deployment Puzzle
16
16
 
17
- We are excited to announce the official release of the long-awaited database Docker image for LobeChat v1.8.0! This marks a significant milestone in our server database offerings, providing users with a complete cloud deployment solution.
17
+ We are excited to announce the official release of the long-awaited database Docker image for LobeHub v1.8.0! This marks a significant milestone in our server database offerings, providing users with a complete cloud deployment solution.
18
18
 
19
19
  ## 🚀 Core Features
20
20
 
@@ -31,10 +31,10 @@ To ensure users can complete the deployment smoothly, we have optimized the stru
31
31
  - Detailed deployment case studies
32
32
  - Comprehensive self-deployment operation guide
33
33
 
34
- You can start deploying your own LobeChat service by visiting the [official documentation](https://lobehub.com/en/docs/self-hosting/server-database).
34
+ You can start deploying your own LobeHub service by visiting the [official documentation](https://lobehub.com/en/docs/self-hosting/server-database).
35
35
 
36
36
  ## 🔮 Future Outlook
37
37
 
38
38
  Our knowledge base feature is also in development, so stay tuned for more exciting updates!
39
39
 
40
- This update marks a significant breakthrough for LobeChat in cloud deployment solutions, making private deployment easier than ever. We appreciate the community's patience, and we will continue to strive to provide users with a better experience.
40
+ This update marks a significant breakthrough for LobeHub in cloud deployment solutions, making private deployment easier than ever. We appreciate the community's patience, and we will continue to strive to provide users with a better experience.
@@ -1,16 +1,16 @@
1
1
  ---
2
- title: LobeChat Database Docker 镜像正式发布
3
- description: LobeChat v1.8.0 推出官方数据库 Docker 镜像,支持云端数据同步与用户管理,并提供完整的自部署文档指南。
2
+ title: LobeHub Database Docker 镜像正式发布
3
+ description: LobeHub v1.8.0 推出官方数据库 Docker 镜像,支持云端数据同步与用户管理,并提供完整的自部署文档指南。
4
4
  tags:
5
- - LobeChat
5
+ - LobeHub
6
6
  - Docker 镜像
7
7
  - 云端部署
8
8
  - 数据库
9
9
  ---
10
10
 
11
- # LobeChat Database Docker 镜像:云端部署的最后一块拼图
11
+ # LobeHub Database Docker 镜像:云端部署的最后一块拼图
12
12
 
13
- 我们很高兴地宣布,LobeChat v1.8.0 正式发布了期待已久的数据库 Docker 镜像!这是我们在服务端数据库领域的重要里程碑,为用户提供了完整的云端部署解决方案。
13
+ 我们很高兴地宣布,LobeHub v1.8.0 正式发布了期待已久的数据库 Docker 镜像!这是我们在服务端数据库领域的重要里程碑,为用户提供了完整的云端部署解决方案。
14
14
 
15
15
  ## 🚀 核心特性
16
16
 
@@ -27,10 +27,10 @@ tags:
27
27
  - 详细的部署案例指引
28
28
  - 完整的自部署操作指南
29
29
 
30
- 现在,您可以通过访问 [官方文档](https://lobehub.com/zh/docs/self-hosting/server-database) 开始部署您自己的 LobeChat 服务。
30
+ 现在,您可以通过访问 [官方文档](https://lobehub.com/zh/docs/self-hosting/server-database) 开始部署您自己的 LobeHub 服务。
31
31
 
32
32
  ## 🔮 未来展望
33
33
 
34
34
  我们的知识库功能也正在开发中,敬请期待更多激动人心的更新!
35
35
 
36
- 这次更新标志着 LobeChat 在云端部署方案上的重要突破,让私有部署变得前所未有的简单。感谢社区的耐心等待,我们将继续努力为用户带来更好的体验。
36
+ 这次更新标志着 LobeHub 在云端部署方案上的重要突破,让私有部署变得前所未有的简单。感谢社区的耐心等待,我们将继续努力为用户带来更好的体验。
@@ -1,13 +1,13 @@
1
1
  ---
2
2
  title: >-
3
- LobeChat Launches Knowledge Base Feature: A New Experience in Intelligent File
3
+ LobeHub Launches Knowledge Base Feature: A New Experience in Intelligent File
4
4
  Management and Dialogue
5
5
  description: >-
6
- LobeChat introduces a brand new knowledge base feature that supports all types
6
+ LobeHub introduces a brand new knowledge base feature that supports all types
7
7
  of file management, intelligent vectorization, and file dialogue, making
8
8
  knowledge management and information retrieval easier and smarter.
9
9
  tags:
10
- - LobeChat
10
+ - LobeHub
11
11
  - Knowledge Base
12
12
  - File Management
13
13
  - Open Source
@@ -16,7 +16,7 @@ tags:
16
16
 
17
17
  # Major Release of Knowledge Base Feature: A Revolution in Intelligent File Management and Dialogue
18
18
 
19
- We are excited to announce that the highly anticipated LobeChat knowledge base feature is now officially launched! 🎉 This feature is now available in both the open-source version and the Cloud version (lobechat.com).
19
+ We are excited to announce that the highly anticipated LobeHub knowledge base feature is now officially launched! 🎉 This feature is now available in both the open-source version and the Cloud version (LobeHub.com).
20
20
 
21
21
  ## A Brand New File Management Experience
22
22
 
@@ -38,4 +38,4 @@ We are excited to announce that the highly anticipated LobeChat knowledge base f
38
38
  - 🎯 **Real-Time Feedback**: An optimized upload experience provides clear progress feedback.
39
39
  - ☁️ **Two Versions Available**: Offers both an open-source self-hosted version and an official Cloud version to meet different user needs.
40
40
 
41
- All features are open-sourced on the [GitHub repository](https://github.com/lobehub/lobe-chat). We invite you to visit [LobeChat Cloud](http://lobechat.com) to experience the full functionality.
41
+ All features are open-sourced on the [GitHub repository](https://github.com/lobehub/lobe-chat). We invite you to visit [LobeHub Cloud](http://LobeHub.com) to experience the full functionality.
@@ -1,8 +1,8 @@
1
1
  ---
2
- title: LobeChat 重磅发布知识库功能:打造智能文件管理与对话新体验
3
- description: LobeChat 推出全新知识库功能,支持全类型文件管理、智能向量化和文件对话,让知识管理和信息检索更轻松、更智能。
2
+ title: LobeHub 重磅发布知识库功能:打造智能文件管理与对话新体验
3
+ description: LobeHub 推出全新知识库功能,支持全类型文件管理、智能向量化和文件对话,让知识管理和信息检索更轻松、更智能。
4
4
  tags:
5
- - LobeChat
5
+ - LobeHub
6
6
  - 知识库
7
7
  - 文件管理
8
8
  - 智能处理
@@ -10,7 +10,7 @@ tags:
10
10
 
11
11
  # 知识库功能重磅发布:智能文件管理与对话的革新
12
12
 
13
- 我们很高兴地宣布,备受期待的 LobeChat 知识库功能现已正式发布!🎉 该功能已同步在开源版和 Cloud 版(lobechat.com)中上线。
13
+ 我们很高兴地宣布,备受期待的 LobeHub 知识库功能现已正式发布!🎉 该功能已同步在开源版和 Cloud 版(LobeHub.com)中上线。
14
14
 
15
15
  ## 全新的文件管理体验
16
16
 
@@ -32,4 +32,4 @@ tags:
32
32
  - 🎯 **实时反馈**:优化的上传体验,提供清晰的进度反馈
33
33
  - ☁️ **双版本可选**:提供开源自部署版本和官方 Cloud 版本,满足不同用户需求
34
34
 
35
- 所有功能均已在 [GitHub 仓库](https://github.com/lobehub/lobe-chat) 开源,欢迎访问 [LobeChat Cloud](http://lobechat.com) 体验完整功能。
35
+ 所有功能均已在 [GitHub 仓库](https://github.com/lobehub/lobe-chat) 开源,欢迎访问 [LobeHub Cloud](http://LobeHub.com) 体验完整功能。
@@ -1,19 +1,19 @@
1
1
  ---
2
- title: LobeChat Perfectly Adapts to OpenAI O1 Series Models
2
+ title: LobeHub Perfectly Adapts to OpenAI O1 Series Models
3
3
  description: >-
4
- LobeChat v1.17.0 now supports OpenAI's latest o1-preview and o1-mini models,
4
+ LobeHub v1.17.0 now supports OpenAI's latest o1-preview and o1-mini models,
5
5
  bringing users enhanced coding and mathematical capabilities.
6
6
  tags:
7
7
  - OpenAI O1
8
- - LobeChat
8
+ - LobeHub
9
9
  - AI Models
10
10
  - Code Writing
11
11
  - Mathematical Problem Solving
12
12
  ---
13
13
 
14
- # OpenAI O1 Series Models Now Available on LobeChat
14
+ # OpenAI O1 Series Models Now Available on LobeHub
15
15
 
16
- We are excited to announce that LobeChat v1.17.0 fully supports OpenAI's newly launched O1 series models. Whether you are a community edition user or a [Cloud version](https://lobechat.com) subscriber, you can experience this significant update.
16
+ We are excited to announce that LobeHub v1.17.0 fully supports OpenAI's newly launched O1 series models. Whether you are a community edition user or a [Cloud version](https://LobeHub.com) subscriber, you can experience this significant update.
17
17
 
18
18
  ## New Model Support
19
19
 
@@ -34,4 +34,4 @@ The O1 series models excel in the following areas:
34
34
  - 🌐 Cloud version subscribers can start using it immediately
35
35
  - 🔧 Self-hosted users can begin experiencing it by updating to v1.17.0
36
36
 
37
- This update marks an important step for LobeChat in supporting the latest AI models. We look forward to seeing how the O1 series models can help users unlock new possibilities!
37
+ This update marks an important step for LobeHub in supporting the latest AI models. We look forward to seeing how the O1 series models can help users unlock new possibilities!