@lobehub/chat 1.1.2 → 1.1.4

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 (75) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +8 -8
  3. package/README.zh-CN.md +8 -8
  4. package/docs/self-hosting/advanced/server-database.mdx +2 -0
  5. package/docs/self-hosting/advanced/server-database.zh-CN.mdx +2 -0
  6. package/docs/usage/providers/01ai.mdx +1 -2
  7. package/docs/usage/providers/01ai.zh-CN.mdx +1 -1
  8. package/docs/usage/providers/anthropic.mdx +5 -6
  9. package/docs/usage/providers/anthropic.zh-CN.mdx +4 -3
  10. package/docs/usage/providers/azure.mdx +1 -2
  11. package/docs/usage/providers/azure.zh-CN.mdx +2 -5
  12. package/docs/usage/providers/bedrock.mdx +3 -4
  13. package/docs/usage/providers/bedrock.zh-CN.mdx +4 -5
  14. package/docs/usage/providers/deepseek.mdx +3 -4
  15. package/docs/usage/providers/deepseek.zh-CN.mdx +1 -2
  16. package/docs/usage/providers/gemini.mdx +1 -2
  17. package/docs/usage/providers/gemini.zh-CN.mdx +1 -3
  18. package/docs/usage/providers/groq.mdx +5 -7
  19. package/docs/usage/providers/groq.zh-CN.mdx +5 -8
  20. package/docs/usage/providers/minimax.mdx +1 -3
  21. package/docs/usage/providers/minimax.zh-CN.mdx +1 -2
  22. package/docs/usage/providers/mistral.mdx +1 -3
  23. package/docs/usage/providers/mistral.zh-CN.mdx +2 -4
  24. package/docs/usage/providers/moonshot.mdx +2 -4
  25. package/docs/usage/providers/moonshot.zh-CN.mdx +2 -5
  26. package/docs/usage/providers/ollama.mdx +2 -1
  27. package/docs/usage/providers/ollama.zh-CN.mdx +2 -1
  28. package/docs/usage/providers/openai.mdx +7 -8
  29. package/docs/usage/providers/openai.zh-CN.mdx +6 -6
  30. package/docs/usage/providers/openrouter.mdx +1 -2
  31. package/docs/usage/providers/openrouter.zh-CN.mdx +2 -7
  32. package/docs/usage/providers/perplexity.mdx +1 -3
  33. package/docs/usage/providers/perplexity.zh-CN.mdx +2 -4
  34. package/docs/usage/providers/qwen.mdx +2 -3
  35. package/docs/usage/providers/qwen.zh-CN.mdx +3 -2
  36. package/docs/usage/providers/stepfun.mdx +2 -5
  37. package/docs/usage/providers/stepfun.zh-CN.mdx +2 -4
  38. package/docs/usage/providers/togetherai.mdx +1 -3
  39. package/docs/usage/providers/togetherai.zh-CN.mdx +1 -2
  40. package/docs/usage/providers/zhipu.mdx +2 -4
  41. package/docs/usage/providers/zhipu.zh-CN.mdx +2 -5
  42. package/docs/usage/tools-calling/anthropic.mdx +1 -0
  43. package/docs/usage/tools-calling/anthropic.zh-CN.mdx +23 -0
  44. package/docs/usage/tools-calling/google.mdx +1 -0
  45. package/docs/usage/tools-calling/google.zh-CN.mdx +13 -0
  46. package/docs/usage/tools-calling/groq.mdx +1 -0
  47. package/docs/usage/tools-calling/groq.zh-CN.mdx +15 -0
  48. package/docs/usage/tools-calling/openai.mdx +1 -0
  49. package/docs/usage/tools-calling/openai.zh-CN.mdx +831 -0
  50. package/docs/usage/tools-calling.mdx +3 -0
  51. package/docs/usage/tools-calling.zh-CN.mdx +241 -0
  52. package/locales/ar/error.json +2 -1
  53. package/locales/bg-BG/error.json +2 -1
  54. package/locales/de-DE/error.json +2 -1
  55. package/locales/en-US/error.json +2 -1
  56. package/locales/es-ES/error.json +2 -1
  57. package/locales/fr-FR/error.json +2 -1
  58. package/locales/it-IT/error.json +2 -1
  59. package/locales/ja-JP/error.json +2 -1
  60. package/locales/ko-KR/error.json +2 -1
  61. package/locales/nl-NL/error.json +2 -1
  62. package/locales/pl-PL/error.json +2 -1
  63. package/locales/pt-BR/error.json +2 -1
  64. package/locales/ru-RU/error.json +2 -1
  65. package/locales/tr-TR/error.json +2 -1
  66. package/locales/vi-VN/error.json +2 -1
  67. package/locales/zh-CN/error.json +2 -1
  68. package/locales/zh-TW/error.json +2 -1
  69. package/package.json +3 -3
  70. package/src/database/server/models/user.ts +7 -1
  71. package/src/libs/agent-runtime/utils/debugStream.ts +1 -1
  72. package/src/locales/default/error.ts +2 -1
  73. package/src/server/routers/lambda/user.ts +35 -2
  74. package/src/store/user/slices/modelList/selectors/modelConfig.test.ts +21 -0
  75. package/src/store/user/slices/modelList/selectors/modelConfig.ts +5 -0
package/CHANGELOG.md CHANGED
@@ -2,6 +2,56 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.1.4](https://github.com/lobehub/lobe-chat/compare/v1.1.3...v1.1.4)
6
+
7
+ <sup>Released on **2024-06-22**</sup>
8
+
9
+ #### 🐛 Bug Fixes
10
+
11
+ - **misc**: Create first-time user on server db.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### What's fixed
19
+
20
+ - **misc**: Create first-time user on server db, closes [#2977](https://github.com/lobehub/lobe-chat/issues/2977) ([6f53f35](https://github.com/lobehub/lobe-chat/commit/6f53f35))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
30
+ ### [Version 1.1.3](https://github.com/lobehub/lobe-chat/compare/v1.1.2...v1.1.3)
31
+
32
+ <sup>Released on **2024-06-21**</sup>
33
+
34
+ #### 🐛 Bug Fixes
35
+
36
+ - **misc**: Ollama not enabled client fetch by default.
37
+
38
+ <br/>
39
+
40
+ <details>
41
+ <summary><kbd>Improvements and Fixes</kbd></summary>
42
+
43
+ #### What's fixed
44
+
45
+ - **misc**: Ollama not enabled client fetch by default, closes [#2961](https://github.com/lobehub/lobe-chat/issues/2961) ([90db48e](https://github.com/lobehub/lobe-chat/commit/90db48e))
46
+
47
+ </details>
48
+
49
+ <div align="right">
50
+
51
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
52
+
53
+ </div>
54
+
5
55
  ### [Version 1.1.2](https://github.com/lobehub/lobe-chat/compare/v1.1.1...v1.1.2)
6
56
 
7
57
  <sup>Released on **2024-06-20**</sup>
package/README.md CHANGED
@@ -233,7 +233,7 @@ In addition, these plugins are not limited to news aggregation, but can also ext
233
233
  | [Search1API](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **fatwang2** on **2024-05-06**</sup> | Search aggregation service, specifically designed for LLMs<br/>`web` `search` |
234
234
  | [Search Google via Serper](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **Barry** on **2024-04-30**</sup> | Google search engine via Serper.dev free API (2500x🆓/month)<br/>`web` `search` |
235
235
 
236
- > 📊 Total plugins: [<kbd>**54**</kbd>](https://github.com/lobehub/lobe-chat-plugins)
236
+ > 📊 Total plugins: [<kbd>**53**</kbd>](https://github.com/lobehub/lobe-chat-plugins)
237
237
 
238
238
  <!-- PLUGIN LIST -->
239
239
 
@@ -265,14 +265,14 @@ Our marketplace is not just a showcase platform but also a collaborative space.
265
265
 
266
266
  <!-- AGENT LIST -->
267
267
 
268
- | Recent Submits | Description |
269
- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
270
- | [Fastapi Project Development Assistant](https://chat-preview.lobehub.com/market?agent=fastapi-development)<br/><sup>By **[xwxw098](https://github.com/xwxw098)** on **2024-06-19**</sup> | Proficient in Python modular development, skilled in using FastAPI, PostgreSQL, Tortoise-ORM, and other technologies, able to provide clear code structure and detailed comments for large projects.<br/>`fast-api` `python` `modular-development` |
271
- | [NovelAI Drawing Assistant](https://chat-preview.lobehub.com/market?agent=novel-ai-pormpt-helper)<br/><sup>By **[WallBreakerNO4](https://github.com/WallBreakerNO4)** on **2024-06-18**</sup> | I can turn the scenes you describe into prompts for NovelAI<br/>`deep-learning` `image-generation` `algorithm` `prompt` |
272
- | [Pseudo Code Prompt Word Generator Expert](https://chat-preview.lobehub.com/market?agent=pseudocode-prompt-master)<br/><sup>By **[yayoinoyume](https://github.com/yayoinoyume)** on **2024-06-16**</sup> | Pseudo Code Prompt Word Generator Expert allows users to directly input prompt word design requirements and returns designed pseudo code prompt words directly.<br/>`prompt` `prompt-word` `pseudo-code` |
273
- | [Mr. MySQL](https://chat-preview.lobehub.com/market?agent=mysql-haoteacher)<br/><sup>By **[yayoinoyume](https://github.com/yayoinoyume)** on **2024-06-09**</sup> | Mr. MySQL is a great teacher to help everyone learn MySQL<br/>`mysql` `programming` `learning` |
268
+ | Recent Submits | Description |
269
+ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
270
+ | [Fastapi Project Development Assistant](https://chat-preview.lobehub.com/market?agent=fastapi-development)<br/><sup>By **[xwxw098](https://github.com/xwxw098)** on **2024-06-19**</sup> | Proficient in Python modular development, skilled in using FastAPI, PostgreSQL, Tortoise-ORM, and other technologies, able to provide clear code structure and detailed comments for large projects.<br/>`fast-api` `python` `modular-development` |
271
+ | [IT Systems Architect](https://chat-preview.lobehub.com/market?agent=it-system-architect)<br/><sup>By **[a562314](https://github.com/a562314)** on **2024-06-19**</sup> | Senior IT architect specializing in requirements analysis, system design, technology selection, and cross-platform system optimization. With over 5 years of experience, proficient in Windows, macOS, and Linux operating systems, skilled in troubleshooting, and security protection.<br/>`it-architecture-design` `problem-solving` `agile-development` `system-optimization` `cross-platform-skills` `teamwork` |
272
+ | [Linux Kernel Expert](https://chat-preview.lobehub.com/market?agent=linux-kernel)<br/><sup>By **[wming126](https://github.com/wming126)** on **2024-06-19**</sup> | Role Description: I am an expert in Linux kernel, with a deep understanding and analytical ability of the latest kernel source code (as of June 2024). I can provide users with detailed and accurate information about the Linux kernel.<br/>`linux` `kernel` |
273
+ | [NovelAI Drawing Assistant](https://chat-preview.lobehub.com/market?agent=novel-ai-pormpt-helper)<br/><sup>By **[WallBreakerNO4](https://github.com/WallBreakerNO4)** on **2024-06-18**</sup> | I can turn the scenes you describe into prompts for NovelAI<br/>`deep-learning` `image-generation` `algorithm` `prompt` |
274
274
 
275
- > 📊 Total agents: [<kbd>**291**</kbd> ](https://github.com/lobehub/lobe-chat-agents)
275
+ > 📊 Total agents: [<kbd>**292**</kbd> ](https://github.com/lobehub/lobe-chat-agents)
276
276
 
277
277
  <!-- AGENT LIST -->
278
278
 
package/README.zh-CN.md CHANGED
@@ -225,7 +225,7 @@ LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地
225
225
  | [Search1API](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **fatwang2** on **2024-05-06**</sup> | 搜索聚合服务,专为 LLMs 设计<br/>`web` `search` |
226
226
  | [通过 Serper 搜索 Google](https://chat-preview.lobehub.com/settings/agent)<br/><sup>By **Barry** on **2024-04-30**</sup> | 通过 Serper.dev 免费 API 进行 Google 搜索引擎(每月 2500 次🆓)<br/>`网络` `搜索` |
227
227
 
228
- > 📊 Total plugins: [<kbd>**54**</kbd>](https://github.com/lobehub/lobe-chat-plugins)
228
+ > 📊 Total plugins: [<kbd>**53**</kbd>](https://github.com/lobehub/lobe-chat-plugins)
229
229
 
230
230
  <!-- PLUGIN LIST -->
231
231
 
@@ -253,14 +253,14 @@ LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地
253
253
 
254
254
  <!-- AGENT LIST -->
255
255
 
256
- | 最近新增 | 助手说明 |
257
- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
258
- | [Fastapi 项目开发助手](https://chat-preview.lobehub.com/market?agent=fastapi-development)<br/><sup>By **[xwxw098](https://github.com/xwxw098)** on **2024-06-19**</sup> | 擅长 Python 模块化开发,熟练运用 FastAPI、PostgreSQL、Tortoise-ORM 等技术栈,能为大型项目提供清晰的代码结构并添加详细注释。<br/>`fast-api` `python` `模块化开发` |
259
- | [NovelAI 绘画助手](https://chat-preview.lobehub.com/market?agent=novel-ai-pormpt-helper)<br/><sup>By **[WallBreakerNO4](https://github.com/WallBreakerNO4)** on **2024-06-18**</sup> | 我能将你描述的场景转成 NovelAI prompt<br/>`深度学习` `图像生成` `算法` `提示符` |
260
- | [伪代码提示词生成专家](https://chat-preview.lobehub.com/market?agent=pseudocode-prompt-master)<br/><sup>By **[yayoinoyume](https://github.com/yayoinoyume)** on **2024-06-16**</sup> | 伪代码提示词生成专家,用户直接输入提示词设计需求,直接返还设计的伪代码提示词<br/>`prompt` `提示词` `伪代码` |
261
- | [Mysql 好先生](https://chat-preview.lobehub.com/market?agent=mysql-haoteacher)<br/><sup>By **[yayoinoyume](https://github.com/yayoinoyume)** on **2024-06-09**</sup> | mysql 好先生是帮助所有人学习 mysql 的好老师<br/>`mysql` `编程` `学习` |
256
+ | 最近新增 | 助手说明 |
257
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
258
+ | [Fastapi 项目开发助手](https://chat-preview.lobehub.com/market?agent=fastapi-development)<br/><sup>By **[xwxw098](https://github.com/xwxw098)** on **2024-06-19**</sup> | 擅长 Python 模块化开发,熟练运用 FastAPI、PostgreSQL、Tortoise-ORM 等技术栈,能为大型项目提供清晰的代码结构并添加详细注释。<br/>`fast-api` `python` `模块化开发` |
259
+ | [IT 系统架构师](https://chat-preview.lobehub.com/market?agent=it-system-architect)<br/><sup>By **[a562314](https://github.com/a562314)** on **2024-06-19**</sup> | 资深 IT 架构师,擅长需求分析、系统设计、技术选型和跨平台系统优化。5 年以上经验,精通 Windows、macOS 和 Linux 三大操作系统,具备故障排除和安全防护能力<br/>`it架构设计` `问题解决` `敏捷开发` `系统优化` `跨平台技能` |
260
+ | [Linux 内核专家](https://chat-preview.lobehub.com/market?agent=linux-kernel)<br/><sup>By **[wming126](https://github.com/wming126)** on **2024-06-19**</sup> | 角色描述: 我是一位精通 Linux 内核的专家,对最新内核源代码(截至 2024 年 6 月)有着深入的理解和分析能力。我可以为用户提供关于 Linux 内核的详细、准确的信息。<br/>`linux` `kernel` |
261
+ | [NovelAI 绘画助手](https://chat-preview.lobehub.com/market?agent=novel-ai-pormpt-helper)<br/><sup>By **[WallBreakerNO4](https://github.com/WallBreakerNO4)** on **2024-06-18**</sup> | 我能将你描述的场景转成 NovelAI prompt<br/>`深度学习` `图像生成` `算法` `提示符` |
262
262
 
263
- > 📊 Total agents: [<kbd>**291**</kbd> ](https://github.com/lobehub/lobe-chat-agents)
263
+ > 📊 Total agents: [<kbd>**292**</kbd> ](https://github.com/lobehub/lobe-chat-agents)
264
264
 
265
265
  <!-- AGENT LIST -->
266
266
 
@@ -24,6 +24,8 @@ This article will detail how to deploy the server-side database version of LobeC
24
24
  version is supported, with Docker version support planned for future iterations.
25
25
  </Callout>
26
26
 
27
+ <Callout type={'warning'}>Before deploying the server, please export your backup!</Callout>
28
+
27
29
  ## 1. Configure the Database
28
30
 
29
31
  <Steps>
@@ -22,6 +22,8 @@ LobeChat 默认使用客户端数据库(IndexedDB),同时也支持使用
22
22
  限于工作量原因,目前仅支持在 Vercel 中部署使用服务端数据库版本,Docker 版本将会在后续迭代中支持。
23
23
  </Callout>
24
24
 
25
+ <Callout type={'warning'}>在部署服务端之前,请导出你的备份!</Callout>
26
+
25
27
  ## 一、 配置数据库
26
28
 
27
29
  <Steps>
@@ -7,8 +7,7 @@ description: >-
7
7
  tags:
8
8
  - 01.AI
9
9
  - Zero One AI
10
- - LobeChat
11
- - AI integration
10
+ - Web UI
12
11
  - API key
13
12
  - AI models
14
13
  ---
@@ -8,7 +8,7 @@ tags:
8
8
  - 01.AI
9
9
  - Zero One AI
10
10
  - 零一万物
11
- - AI模型
11
+ - Web UI
12
12
  - API密钥
13
13
  - 配置指南
14
14
  ---
@@ -1,15 +1,14 @@
1
1
  ---
2
- title: Using Anthropic Claude in LobeChat - Guide to Anthropic Claude API Integration
2
+ title: Using Anthropic Claude in LobeChat
3
3
  description: >-
4
4
  Learn how to integrate Anthropic Claude API in LobeChat to enhance your AI
5
- assistant capabilities. Follow the steps to obtain the API key and configure
6
- the model for seamless conversations.
5
+ assistant capabilities. Support Claude 3.5 sonnet / Claude 3 Opus / Claude 3
6
+ haiku
7
7
  tags:
8
8
  - Anthropic Claude
9
- - LobeChat
10
- - API integration
9
+ - API Key
11
10
  - AI assistant
12
- - Conversation models
11
+ - Web UI
13
12
  ---
14
13
 
15
14
  # Using Anthropic Claude in LobeChat
@@ -1,11 +1,12 @@
1
1
  ---
2
2
  title: 在 LobeChat 中使用 Anthropic Claude
3
- description: 学习如何在 LobeChat 中配置和使用 Anthropic Claude API,包括获取 API 密钥和设置账单,以及选择模型开始对话。
3
+ description: >-
4
+ 学习如何在 LobeChat 中配置和使用 Anthropic Claude API, Claude 3.5 sonnet / Claude 3 Opus
5
+ / Claude 3 haiku
4
6
  tags:
5
- - LobeChat
6
7
  - Anthropic Claude
7
8
  - API
8
- - 语言模型
9
+ - WebUI
9
10
  - AI助手
10
11
  ---
11
12
 
@@ -1,12 +1,11 @@
1
1
  ---
2
- title: Using Azure OpenAI in LobeChat - A Step-by-Step Guide
2
+ title: Using Azure OpenAI in LobeChat
3
3
  description: >-
4
4
  Learn how to integrate and configure Azure OpenAI in LobeChat to enhance your
5
5
  AI assistant capabilities. Follow these steps to obtain the API key, configure
6
6
  the settings, and start engaging in conversations.
7
7
  tags:
8
8
  - Azure OpenAI
9
- - LobeChat
10
9
  - AI assistant
11
10
  - API key
12
11
  - Configuration
@@ -2,12 +2,9 @@
2
2
  title: 在 LobeChat 中使用 Azure OpenAI
3
3
  description: 学习如何在 LobeChat 中配置和使用 Azure OpenAI 模型进行对话,包括获取 API 密钥和选择模型。
4
4
  tags:
5
- - LobeChat
6
5
  - Azure OpenAI
7
- - API 密钥
8
- - 语言模型
9
- - AI 助手
10
- - 对话模型
6
+ - API Key
7
+ - Web UI
11
8
  ---
12
9
 
13
10
  # 在 LobeChat 中使用 Azure OpenAI
@@ -6,11 +6,10 @@ description: >-
6
6
  configure Amazon Bedrock.
7
7
  tags:
8
8
  - Amazon Bedrock
9
- - LobeChat
10
- - AI models
11
- - AWS
9
+ - Claude 3.5 sonnect
12
10
  - API keys
13
- - Configuration
11
+ - Claude 3 Opus
12
+ - Web UI
14
13
  ---
15
14
 
16
15
  # Using Amazon Bedrock in LobeChat
@@ -2,12 +2,11 @@
2
2
  title: 在 LobeChat 中使用 Amazon Bedrock
3
3
  description: 学习如何在 LobeChat 中配置和使用 Amazon Bedrock,一个完全托管的基础模型API服务,以便开始对话。
4
4
  tags:
5
- - LobeChat
6
5
  - Amazon Bedrock
7
- - AI模型API
8
- - AWS
9
- - IAM用户
10
- - API访问密钥
6
+ - Claude 3.5 sonnect
7
+ - API keys
8
+ - Claude 3 Opus
9
+ - Web UI
11
10
  ---
12
11
 
13
12
  # 在 LobeChat 中使用 Amazon Bedrock
@@ -1,15 +1,14 @@
1
1
  ---
2
2
  title: Using DeepSeek in LobeChat
3
3
  description: >-
4
- Learn how to use DeepSeek-V2 in LobeChat, obtain API keys, configure DeepSeek
5
- models, and start conversations. Get started with DeepSeek integration now!
4
+ Learn how to use DeepSeek-V2 in LobeChat, obtain API keys. Get started with
5
+ DeepSeek integration now!
6
6
  tags:
7
7
  - DeepSeek
8
8
  - LobeChat
9
9
  - DeepSeek-V2
10
10
  - API Key
11
- - Language Models
12
- - Conversation Integration
11
+ - Web UI
13
12
  ---
14
13
 
15
14
  # Using DeepSeek in LobeChat
@@ -5,8 +5,7 @@ tags:
5
5
  - LobeChat
6
6
  - DeepSeek
7
7
  - API密钥
8
- - 语言模型
9
- - 对话模型
8
+ - Web UI
10
9
  ---
11
10
 
12
11
  # 在 LobeChat 中使用 DeepSeek
@@ -6,10 +6,9 @@ description: >-
6
6
  and start leveraging its powerful capabilities.
7
7
  tags:
8
8
  - Google Gemini
9
- - LobeChat
10
9
  - AI integration
11
- - Language Models
12
10
  - Google AI Studio
11
+ - Web UI
13
12
  ---
14
13
 
15
14
  # Using Google Gemini in LobeChat
@@ -2,12 +2,10 @@
2
2
  title: 在 LobeChat 中使用 Google Gemini
3
3
  description: 本文将指导你如何在 LobeChat 中配置并使用 Google Gemini,一个由 Google AI 创建的强大语言模型。
4
4
  tags:
5
- - LobeChat
6
5
  - Google Gemini
7
6
  - Google AI
8
- - 语言模型
9
7
  - API 密钥
10
- - 配置
8
+ - Web UI
11
9
  ---
12
10
 
13
11
  # 在 LobeChat 中使用 Google Gemini
@@ -1,17 +1,15 @@
1
1
  ---
2
2
  title: Using Groq in LobeChat
3
3
  description: >-
4
- Integrate Groq's LPU Inference Engine with LobeChat to accelerate large
5
- language models. Learn how to obtain GroqCloud API keys and configure Groq in
6
- LobeChat for optimal performance.
4
+ Learn how to obtain GroqCloud API keys and configure Groq in LobeChat for
5
+ optimal performance.
7
6
  tags:
8
- - Groq
9
- - LobeChat
10
- - AI solutions
11
7
  - LPU Inference Engine
12
8
  - GroqCloud
9
+ - LLAMA3
10
+ - Qwen2
13
11
  - API keys
14
- - Language Model
12
+ - Web UI
15
13
  ---
16
14
 
17
15
  # Using Groq in LobeChat
@@ -1,15 +1,12 @@
1
1
  ---
2
2
  title: 在 LobeChat 中使用 Groq
3
- description: >-
4
- 通过 LobeChat 与 Groq Cloud 的集成,利用 Groq 的技术加速大语言模型的运行。了解如何获取 GroqCloud API Key,并在
5
- LobeChat 中配置 Groq,体验 Groq 强大的性能。
3
+ description: 了解如何获取 GroqCloud API Key,并在 LobeChat 中配置 Groq,体验 Groq 强大的性能。
6
4
  tags:
7
- - Groq
8
- - LobeChat
9
- - 大语言模型
10
- - AI 解决方案
5
+ - LLAMA3
6
+ - Qwen2
7
+ - API keys
8
+ - Web UI
11
9
  - API Key
12
- - GroqCloud
13
10
  ---
14
11
 
15
12
  # 在 LobeChat 中使用 Groq
@@ -6,10 +6,8 @@ description: >-
6
6
  for your AI assistant.
7
7
  tags:
8
8
  - MiniMax
9
- - LobeChat
10
- - AI Conversations
9
+ - Web UI
11
10
  - API Key
12
- - Configure MiniMax
13
11
  - MiniMax Models
14
12
  ---
15
13
 
@@ -7,8 +7,7 @@ tags:
7
7
  - LobeChat
8
8
  - MiniMax
9
9
  - API密钥
10
- - 智能模型
11
- - 对话交互
10
+ - Web UI
12
11
  ---
13
12
 
14
13
  # 在 LobeChat 中使用 Minimax
@@ -6,10 +6,8 @@ description: >-
6
6
  models.
7
7
  tags:
8
8
  - Mistral AI
9
- - LobeChat
10
- - AI integration
9
+ - Web UI
11
10
  - API key
12
- - conversation models
13
11
  ---
14
12
 
15
13
  # Using Mistral AI in LobeChat
@@ -2,11 +2,9 @@
2
2
  title: 在 LobeChat 中使用 Mistral AI
3
3
  description: 学习如何在 LobeChat 中配置并使用 Mistral AI,包括获取 API 密钥和选择适合的 AI 模型进行对话。
4
4
  tags:
5
- - LobeChat
5
+ - Web UI
6
6
  - Mistral AI
7
- - API 密钥
8
- - AI 模型
9
- - 对话
7
+ - API Key
10
8
  ---
11
9
 
12
10
  # 在 LobeChat 中使用 Mistral AI
@@ -6,10 +6,8 @@ description: >-
6
6
  with AI models.
7
7
  tags:
8
8
  - Moonshot AI
9
- - LobeChat
10
- - API integration
11
- - AI models
12
- - Conversation starters
9
+ - Web UI
10
+ - API Key
13
11
  ---
14
12
 
15
13
  # Using Moonshot AI in LobeChat
@@ -2,12 +2,9 @@
2
2
  title: 在 LobeChat 中使用 Moonshot AI
3
3
  description: 学习如何在 LobeChat 中配置和使用 Moonshot AI,包括获取 API 密钥和选择适合的 AI 模型进行对话。
4
4
  tags:
5
- - LobeChat
6
5
  - Moonshot AI
7
- - API 密钥
8
- - AI 模型
9
- - 对话
10
- - 配置
6
+ - Web UI
7
+ - API Key
11
8
  ---
12
9
 
13
10
  # 在 LobeChat 中使用 Moonshot AI
@@ -5,9 +5,10 @@ description: >-
5
5
  cutting-edge AI usage.
6
6
  tags:
7
7
  - Ollama
8
- - LobeChat
9
8
  - Local LLM
10
9
  - Ollama WebUI
10
+ - Web UI
11
+ - API Key
11
12
  ---
12
13
 
13
14
  # Using Ollama in LobeChat
@@ -3,7 +3,8 @@ title: 在 LobeChat 中使用 Ollama
3
3
  description: 了解如何在 LobeChat 中使用 Ollama ,在你的本地运行大型语言模型,获得最前沿的 AI 使用体验。
4
4
  tags:
5
5
  - Ollama
6
- - LobeChat
6
+ - Web UI
7
+ - API Key
7
8
  - Local LLM
8
9
  - Ollama WebUI
9
10
  ---
@@ -1,16 +1,15 @@
1
1
  ---
2
- title: Using OpenAI in LobeChat - A Step-by-Step Guide
2
+ title: Using OpenAI in LobeChat
3
3
  description: >-
4
- Learn how to integrate and configure OpenAI in LobeChat to enhance your
5
- conversational experience. Obtain an API Key, configure settings, and select
6
- an OpenAI model for your AI assistant.
4
+ Learn how to integrate OpenAI API Key in LobeChat. Support GPT-4o /
5
+ GPT-4-turbo / GPT-4-vision
7
6
  tags:
8
7
  - OpenAI
9
- - LobeChat
8
+ - ChatGPT
9
+ - GPT-4
10
+ - GPT-4o
10
11
  - API Key
11
- - Configure OpenAI
12
- - AI Assistant
13
- - Conversational AI
12
+ - Web UI
14
13
  ---
15
14
 
16
15
  # Using OpenAI in LobeChat
@@ -1,12 +1,12 @@
1
1
  ---
2
2
  title: 在 LobeChat 中使用 OpenAI
3
- description: 学习如何在 LobeChat 中配置和使用 OpenAI 模型进行对话,包括获取 OpenAI API 密钥和设置步骤。
3
+ description: 学习如何在 LobeChat 中配置和使用 OpenAI API Key,支持 GPT-4o / GPT-4-turbo / GPT-4-vision
4
4
  tags:
5
- - LobeChat
6
- - OpenAI
7
- - API 密钥
8
- - 配置
9
- - 对话模型
5
+ - ChatGPT
6
+ - GPT-4
7
+ - GPT-4o
8
+ - API Key
9
+ - Web UI
10
10
  ---
11
11
 
12
12
  # 在 LobeChat 中使用 OpenAI
@@ -8,8 +8,7 @@ tags:
8
8
  - OpenRouter
9
9
  - LobeChat
10
10
  - API Key
11
- - Language Models
12
- - Conversation Integration
11
+ - Web UI
13
12
  ---
14
13
 
15
14
  # Using OpenRouter in LobeChat
@@ -2,14 +2,9 @@
2
2
  title: 在 LobeChat 中使用 OpenRouter
3
3
  description: 学习如何在 LobeChat 中注册、创建 API 密钥、充值信用额度并配置 OpenRouter,以便开始使用多种优秀大语言模型 API。
4
4
  tags:
5
- - LobeChat
6
5
  - OpenRouter
7
- - API
8
- - 语言模型
9
- - 注册
10
- - API密钥
11
- - 信用额度
12
- - 配置
6
+ - API Key
7
+ - Web UI
13
8
  ---
14
9
 
15
10
  # 在 LobeChat 中使用 OpenRouter
@@ -5,10 +5,8 @@ description: >-
5
5
  assistant's capabilities.
6
6
  tags:
7
7
  - Perplexity AI
8
- - LobeChat
9
- - AI integration
10
8
  - API key
11
- - Language Model
9
+ - Web UI
12
10
  ---
13
11
 
14
12
  # Using Perplexity AI in LobeChat
@@ -3,10 +3,8 @@ title: 在 LobeChat 中使用 Perplexity AI
3
3
  description: 学习如何在 LobeChat 中配置和使用 Perplexity AI,获取 API 密钥并选择适合的语言模型开始对话。
4
4
  tags:
5
5
  - Perplexity AI
6
- - LobeChat
7
- - API 密钥
8
- - 语言模型
9
- - AI 助手
6
+ - API key
7
+ - Web UI
10
8
  ---
11
9
 
12
10
  # 在 LobeChat 中使用 Perplexity AI
@@ -8,10 +8,9 @@ description: >-
8
8
  tags:
9
9
  - Tongyi Qianwen
10
10
  - Alibaba Cloud
11
- - LobeChat
12
11
  - DashScope
13
- - API Key
14
- - Language Model
12
+ - API key
13
+ - Web UI
15
14
  ---
16
15
 
17
16
  # Using Tongyi Qianwen in LobeChat
@@ -5,8 +5,9 @@ tags:
5
5
  - LobeChat
6
6
  - 通义千问
7
7
  - DashScope
8
- - API 密钥
9
- - 语言模型
8
+ - DashScope
9
+ - API key
10
+ - Web UI
10
11
  ---
11
12
 
12
13
  # 在 LobeChat 中使用通义千问
@@ -6,11 +6,8 @@ description: >-
6
6
  and select a model to start chatting.
7
7
  tags:
8
8
  - Stepfun
9
- - LobeChat
10
- - Artificial General Intelligence
11
- - Step-1 billion-parameter model
12
- - Step-1V billion-parameter multimodal model
13
- - Step-2 trillion-parameter MoE language model
9
+ - API key
10
+ - Web UI
14
11
  ---
15
12
 
16
13
  # Using Stepfun in LobeChat