@lobehub/chat 1.91.0 → 1.91.2

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 (292) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/changelog/v1.json +18 -0
  3. package/docs/changelog/2023-09-09-plugin-system.mdx +2 -3
  4. package/docs/changelog/2023-11-14-gpt4-vision.mdx +4 -6
  5. package/docs/changelog/2023-11-19-tts-stt.mdx +2 -3
  6. package/docs/changelog/2023-12-22-dalle-3.mdx +2 -5
  7. package/docs/changelog/2023-12-22-dalle-3.zh-CN.mdx +2 -2
  8. package/docs/changelog/2024-02-08-sso-oauth.mdx +2 -2
  9. package/docs/changelog/2024-06-19-lobe-chat-v1.mdx +2 -3
  10. package/docs/changelog/2024-06-19-lobe-chat-v1.zh-CN.mdx +2 -2
  11. package/docs/changelog/2024-07-19-gpt-4o-mini.mdx +2 -3
  12. package/docs/changelog/2024-07-19-gpt-4o-mini.zh-CN.mdx +2 -2
  13. package/docs/changelog/2024-08-02-lobe-chat-database-docker.mdx +2 -3
  14. package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.mdx +4 -5
  15. package/docs/changelog/2024-09-13-openai-o1-models.mdx +2 -2
  16. package/docs/changelog/2024-09-20-artifacts.mdx +2 -3
  17. package/docs/changelog/2024-09-20-artifacts.zh-CN.mdx +2 -2
  18. package/docs/changelog/2024-10-27-pin-assistant.mdx +2 -3
  19. package/docs/changelog/2024-11-06-share-text-json.mdx +2 -4
  20. package/docs/changelog/2024-11-06-share-text-json.zh-CN.mdx +2 -2
  21. package/docs/changelog/2024-11-25-november-providers.mdx +2 -2
  22. package/docs/changelog/2024-11-27-forkable-chat.mdx +2 -2
  23. package/docs/changelog/2025-01-03-user-profile.mdx +2 -2
  24. package/docs/changelog/2025-01-22-new-ai-provider.mdx +2 -2
  25. package/docs/changelog/2025-02-02-deepseek-r1.mdx +4 -4
  26. package/docs/development/basic/add-new-authentication-providers.zh-CN.mdx +1 -2
  27. package/docs/development/basic/chat-api.mdx +2 -4
  28. package/docs/development/basic/chat-api.zh-CN.mdx +2 -4
  29. package/docs/development/internationalization/internationalization-implementation.mdx +10 -10
  30. package/docs/development/internationalization/internationalization-implementation.zh-CN.mdx +10 -10
  31. package/docs/self-hosting/advanced/analytics.mdx +2 -2
  32. package/docs/self-hosting/advanced/auth/clerk.mdx +2 -2
  33. package/docs/self-hosting/advanced/auth/next-auth/auth0.mdx +2 -3
  34. package/docs/self-hosting/advanced/auth/next-auth/authelia.mdx +2 -3
  35. package/docs/self-hosting/advanced/auth/next-auth/authentik.mdx +2 -3
  36. package/docs/self-hosting/advanced/auth/next-auth/casdoor.mdx +4 -7
  37. package/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +0 -3
  38. package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.mdx +2 -3
  39. package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx +2 -2
  40. package/docs/self-hosting/advanced/auth/next-auth/github.mdx +2 -3
  41. package/docs/self-hosting/advanced/auth/next-auth/keycloak.mdx +12 -6
  42. package/docs/self-hosting/advanced/auth/next-auth/keycloak.zh-CN.mdx +5 -1
  43. package/docs/self-hosting/advanced/auth/next-auth/logto.mdx +8 -14
  44. package/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx +6 -12
  45. package/docs/self-hosting/advanced/auth/next-auth/microsoft-entra-id.mdx +2 -3
  46. package/docs/self-hosting/advanced/auth/next-auth/wechat.mdx +2 -2
  47. package/docs/self-hosting/advanced/auth/next-auth/zitadel.mdx +2 -3
  48. package/docs/self-hosting/advanced/auth.mdx +2 -3
  49. package/docs/self-hosting/advanced/desktop.mdx +2 -1
  50. package/docs/self-hosting/advanced/desktop.zh-CN.mdx +1 -3
  51. package/docs/self-hosting/advanced/feature-flags.mdx +2 -3
  52. package/docs/self-hosting/advanced/knowledge-base.mdx +4 -3
  53. package/docs/self-hosting/advanced/model-list.mdx +11 -10
  54. package/docs/self-hosting/advanced/model-list.zh-CN.mdx +10 -9
  55. package/docs/self-hosting/advanced/observability/langfuse.mdx +2 -3
  56. package/docs/self-hosting/advanced/online-search.mdx +11 -10
  57. package/docs/self-hosting/advanced/online-search.zh-CN.mdx +7 -7
  58. package/docs/self-hosting/advanced/s3/tencent-cloud.mdx +2 -2
  59. package/docs/self-hosting/advanced/settings-url-share.mdx +2 -3
  60. package/docs/self-hosting/advanced/upstream-sync.mdx +2 -3
  61. package/docs/self-hosting/advanced/webrtc.mdx +2 -2
  62. package/docs/self-hosting/environment-variables/analytics.mdx +2 -3
  63. package/docs/self-hosting/environment-variables/auth.mdx +2 -3
  64. package/docs/self-hosting/environment-variables/basic.mdx +4 -5
  65. package/docs/self-hosting/environment-variables/basic.zh-CN.mdx +2 -2
  66. package/docs/self-hosting/environment-variables/model-provider.mdx +2 -3
  67. package/docs/self-hosting/environment-variables/s3.mdx +3 -5
  68. package/docs/self-hosting/environment-variables.mdx +2 -2
  69. package/docs/self-hosting/examples/azure-openai.mdx +2 -2
  70. package/docs/self-hosting/examples/ollama.mdx +2 -3
  71. package/docs/self-hosting/faq/no-v1-suffix.mdx +4 -4
  72. package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.mdx +2 -3
  73. package/docs/self-hosting/platform/alibaba-cloud.mdx +2 -3
  74. package/docs/self-hosting/platform/btpanel.mdx +5 -5
  75. package/docs/self-hosting/platform/btpanel.zh-CN.mdx +4 -3
  76. package/docs/self-hosting/platform/docker-compose.mdx +2 -3
  77. package/docs/self-hosting/platform/docker-compose.zh-CN.mdx +0 -2
  78. package/docs/self-hosting/platform/docker.mdx +2 -2
  79. package/docs/self-hosting/platform/netlify.mdx +2 -4
  80. package/docs/self-hosting/platform/netlify.zh-CN.mdx +2 -2
  81. package/docs/self-hosting/platform/railway.mdx +2 -3
  82. package/docs/self-hosting/platform/repocloud.mdx +2 -3
  83. package/docs/self-hosting/platform/sealos.mdx +2 -2
  84. package/docs/self-hosting/platform/tencentcloud-lighthouse.mdx +2 -3
  85. package/docs/self-hosting/platform/vercel.mdx +2 -3
  86. package/docs/self-hosting/platform/zeabur.mdx +2 -2
  87. package/docs/self-hosting/server-database/docker-compose.mdx +65 -44
  88. package/docs/self-hosting/server-database/docker-compose.zh-CN.mdx +48 -55
  89. package/docs/self-hosting/server-database/docker.mdx +2 -2
  90. package/docs/self-hosting/server-database/docker.zh-CN.mdx +2 -2
  91. package/docs/self-hosting/server-database/dokploy.mdx +4 -5
  92. package/docs/self-hosting/server-database/dokploy.zh-CN.mdx +137 -138
  93. package/docs/self-hosting/server-database/netlify.mdx +2 -2
  94. package/docs/self-hosting/server-database/netlify.zh-CN.mdx +2 -2
  95. package/docs/self-hosting/server-database/railway.mdx +2 -2
  96. package/docs/self-hosting/server-database/repocloud.mdx +2 -2
  97. package/docs/self-hosting/server-database/sealos.mdx +4 -5
  98. package/docs/self-hosting/server-database/sealos.zh-CN.mdx +18 -20
  99. package/docs/self-hosting/server-database/vercel.mdx +5 -3
  100. package/docs/self-hosting/server-database/vercel.zh-CN.mdx +2 -2
  101. package/docs/self-hosting/server-database/zeabur.mdx +2 -2
  102. package/docs/self-hosting/server-database.mdx +1 -1
  103. package/docs/self-hosting/server-database.zh-CN.mdx +2 -1
  104. package/docs/self-hosting/start.mdx +2 -2
  105. package/docs/self-hosting/start.zh-CN.mdx +2 -2
  106. package/docs/usage/agents/agent-organization.mdx +2 -2
  107. package/docs/usage/agents/concepts.mdx +4 -5
  108. package/docs/usage/agents/concepts.zh-CN.mdx +2 -2
  109. package/docs/usage/agents/custom-agent.mdx +3 -4
  110. package/docs/usage/agents/custom-agent.zh-CN.mdx +1 -1
  111. package/docs/usage/agents/model.mdx +5 -5
  112. package/docs/usage/agents/model.zh-CN.mdx +3 -5
  113. package/docs/usage/agents/prompt.mdx +4 -5
  114. package/docs/usage/agents/topics.mdx +3 -4
  115. package/docs/usage/agents/topics.zh-CN.mdx +1 -1
  116. package/docs/usage/features/agent-market.mdx +3 -11
  117. package/docs/usage/features/agent-market.zh-CN.mdx +2 -7
  118. package/docs/usage/features/artifacts.mdx +2 -2
  119. package/docs/usage/features/auth.mdx +2 -3
  120. package/docs/usage/features/cot.mdx +2 -2
  121. package/docs/usage/features/database.mdx +2 -2
  122. package/docs/usage/features/knowledge-base.mdx +4 -3
  123. package/docs/usage/features/knowledge-base.zh-CN.mdx +2 -1
  124. package/docs/usage/features/local-llm.mdx +2 -3
  125. package/docs/usage/features/mobile.mdx +2 -2
  126. package/docs/usage/features/more.mdx +2 -3
  127. package/docs/usage/features/multi-ai-providers.mdx +2 -3
  128. package/docs/usage/features/plugin-system.mdx +3 -11
  129. package/docs/usage/features/plugin-system.zh-CN.mdx +1 -8
  130. package/docs/usage/features/pwa.mdx +4 -4
  131. package/docs/usage/features/pwa.zh-CN.mdx +2 -1
  132. package/docs/usage/features/text-to-image.mdx +3 -11
  133. package/docs/usage/features/text-to-image.zh-CN.mdx +3 -10
  134. package/docs/usage/features/theme.mdx +2 -3
  135. package/docs/usage/features/tts.mdx +3 -11
  136. package/docs/usage/features/tts.zh-CN.mdx +1 -8
  137. package/docs/usage/features/vision.mdx +3 -11
  138. package/docs/usage/features/vision.zh-CN.mdx +1 -8
  139. package/docs/usage/foundation/basic.mdx +2 -3
  140. package/docs/usage/foundation/share.mdx +2 -3
  141. package/docs/usage/foundation/text2image.mdx +2 -2
  142. package/docs/usage/foundation/translate.mdx +2 -2
  143. package/docs/usage/foundation/tts-stt.mdx +2 -2
  144. package/docs/usage/foundation/vision.mdx +2 -3
  145. package/docs/usage/plugins/basic-usage.mdx +2 -3
  146. package/docs/usage/plugins/custom-plugin.mdx +2 -2
  147. package/docs/usage/plugins/development.mdx +2 -4
  148. package/docs/usage/plugins/store.mdx +2 -2
  149. package/docs/usage/providers/ai21.mdx +2 -2
  150. package/docs/usage/providers/anthropic.mdx +2 -3
  151. package/docs/usage/providers/anthropic.zh-CN.mdx +2 -2
  152. package/docs/usage/providers/azure.mdx +2 -3
  153. package/docs/usage/providers/azureai.mdx +4 -2
  154. package/docs/usage/providers/azureai.zh-CN.mdx +2 -1
  155. package/docs/usage/providers/baichuan.mdx +2 -3
  156. package/docs/usage/providers/bedrock.mdx +2 -3
  157. package/docs/usage/providers/cloudflare.mdx +3 -2
  158. package/docs/usage/providers/deepseek.mdx +2 -2
  159. package/docs/usage/providers/fireworksai.mdx +2 -2
  160. package/docs/usage/providers/giteeai.mdx +2 -2
  161. package/docs/usage/providers/github.mdx +1 -1
  162. package/docs/usage/providers/github.zh-CN.mdx +1 -1
  163. package/docs/usage/providers/google.mdx +2 -3
  164. package/docs/usage/providers/groq.mdx +2 -2
  165. package/docs/usage/providers/hunyuan.mdx +2 -2
  166. package/docs/usage/providers/infiniai.zh-CN.mdx +3 -1
  167. package/docs/usage/providers/internlm.mdx +2 -2
  168. package/docs/usage/providers/jina.mdx +4 -3
  169. package/docs/usage/providers/jina.zh-CN.mdx +2 -2
  170. package/docs/usage/providers/lmstudio.mdx +2 -2
  171. package/docs/usage/providers/lmstudio.zh-CN.mdx +2 -4
  172. package/docs/usage/providers/minimax.mdx +2 -3
  173. package/docs/usage/providers/minimax.zh-CN.mdx +2 -2
  174. package/docs/usage/providers/mistral.mdx +2 -3
  175. package/docs/usage/providers/modelscope.mdx +4 -0
  176. package/docs/usage/providers/modelscope.zh-CN.mdx +4 -0
  177. package/docs/usage/providers/moonshot.mdx +2 -3
  178. package/docs/usage/providers/novita.mdx +2 -3
  179. package/docs/usage/providers/novita.zh-CN.mdx +2 -2
  180. package/docs/usage/providers/nvidia.mdx +3 -2
  181. package/docs/usage/providers/ollama/gemma.mdx +2 -3
  182. package/docs/usage/providers/ollama/gemma.zh-CN.mdx +2 -2
  183. package/docs/usage/providers/ollama.mdx +2 -2
  184. package/docs/usage/providers/openai.mdx +5 -5
  185. package/docs/usage/providers/openai.zh-CN.mdx +3 -3
  186. package/docs/usage/providers/openrouter.mdx +2 -3
  187. package/docs/usage/providers/perplexity.mdx +2 -2
  188. package/docs/usage/providers/ppio.mdx +5 -6
  189. package/docs/usage/providers/ppio.zh-CN.mdx +6 -6
  190. package/docs/usage/providers/qiniu.mdx +6 -6
  191. package/docs/usage/providers/qiniu.zh-CN.mdx +2 -1
  192. package/docs/usage/providers/qwen.mdx +2 -4
  193. package/docs/usage/providers/sambanova.mdx +2 -1
  194. package/docs/usage/providers/sensenova.mdx +2 -2
  195. package/docs/usage/providers/siliconcloud.mdx +2 -2
  196. package/docs/usage/providers/stepfun.mdx +2 -3
  197. package/docs/usage/providers/taichu.mdx +2 -3
  198. package/docs/usage/providers/togetherai.mdx +2 -2
  199. package/docs/usage/providers/vllm.mdx +15 -12
  200. package/docs/usage/providers/vllm.zh-CN.mdx +9 -7
  201. package/docs/usage/providers/volcengine.mdx +16 -14
  202. package/docs/usage/providers/wenxin.mdx +2 -2
  203. package/docs/usage/providers/xai.mdx +2 -2
  204. package/docs/usage/providers/zeroone.mdx +2 -3
  205. package/docs/usage/providers/zeroone.zh-CN.mdx +2 -2
  206. package/docs/usage/providers/zhipu.mdx +2 -3
  207. package/docs/usage/providers/zhipu.zh-CN.mdx +1 -1
  208. package/docs/usage/providers.mdx +2 -3
  209. package/docs/usage/start.mdx +2 -3
  210. package/docs/usage/tools-calling/anthropic.mdx +2 -2
  211. package/docs/usage/tools-calling/anthropic.zh-CN.mdx +2 -2
  212. package/docs/usage/tools-calling/google.mdx +2 -2
  213. package/docs/usage/tools-calling/google.zh-CN.mdx +4 -4
  214. package/docs/usage/tools-calling/groq.zh-CN.mdx +2 -2
  215. package/docs/usage/tools-calling/openai.mdx +2 -2
  216. package/docs/usage/tools-calling/openai.zh-CN.mdx +2 -2
  217. package/package.json +2 -2
  218. package/src/app/(backend)/middleware/auth/utils.ts +2 -1
  219. package/src/app/(backend)/webapi/user/avatar/[id]/[image]/route.ts +1 -1
  220. package/src/app/[variants]/(main)/repos/[id]/_layout/Mobile.tsx +7 -7
  221. package/src/config/aiModels/deepseek.ts +1 -0
  222. package/src/config/aiModels/hunyuan.ts +1 -0
  223. package/src/config/aiModels/mistral.ts +1 -2
  224. package/src/config/aiModels/novita.ts +23 -22
  225. package/src/config/aiModels/openrouter.ts +1 -0
  226. package/src/config/aiModels/qwen.ts +11 -11
  227. package/src/config/aiModels/siliconcloud.ts +7 -6
  228. package/src/config/aiModels/vertexai.ts +2 -2
  229. package/src/config/aiModels/wenxin.ts +1 -2
  230. package/src/config/modelProviders/baichuan.ts +3 -0
  231. package/src/config/modelProviders/fireworksai.ts +3 -0
  232. package/src/config/modelProviders/giteeai.ts +3 -0
  233. package/src/config/modelProviders/github.ts +1 -2
  234. package/src/config/modelProviders/groq.ts +0 -3
  235. package/src/config/modelProviders/hunyuan.ts +3 -0
  236. package/src/config/modelProviders/infiniai.ts +0 -3
  237. package/src/config/modelProviders/internlm.ts +3 -0
  238. package/src/config/modelProviders/minimax.ts +3 -4
  239. package/src/config/modelProviders/moonshot.ts +0 -7
  240. package/src/config/modelProviders/novita.ts +3 -0
  241. package/src/config/modelProviders/openrouter.ts +0 -4
  242. package/src/config/modelProviders/perplexity.ts +0 -3
  243. package/src/config/modelProviders/qiniu.ts +0 -3
  244. package/src/config/modelProviders/qwen.ts +0 -3
  245. package/src/config/modelProviders/sensenova.ts +3 -0
  246. package/src/config/modelProviders/siliconcloud.ts +0 -3
  247. package/src/config/modelProviders/spark.ts +0 -5
  248. package/src/config/modelProviders/stepfun.ts +3 -6
  249. package/src/config/modelProviders/taichu.ts +3 -0
  250. package/src/config/modelProviders/tencentcloud.ts +3 -0
  251. package/src/config/modelProviders/togetherai.ts +3 -0
  252. package/src/config/modelProviders/upstage.ts +3 -0
  253. package/src/config/modelProviders/wenxin.ts +3 -4
  254. package/src/config/modelProviders/xai.ts +0 -3
  255. package/src/config/modelProviders/zhipu.ts +3 -0
  256. package/src/database/migrations/meta/0014_snapshot.json +182 -539
  257. package/src/database/migrations/meta/0016_snapshot.json +182 -539
  258. package/src/database/repositories/dataImporter/__tests__/fixtures/with-client-id.json +13 -58
  259. package/src/features/ChatInput/ActionBar/Model/ControlsForm.tsx +1 -8
  260. package/src/features/ChatInput/ActionBar/Model/index.tsx +8 -16
  261. package/src/features/ChatInput/ActionBar/Search/Controls.tsx +4 -12
  262. package/src/features/ChatInput/ActionBar/Search/FCSearchModel.tsx +1 -7
  263. package/src/features/ChatInput/ActionBar/Search/index.tsx +2 -4
  264. package/src/features/ModelSwitchPanel/index.tsx +1 -4
  265. package/src/libs/model-runtime/anthropic/index.test.ts +4 -2
  266. package/src/libs/model-runtime/google/index.ts +30 -40
  267. package/src/libs/model-runtime/novita/__snapshots__/index.test.ts.snap +19 -1
  268. package/src/libs/model-runtime/novita/index.ts +14 -15
  269. package/src/libs/model-runtime/nvidia/index.ts +2 -21
  270. package/src/libs/model-runtime/openai/__snapshots__/index.test.ts.snap +39 -11
  271. package/src/libs/model-runtime/openai/index.ts +3 -38
  272. package/src/libs/model-runtime/openrouter/__snapshots__/index.test.ts.snap +3 -0
  273. package/src/libs/model-runtime/openrouter/index.ts +45 -54
  274. package/src/libs/model-runtime/qwen/index.ts +2 -45
  275. package/src/libs/model-runtime/siliconcloud/index.ts +2 -51
  276. package/src/libs/model-runtime/utils/modelParse.test.ts +761 -0
  277. package/src/libs/model-runtime/utils/modelParse.ts +186 -0
  278. package/src/libs/model-runtime/utils/streams/anthropic.ts +12 -11
  279. package/src/libs/model-runtime/utils/streams/openai.ts +6 -4
  280. package/src/libs/model-runtime/utils/streams/protocol.ts +1 -1
  281. package/src/libs/model-runtime/utils/streams/spark.test.ts +1 -1
  282. package/src/libs/model-runtime/utils/streams/spark.ts +1 -2
  283. package/src/libs/model-runtime/volcengine/index.ts +11 -0
  284. package/src/libs/model-runtime/zeroone/index.ts +2 -23
  285. package/src/libs/model-runtime/zhipu/index.ts +7 -34
  286. package/src/middleware.ts +1 -1
  287. package/src/server/services/user/index.ts +3 -4
  288. package/src/services/__tests__/assistant.test.ts +4 -6
  289. package/src/services/__tests__/tool.test.ts +3 -1
  290. package/src/store/user/slices/auth/selectors.ts +1 -1
  291. package/src/store/user/slices/common/action.test.ts +1 -1
  292. package/src/tools/web-browsing/index.ts +1 -7
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Text to Image in LobeChat
3
3
  description: >-
4
- Transform your ideas into images with the latest text-to-image generation
5
- technology integrated into LobeChat AI Assistant. Experience a private and
6
- immersive creative process.
4
+ Transform your ideas into images with the latest text-to-image generation technology integrated into LobeChat AI Assistant. Experience a private and immersive creative process.
5
+
7
6
  tags:
8
7
  - Text to Image Generation
9
8
  - LobeChat AI Assistant
@@ -14,13 +13,6 @@ tags:
14
13
 
15
14
  # Text to Image Generation
16
15
 
17
- <Image
18
- alt={'Text to Image Generation'}
19
- borderless
20
- cover
21
- src={
22
- 'https://github.com/user-attachments/assets/708274a7-2458-494b-a6ec-b73dfa1fa7c2'
23
- }
24
- />
16
+ <Image alt={'Text to Image Generation'} borderless cover src={'https://github.com/user-attachments/assets/708274a7-2458-494b-a6ec-b73dfa1fa7c2'} />
25
17
 
26
18
  Supporting the latest text-to-image generation technology, LobeChat now enables users to directly utilize the Text to Image tool during conversations with the assistant. By harnessing the capabilities of AI tools such as [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 private and immersive creative process.
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: LobeChat 文生图:文本转图片生成技术
3
3
  description: >-
4
- LobeChat 现在支持最新的文本到图片生成技术,让用户可以在与助手对话中直接调用文生图工具进行创作。利用 DALL-E 3、MidJourney 和
5
- Pollinations 等 AI 工具,助手们可以将你的想法转化为图像,让创作过程更私密和沉浸式。
4
+ LobeChat 现在支持最新的文本到图片生成技术,让用户可以在与助手对话中直接调用文生图工具进行创作。利用 DALL-E 3、MidJourney 和 Pollinations 等 AI 工具,助手们可以将你的想法转化为图像,让创作过程更私密和沉浸式。
5
+
6
6
  tags:
7
7
  - LobeChat
8
8
  - 文生图
@@ -14,13 +14,6 @@ tags:
14
14
 
15
15
  # Text to Image 文生图
16
16
 
17
- <Image
18
- alt={'Text to Image 文生图'}
19
- borderless
20
- cover
21
- src={
22
- 'https://github.com/user-attachments/assets/708274a7-2458-494b-a6ec-b73dfa1fa7c2'
23
- }
24
- />
17
+ <Image alt={'Text to Image 文生图'} borderless cover src={'https://github.com/user-attachments/assets/708274a7-2458-494b-a6ec-b73dfa1fa7c2'} />
25
18
 
26
19
  支持最新的文本到图片生成技术,LobeChat 现在能够让用户在与助手对话中直接调用文成图工具进行创作。通过利用 [`DALL-E 3`](https://openai.com/dall-e-3)、[`MidJourney`](https://www.midjourney.com/) 和 [`Pollinations`](https://pollinations.ai/) 等 AI 工具的能力, 助手们现在可以将你的想法转化为图像。同时可以更私密和沉浸式的完成你的创造过程。
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: LobeChat support Custom Themes
3
3
  description: >-
4
- Explore LobeChat's flexible theme modes and color customization options for a
5
- personalized interface design. Switch between light and dark modes, customize
6
- theme colors, and choose between conversation bubble and document modes.
4
+ Explore LobeChat's flexible theme modes and color customization options for a personalized interface design. Switch between light and dark modes, customize theme colors, and choose between conversation bubble and document modes.
5
+
7
6
  tags:
8
7
  - Custom Themes
9
8
  - Personalized User Experiences
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: LobeChat support Speech Synthesis and Recognition (TTS & STT)
3
3
  description: >-
4
- Experience seamless Text-to-Speech (TTS) and Speech-to-Text (STT) technologies
5
- in LobeChat. Choose from a variety of high-quality voices for personalized
6
- communication. Learn more about Lobe TTS toolkit @lobehub/tts.
4
+ Experience seamless Text-to-Speech (TTS) and Speech-to-Text (STT) technologies in LobeChat. Choose from a variety of high-quality voices for personalized communication. Learn more about Lobe TTS toolkit @lobehub/tts.
5
+
7
6
  tags:
8
7
  - LobeChat
9
8
  - TTS
@@ -17,14 +16,7 @@ tags:
17
16
 
18
17
  # TTS & STT Voice Conversation
19
18
 
20
- <Image
21
- alt={'TTS & STT Voice Conversation'}
22
- borderless
23
- cover
24
- src={
25
- 'https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a'
26
- }
27
- />
19
+ <Image alt={'TTS & STT Voice Conversation'} borderless cover src={'https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a'} />
28
20
 
29
21
  LobeChat supports Text-to-Speech (TTS) and Speech-to-Text (STT) technologies. Our application can convert text information into clear voice output, allowing users to interact with our conversational agents as if they were talking to a real person. Users can choose from a variety of voices and pair the appropriate audio with the assistant. Additionally, for users who prefer auditory learning or need to obtain information while busy, TTS provides an excellent solution.
30
22
 
@@ -13,14 +13,7 @@ tags:
13
13
 
14
14
  # TTS & STT 语音会话
15
15
 
16
- <Image
17
- alt={'TTS & STT 语音会话'}
18
- borderless
19
- cover
20
- src={
21
- 'https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a'
22
- }
23
- />
16
+ <Image alt={'TTS & STT 语音会话'} borderless cover src={'https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a'} />
24
17
 
25
18
  LobeChat 支持文字转语音(Text-to-Speech,TTS)和语音转文字(Speech-to-Text,STT)技术,我们的应用能够将文本信息转化为清晰的语音输出,用户可以像与真人交谈一样与我们的对话代理进行交流。用户可以从多种声音中选择,给助手搭配合适的音源。 同时,对于那些倾向于听觉学习或者想要在忙碌中获取信息的用户来说,TTS 提供了一个极佳的解决方案。
26
19
 
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: LobeChat support Vision Recognition
3
3
  description: >-
4
- Discover how LobeChat integrates visual recognition capabilities like OpenAI's
5
- gpt-4-vision and Google Gemini Pro vision for intelligent conversations based
6
- on uploaded images.
4
+ Discover how LobeChat integrates visual recognition capabilities like OpenAI's gpt-4-vision and Google Gemini Pro vision for intelligent conversations based on uploaded images.
5
+
7
6
  tags:
8
7
  - LobeChat
9
8
  - Model Vision Recognition
@@ -14,14 +13,7 @@ tags:
14
13
 
15
14
  # Model Vision Recognition
16
15
 
17
- <Image
18
- alt={'Model Vision Recognition'}
19
- borderless
20
- cover
21
- src={
22
- 'https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07'
23
- }
24
- />
16
+ <Image alt={'Model Vision Recognition'} borderless cover src={'https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07'} />
25
17
 
26
18
  LobeChat now supports large language models with visual recognition capabilities such as OpenAI's [`gpt-4-vision`](https://platform.openai.com/docs/guides/vision), Google Gemini Pro vision, and Zhipu GLM-4 Vision, enabling LobeChat to have multimodal interaction capabilities. Users can easily upload or drag and drop images into the chat box, and the assistant will be able to recognize the content of the images and engage in intelligent conversations based on them, creating more intelligent and diverse chat scenarios.
27
19
 
@@ -11,14 +11,7 @@ tags:
11
11
 
12
12
  # 模型视觉识别
13
13
 
14
- <Image
15
- alt={'模型视觉识别'}
16
- borderless
17
- cover
18
- src={
19
- 'https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07'
20
- }
21
- />
14
+ <Image alt={'模型视觉识别'} borderless cover src={'https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07'} />
22
15
 
23
16
  LobeChat 已经支持 OpenAI 的 [`gpt-4-vision`](https://platform.openai.com/docs/guides/vision) 、Google Gemini Pro vision、智谱 GLM-4 Vision 等具有视觉识别能力的大语言模型,这使得 LobeChat 具备了多模态交互的能力。用户可以轻松上传图片或者拖拽图片到对话框中,助手将能够识别图片内容,并在此基础上进行智能对话,构建更智能、更多元化的聊天场景。
24
17
 
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Basic Usage Guide for Conversations - Large Language Models (LLMs)
3
3
  description: >-
4
- Learn about the fundamental functions for interacting with Large Language
5
- Models (LLMs) and how to utilize features like model selection, file/image
6
- upload, temperature setting, and more.
4
+ Learn about the fundamental functions for interacting with Large Language Models (LLMs) and how to utilize features like model selection, file/image upload, temperature setting, and more.
5
+
7
6
  tags:
8
7
  - Large Language Models
9
8
  - Model Selection
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Share Conversation Records - Screenshot Sharing & ShareGPT
3
3
  description: >-
4
- Learn how to share conversation records in LobeChat using Screenshot Sharing
5
- and ShareGPT methods. Capture conversation details in images or generate
6
- permanent links effortlessly.
4
+ Learn how to share conversation records in LobeChat using Screenshot Sharing and ShareGPT methods. Capture conversation details in images or generate permanent links effortlessly.
5
+
7
6
  tags:
8
7
  - Share Conversation Records
9
8
  - Screenshot Sharing
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Guide to Using Text-to-Image Models in LobeChat
3
3
  description: >-
4
- Learn how to utilize text-to-image generation in LobeChat using DALL-E and
5
- Midjourney plugins. Generate images seamlessly with AI assistance.
4
+ Learn how to utilize text-to-image generation in LobeChat using DALL-E and Midjourney plugins. Generate images seamlessly with AI assistance.
5
+
6
6
  tags:
7
7
  - Text-to-Image Models
8
8
  - LobeChat
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Translation of Conversation Records - LobeChat
3
3
  description: >-
4
- Learn how to translate conversation content in LobeChat with just one click.
5
- Customize translation models for accurate results.
4
+ Learn how to translate conversation content in LobeChat with just one click. Customize translation models for accurate results.
5
+
6
6
  tags:
7
7
  - Translation
8
8
  - Conversation Translation
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Guide to Text-to-Speech Conversion - LobeChat TTS Feature
3
3
  description: >-
4
- Learn how to use LobeChat's text-to-speech (TTS) feature for voice input and
5
- output. Explore speech-to-text (STT) functionality and customize TTS settings.
4
+ Learn how to use LobeChat's text-to-speech (TTS) feature for voice input and output. Explore speech-to-text (STT) functionality and customize TTS settings.
5
+
6
6
  tags:
7
7
  - Text-to-Speech
8
8
  - TTS feature
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Enhancing Multimodal Interaction with Visual Recognition Models
3
3
  description: >-
4
- Explore how LobeChat integrates visual recognition capabilities into large
5
- language models, enabling multimodal interactions for enhanced user
6
- experiences.
4
+ Explore how LobeChat integrates visual recognition capabilities into large language models, enabling multimodal interactions for enhanced user experiences.
5
+
7
6
  tags:
8
7
  - Visual Recognition
9
8
  - Multimodal Interaction
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Enhance Your LobeChat Assistant with Plugins
3
3
  description: >-
4
- Learn how to expand your LobeChat assistant's capabilities by enabling and
5
- using various plugins. Access the Plugin Store, install plugins, and configure
6
- them to enhance your assistant's functionality.
4
+ Learn how to expand your LobeChat assistant's capabilities by enabling and using various plugins. Access the Plugin Store, install plugins, and configure them to enhance your assistant's functionality.
5
+
7
6
  tags:
8
7
  - LobeChat plugins
9
8
  - Plugin Store
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Custom LobeChat Plugins Installation and Development Guide
3
3
  description: >-
4
- Learn how to install custom plugins in LobeChat and develop your own plugins
5
- to enhance your AI assistant's capabilities.
4
+ Learn how to install custom plugins in LobeChat and develop your own plugins to enhance your AI assistant's capabilities.
5
+
6
6
  tags:
7
7
  - Custom Plugins
8
8
  - LobeChat
@@ -1,10 +1,8 @@
1
1
  ---
2
2
  title: LobeChat Plugin Development Guide
3
3
  description: >-
4
- Learn how to create and integrate custom plugins in LobeChat, including plugin
5
- composition, custom plugin workflow, local plugin development, manifest
6
- structure, project structure, server-side implementation, plugin UI interface,
7
- deployment, and release.
4
+ Learn how to create and integrate custom plugins in LobeChat, including plugin composition, custom plugin workflow, local plugin development, manifest structure, project structure, server-side implementation, plugin UI interface, deployment, and release.
5
+
8
6
  tags:
9
7
  - Plugin Development
10
8
  - LobeChat
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: LobeChat Plugin Store
3
3
  description: >-
4
- Learn how to access the Plugin Store in LobeChat to easily install and use
5
- various plugins for enhanced functionality.
4
+ Learn how to access the Plugin Store in LobeChat to easily install and use various plugins for enhanced functionality.
5
+
6
6
  tags:
7
7
  - Plugin Store
8
8
  - LobeChat
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Using AI21 Labs in LobeChat
3
3
  description: >-
4
- Learn how to integrate and utilize AI21 Labs's language model APIs in
5
- LobeChat.
4
+ Learn how to integrate and utilize AI21 Labs's language model APIs in LobeChat.
5
+
6
6
  tags:
7
7
  - LobeChat
8
8
  - AI21 Labs
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Using Anthropic Claude API Key in LobeChat
3
3
  description: >-
4
- Learn how to integrate Anthropic Claude API in LobeChat to enhance your AI
5
- assistant capabilities. Support Claude 3.5 sonnet / Claude 3 Opus / Claude 3
6
- haiku
4
+ Learn how to integrate Anthropic Claude API in LobeChat to enhance your AI assistant capabilities. Support Claude 3.5 sonnet / Claude 3 Opus / Claude 3 haiku
5
+
7
6
  tags:
8
7
  - Anthropic Claude
9
8
  - API Key
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: 在 LobeChat 中使用 Anthropic Claude API Key
3
3
  description: >-
4
- 学习如何在 LobeChat 中配置和使用 Anthropic Claude API, Claude 3.5 sonnet / Claude 3 Opus
5
- / Claude 3 haiku
4
+ 学习如何在 LobeChat 中配置和使用 Anthropic Claude API, Claude 3.5 sonnet / Claude 3 Opus / Claude 3 haiku
5
+
6
6
  tags:
7
7
  - Anthropic Claude
8
8
  - API
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Using Azure OpenAI API Key in LobeChat
3
3
  description: >-
4
- Learn how to integrate and configure Azure OpenAI in LobeChat to enhance your
5
- AI assistant capabilities. Follow these steps to obtain the API key, configure
6
- the settings, and start engaging in conversations.
4
+ Learn how to integrate and configure Azure OpenAI in LobeChat to enhance your AI assistant capabilities. Follow these steps to obtain the API key, configure the settings, and start engaging in conversations.
5
+
7
6
  tags:
8
7
  - Azure OpenAI
9
8
  - AI assistant
@@ -34,7 +34,8 @@ This document will guide you on how to integrate Azure AI models into LobeChat:
34
34
  <Image alt={'Creating a New Project'} inStep src={'https://github.com/user-attachments/assets/199b862a-5de4-4a54-83b2-f4dbf69be902'} />
35
35
 
36
36
  <Callout type={'note'}>
37
- For detailed configuration of Azure AI Foundry, please refer to the [official documentation](https://learn.microsoft.com/azure/ai-foundry/model-inference/).
37
+ For detailed configuration of Azure AI Foundry, please refer to the [official
38
+ documentation](https://learn.microsoft.com/azure/ai-foundry/model-inference/).
38
39
  </Callout>
39
40
 
40
41
  ### Step 2: Obtain the Model's API Key and Endpoint
@@ -54,7 +55,8 @@ This document will guide you on how to integrate Azure AI models into LobeChat:
54
55
  - Enable the Azure AI service provider and fill in the obtained Endpoint and API Key.
55
56
 
56
57
  <Callout type={'warning'}>
57
- For the Endpoint, you only need to fill in the first part: `https://xxxxxx.services.ai.azure.com/models`.
58
+ For the Endpoint, you only need to fill in the first part:
59
+ `https://xxxxxx.services.ai.azure.com/models`.
58
60
  </Callout>
59
61
 
60
62
  - Choose an Azure AI model for your assistant and start the conversation.
@@ -34,7 +34,8 @@ tags:
34
34
  <Image alt={'创建新项目'} inStep src={'https://github.com/user-attachments/assets/199b862a-5de4-4a54-83b2-f4dbf69be902'} />
35
35
 
36
36
  <Callout type={'note'}>
37
- Azure AI Foundry 的详细配置请参考[官方文档](https://learn.microsoft.com/azure/ai-foundry/model-inference/)
37
+ Azure AI Foundry
38
+ 的详细配置请参考[官方文档](https://learn.microsoft.com/azure/ai-foundry/model-inference/)
38
39
  </Callout>
39
40
 
40
41
  ### 步骤二:获取模型的 API Key 及 Endpoint
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Using Baichuan API Key in LobeChat
3
3
  description: >-
4
- Learn how to integrate Baichuan AI into LobeChat for enhanced conversational
5
- experiences. Follow the steps to configure Baichuan AI and start using its
6
- models.
4
+ Learn how to integrate Baichuan AI into LobeChat for enhanced conversational experiences. Follow the steps to configure Baichuan AI and start using its models.
5
+
7
6
  tags:
8
7
  - LobeChat
9
8
  - Baichuan
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Using Amazon Bedrock API Key in LobeChat
3
3
  description: >-
4
- Learn how to integrate Amazon Bedrock models into LobeChat for AI-powered
5
- conversations. Follow these steps to grant access, obtain API keys, and
6
- configure Amazon Bedrock.
4
+ Learn how to integrate Amazon Bedrock models into LobeChat for AI-powered conversations. Follow these steps to grant access, obtain API keys, and configure Amazon Bedrock.
5
+
7
6
  tags:
8
7
  - Amazon Bedrock
9
8
  - Claude 3.5 sonnect
@@ -33,8 +33,9 @@ This document will guide you on how to use Cloudflare Workers AI in LobeChat:
33
33
 
34
34
  <Image alt={'Cloudflare Workers AI API Token'} inStep src={'https://github.com/user-attachments/assets/f54c912d-3ee9-4f85-b8bf-619790e51b49'} />
35
35
 
36
- <Callout type={"warning"}>
37
- - Please store your API token securely, as it will only be displayed once. If you accidentally lose it, you will need to create a new token.
36
+ <Callout type={'warning'}>
37
+ - Please store your API token securely, as it will only be displayed once. If you accidentally
38
+ lose it, you will need to create a new token.
38
39
  </Callout>
39
40
 
40
41
  ### Step 2: Configure Cloudflare Workers AI in LobeChat
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Using DeepSeek API Key in LobeChat
3
3
  description: >-
4
- Learn how to use DeepSeek-V2 in LobeChat, obtain API keys. Get started with
5
- DeepSeek integration now!
4
+ Learn how to use DeepSeek-V2 in LobeChat, obtain API keys. Get started with DeepSeek integration now!
5
+
6
6
  tags:
7
7
  - DeepSeek
8
8
  - LobeChat
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Using Fireworks AI in LobeChat
3
3
  description: >-
4
- Learn how to integrate and utilize Fireworks AI's language model APIs in
5
- LobeChat.
4
+ Learn how to integrate and utilize Fireworks AI's language model APIs in LobeChat.
5
+
6
6
  tags:
7
7
  - LobeChat
8
8
  - Fireworks AI
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Using Gitee AI in LobeChat
3
3
  description: >-
4
- Learn how to configure and use Gitee AI's API Key in LobeChat to start
5
- conversations and interactions.
4
+ Learn how to configure and use Gitee AI's API Key in LobeChat to start conversations and interactions.
5
+
6
6
  tags:
7
7
  - LobeChat
8
8
  - Gitee AI
@@ -61,7 +61,7 @@ Currently, the usage of the Playground and free API is subject to limits on the
61
61
  - Enter the access token you obtained.
62
62
  - Select a GitHub model for your AI assistant to start the conversation.
63
63
 
64
- <Image alt={'Selecting GitHub Model and Starting Conversation'} inStep src={'https://github.com/user-attachments/assets/aead3c6c-891e-47c3-9f34-bdc33875e0c2'} />
64
+ <Image alt={'Selecting GitHub Model and Starting Conversation'} inStep src={'https://github.com/user-attachments/assets/aead3c6c-891e-47c3-9f34-bdc33875e0c2'} />
65
65
  </Steps>
66
66
 
67
67
  You are now ready to use the models provided by GitHub for conversations within LobeChat.
@@ -60,7 +60,7 @@ tags:
60
60
  - 填入获得的访问令牌
61
61
  - 为你的 AI 助手选择一个 GitHub 的模型即可开始对话
62
62
 
63
- <Image alt={'选择 GitHub 模型并开始对话'} inStep src={'https://github.com/user-attachments/assets/aead3c6c-891e-47c3-9f34-bdc33875e0c2'} />
63
+ <Image alt={'选择 GitHub 模型并开始对话'} inStep src={'https://github.com/user-attachments/assets/aead3c6c-891e-47c3-9f34-bdc33875e0c2'} />
64
64
  </Steps>
65
65
 
66
66
  至此你已经可以在 LobeChat 中使用 GitHub 提供的模型进行对话了。
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Using Google Gemini API Key in LobeChat
3
3
  description: >-
4
- Learn how to integrate and utilize Google Gemini AI in LobeChat to enhance
5
- your conversational experience. Follow these steps to configure Google Gemini
6
- and start leveraging its powerful capabilities.
4
+ Learn how to integrate and utilize Google Gemini AI in LobeChat to enhance your conversational experience. Follow these steps to configure Google Gemini and start leveraging its powerful capabilities.
5
+
7
6
  tags:
8
7
  - Google Gemini
9
8
  - AI integration
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Using Groq API Key in LobeChat
3
3
  description: >-
4
- Learn how to obtain GroqCloud API keys and configure Groq in LobeChat for
5
- optimal performance.
4
+ Learn how to obtain GroqCloud API keys and configure Groq in LobeChat for optimal performance.
5
+
6
6
  tags:
7
7
  - LPU Inference Engine
8
8
  - GroqCloud
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Using Tencent Hunyuan in LobeChat
3
3
  description: >-
4
- Learn how to integrate and utilize Tencent Hunyuan's language model APIs in
5
- LobeChat.
4
+ Learn how to integrate and utilize Tencent Hunyuan's language model APIs in LobeChat.
5
+
6
6
  tags:
7
7
  - LobeChat
8
8
  - Tencent Hunyuan
@@ -15,7 +15,9 @@ tags:
15
15
  本文将指导你如何在 LobeChat 中快速接入无问芯穹的 AI 能力。
16
16
 
17
17
  <Callout type="info">
18
- 无问芯穹的图片链接输入有白名单机制,目前已知支持阿里云 OSS / AWS S3 等服务的图片链接。如果您在使用图片对话时遇到 400 报错,请尝试[使用 base64 编码上传图片](/docs/self-hosting/environment-variables/s3#llm-vision-image-use-base-64)。
18
+ 无问芯穹的图片链接输入有白名单机制,目前已知支持阿里云 OSS / AWS S3
19
+ 等服务的图片链接。如果您在使用图片对话时遇到 400 报错,请尝试[使用 base64
20
+ 编码上传图片](/docs/self-hosting/environment-variables/s3#llm-vision-image-use-base-64)。
19
21
  </Callout>
20
22
 
21
23
  <Steps>
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: Using InternLM in LobeChat
3
3
  description: >-
4
- Learn how to configure and use SenseNova's API Key in LobeChat to start
5
- conversations and interactions.
4
+ Learn how to configure and use SenseNova's API Key in LobeChat to start conversations and interactions.
5
+
6
6
  tags:
7
7
  - LobeChat
8
8
  - InternLM
@@ -27,8 +27,9 @@ This document will guide you on how to use Jina AI in LobeChat:
27
27
  - Copy and save the generated API Key.
28
28
 
29
29
  <Callout type={'info'}>
30
- * Jina AI provides each user with 1M free API Tokens, and the API can be used without registration.
31
- * If you need to manage the API Key or recharge the API, you need to register and log in to the [Jina AI Console](https://jina.ai/api-dashboard/).
30
+ * Jina AI provides each user with 1M free API Tokens, and the API can be used without
31
+ registration. \* If you need to manage the API Key or recharge the API, you need to register and
32
+ log in to the [Jina AI Console](https://jina.ai/api-dashboard/).
32
33
  </Callout>
33
34
 
34
35
  ### Step 2: Configure Jina AI in LobeChat
@@ -48,4 +49,4 @@ This document will guide you on how to use Jina AI in LobeChat:
48
49
  </Callout>
49
50
  </Steps>
50
51
 
51
- Now you can use the models provided by Jina AI in LobeChat to have conversations.
52
+ Now you can use the models provided by Jina AI in LobeChat to have conversations.
@@ -27,8 +27,8 @@ tags:
27
27
  - 复制并保存生成的 API Key
28
28
 
29
29
  <Callout type={'info'}>
30
- * Jina AI 会为每个用户提供 1M 免费的 API Token,无需注册即可使用 API
31
- * 如果需要管理 API Key,或为 API 充值,你需要注册并登录 [Jina AI 控制台](https://jina.ai/api-dashboard/)
30
+ * Jina AI 会为每个用户提供 1M 免费的 API Token,无需注册即可使用 API \* 如果需要管理 API Key,或为
31
+ API 充值,你需要注册并登录 [Jina AI 控制台](https://jina.ai/api-dashboard/)
32
32
  </Callout>
33
33
 
34
34
  ### 步骤二:在 LobeChat 中配置 Jina AI
@@ -62,14 +62,14 @@ This document will guide you on how to use LM Studio in LobeChat:
62
62
 
63
63
  - Open the LM Studio service provider and fill in the API service address.
64
64
 
65
- <Callout type={"warning"}>
65
+ <Callout type={'warning'}>
66
66
  If your LM Studio is running locally, make sure to turn on `Client Request Mode`.
67
67
  </Callout>
68
68
 
69
69
  - Add the model you are running in the model list below.
70
70
  - Select a Volcano Engine model for your assistant to start the conversation.
71
71
 
72
- <Image alt={'Select LM Studio model'} inStep src={'https://github.com/user-attachments/assets/bd399cef-283c-4706-bdc8-de9de662de41'} />
72
+ <Image alt={'Select LM Studio model'} inStep src={'https://github.com/user-attachments/assets/bd399cef-283c-4706-bdc8-de9de662de41'} />
73
73
  </Steps>
74
74
 
75
75
  Now you can use the model running in LM Studio in LobeChat for conversations.
@@ -62,14 +62,12 @@ tags:
62
62
 
63
63
  - 打开 LM Studio 服务商并填入 API 服务地址
64
64
 
65
- <Callout type={"warning"}>
66
- 如果你的 LM Studio 运行在本地,请确保打开`客户端请求模式`
67
- </Callout>
65
+ <Callout type={'warning'}>如果你的 LM Studio 运行在本地,请确保打开`客户端请求模式`</Callout>
68
66
 
69
67
  - 在下方的模型列表中添加你运行的模型
70
68
  - 为你的助手选择一个火山引擎模型即可开始对话
71
69
 
72
- <Image alt={'选择 LM Studio 模型'} inStep src={'https://github.com/user-attachments/assets/bd399cef-283c-4706-bdc8-de9de662de41'} />
70
+ <Image alt={'选择 LM Studio 模型'} inStep src={'https://github.com/user-attachments/assets/bd399cef-283c-4706-bdc8-de9de662de41'} />
73
71
  </Steps>
74
72
 
75
73
  至此你已经可以在 LobeChat 中使用 LM Studio 运行的模型进行对话了。
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Using Minimax API Key in LobeChat
3
3
  description: >-
4
- Learn how to use MiniMax in LobeChat to enhance AI conversations. Obtain
5
- MiniMax API key, configure MiniMax in LobeChat settings, and select a model
6
- for your AI assistant.
4
+ Learn how to use MiniMax in LobeChat to enhance AI conversations. Obtain MiniMax API key, configure MiniMax in LobeChat settings, and select a model for your AI assistant.
5
+
7
6
  tags:
8
7
  - MiniMax
9
8
  - Web UI
@@ -1,8 +1,8 @@
1
1
  ---
2
2
  title: 在 LobeChat 中使用 Minimax API Key
3
3
  description: >-
4
- 学习如何在 LobeChat 中配置并使用 MiniMax 智能模型进行对话。获取 MiniMax API 密钥、配置步骤详解,开始与 MiniMax
5
- 模型交互。
4
+ 学习如何在 LobeChat 中配置并使用 MiniMax 智能模型进行对话。获取 MiniMax API 密钥、配置步骤详解,开始与 MiniMax 模型交互。
5
+
6
6
  tags:
7
7
  - LobeChat
8
8
  - MiniMax
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  title: Using Mistral AI API Key in LobeChat
3
3
  description: >-
4
- Learn how to integrate Mistral AI into LobeChat for enhanced conversational
5
- experiences. Follow the steps to configure Mistral AI and start using its
6
- models.
4
+ Learn how to integrate Mistral AI into LobeChat for enhanced conversational experiences. Follow the steps to configure Mistral AI and start using its models.
5
+
7
6
  tags:
8
7
  - Mistral AI
9
8
  - Web UI