@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.
- package/CHANGELOG.md +50 -0
- package/README.md +8 -8
- package/README.zh-CN.md +8 -8
- package/docs/self-hosting/advanced/server-database.mdx +2 -0
- package/docs/self-hosting/advanced/server-database.zh-CN.mdx +2 -0
- package/docs/usage/providers/01ai.mdx +1 -2
- package/docs/usage/providers/01ai.zh-CN.mdx +1 -1
- package/docs/usage/providers/anthropic.mdx +5 -6
- package/docs/usage/providers/anthropic.zh-CN.mdx +4 -3
- package/docs/usage/providers/azure.mdx +1 -2
- package/docs/usage/providers/azure.zh-CN.mdx +2 -5
- package/docs/usage/providers/bedrock.mdx +3 -4
- package/docs/usage/providers/bedrock.zh-CN.mdx +4 -5
- package/docs/usage/providers/deepseek.mdx +3 -4
- package/docs/usage/providers/deepseek.zh-CN.mdx +1 -2
- package/docs/usage/providers/gemini.mdx +1 -2
- package/docs/usage/providers/gemini.zh-CN.mdx +1 -3
- package/docs/usage/providers/groq.mdx +5 -7
- package/docs/usage/providers/groq.zh-CN.mdx +5 -8
- package/docs/usage/providers/minimax.mdx +1 -3
- package/docs/usage/providers/minimax.zh-CN.mdx +1 -2
- package/docs/usage/providers/mistral.mdx +1 -3
- package/docs/usage/providers/mistral.zh-CN.mdx +2 -4
- package/docs/usage/providers/moonshot.mdx +2 -4
- package/docs/usage/providers/moonshot.zh-CN.mdx +2 -5
- package/docs/usage/providers/ollama.mdx +2 -1
- package/docs/usage/providers/ollama.zh-CN.mdx +2 -1
- package/docs/usage/providers/openai.mdx +7 -8
- package/docs/usage/providers/openai.zh-CN.mdx +6 -6
- package/docs/usage/providers/openrouter.mdx +1 -2
- package/docs/usage/providers/openrouter.zh-CN.mdx +2 -7
- package/docs/usage/providers/perplexity.mdx +1 -3
- package/docs/usage/providers/perplexity.zh-CN.mdx +2 -4
- package/docs/usage/providers/qwen.mdx +2 -3
- package/docs/usage/providers/qwen.zh-CN.mdx +3 -2
- package/docs/usage/providers/stepfun.mdx +2 -5
- package/docs/usage/providers/stepfun.zh-CN.mdx +2 -4
- package/docs/usage/providers/togetherai.mdx +1 -3
- package/docs/usage/providers/togetherai.zh-CN.mdx +1 -2
- package/docs/usage/providers/zhipu.mdx +2 -4
- package/docs/usage/providers/zhipu.zh-CN.mdx +2 -5
- package/docs/usage/tools-calling/anthropic.mdx +1 -0
- package/docs/usage/tools-calling/anthropic.zh-CN.mdx +23 -0
- package/docs/usage/tools-calling/google.mdx +1 -0
- package/docs/usage/tools-calling/google.zh-CN.mdx +13 -0
- package/docs/usage/tools-calling/groq.mdx +1 -0
- package/docs/usage/tools-calling/groq.zh-CN.mdx +15 -0
- package/docs/usage/tools-calling/openai.mdx +1 -0
- package/docs/usage/tools-calling/openai.zh-CN.mdx +831 -0
- package/docs/usage/tools-calling.mdx +3 -0
- package/docs/usage/tools-calling.zh-CN.mdx +241 -0
- package/locales/ar/error.json +2 -1
- package/locales/bg-BG/error.json +2 -1
- package/locales/de-DE/error.json +2 -1
- package/locales/en-US/error.json +2 -1
- package/locales/es-ES/error.json +2 -1
- package/locales/fr-FR/error.json +2 -1
- package/locales/it-IT/error.json +2 -1
- package/locales/ja-JP/error.json +2 -1
- package/locales/ko-KR/error.json +2 -1
- package/locales/nl-NL/error.json +2 -1
- package/locales/pl-PL/error.json +2 -1
- package/locales/pt-BR/error.json +2 -1
- package/locales/ru-RU/error.json +2 -1
- package/locales/tr-TR/error.json +2 -1
- package/locales/vi-VN/error.json +2 -1
- package/locales/zh-CN/error.json +2 -1
- package/locales/zh-TW/error.json +2 -1
- package/package.json +3 -3
- package/src/database/server/models/user.ts +7 -1
- package/src/libs/agent-runtime/utils/debugStream.ts +1 -1
- package/src/locales/default/error.ts +2 -1
- package/src/server/routers/lambda/user.ts +35 -2
- package/src/store/user/slices/modelList/selectors/modelConfig.test.ts +21 -0
- 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
|
+
[](#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
|
+
[](#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>**
|
|
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
|
|
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>
|
|
271
|
-
| [
|
|
272
|
-
| [
|
|
273
|
-
| [
|
|
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>**
|
|
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>**
|
|
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
|
-
| [
|
|
260
|
-
| [
|
|
261
|
-
| [
|
|
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>**
|
|
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>
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: Using Anthropic Claude in LobeChat
|
|
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.
|
|
6
|
-
|
|
5
|
+
assistant capabilities. Support Claude 3.5 sonnet / Claude 3 Opus / Claude 3
|
|
6
|
+
haiku
|
|
7
7
|
tags:
|
|
8
8
|
- Anthropic Claude
|
|
9
|
-
-
|
|
10
|
-
- API integration
|
|
9
|
+
- API Key
|
|
11
10
|
- AI assistant
|
|
12
|
-
-
|
|
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:
|
|
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
|
|
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
|
|
@@ -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
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
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
|
|
5
|
-
|
|
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
|
-
-
|
|
12
|
-
- Conversation Integration
|
|
11
|
+
- Web UI
|
|
13
12
|
---
|
|
14
13
|
|
|
15
14
|
# Using DeepSeek in LobeChat
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Using Groq in LobeChat
|
|
3
3
|
description: >-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
5
|
+
- LLAMA3
|
|
6
|
+
- Qwen2
|
|
7
|
+
- API keys
|
|
8
|
+
- Web UI
|
|
11
9
|
- API Key
|
|
12
|
-
- GroqCloud
|
|
13
10
|
---
|
|
14
11
|
|
|
15
12
|
# 在 LobeChat 中使用 Groq
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
title: Using OpenAI in LobeChat
|
|
2
|
+
title: Using OpenAI in LobeChat
|
|
3
3
|
description: >-
|
|
4
|
-
Learn how to integrate
|
|
5
|
-
|
|
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
|
-
-
|
|
8
|
+
- ChatGPT
|
|
9
|
+
- GPT-4
|
|
10
|
+
- GPT-4o
|
|
10
11
|
- API Key
|
|
11
|
-
-
|
|
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
|
|
3
|
+
description: 学习如何在 LobeChat 中配置和使用 OpenAI API Key,支持 GPT-4o / GPT-4-turbo / GPT-4-vision
|
|
4
4
|
tags:
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
5
|
+
- ChatGPT
|
|
6
|
+
- GPT-4
|
|
7
|
+
- GPT-4o
|
|
8
|
+
- API Key
|
|
9
|
+
- Web UI
|
|
10
10
|
---
|
|
11
11
|
|
|
12
12
|
# 在 LobeChat 中使用 OpenAI
|
|
@@ -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
|
|
@@ -6,11 +6,8 @@ description: >-
|
|
|
6
6
|
and select a model to start chatting.
|
|
7
7
|
tags:
|
|
8
8
|
- Stepfun
|
|
9
|
-
-
|
|
10
|
-
-
|
|
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
|