@lobehub/chat 1.91.0 → 1.91.1
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 +25 -0
- package/changelog/v1.json +9 -0
- package/docs/changelog/2023-09-09-plugin-system.mdx +2 -3
- package/docs/changelog/2023-11-14-gpt4-vision.mdx +4 -6
- package/docs/changelog/2023-11-19-tts-stt.mdx +2 -3
- package/docs/changelog/2023-12-22-dalle-3.mdx +2 -5
- package/docs/changelog/2023-12-22-dalle-3.zh-CN.mdx +2 -2
- package/docs/changelog/2024-02-08-sso-oauth.mdx +2 -2
- package/docs/changelog/2024-06-19-lobe-chat-v1.mdx +2 -3
- package/docs/changelog/2024-06-19-lobe-chat-v1.zh-CN.mdx +2 -2
- package/docs/changelog/2024-07-19-gpt-4o-mini.mdx +2 -3
- package/docs/changelog/2024-07-19-gpt-4o-mini.zh-CN.mdx +2 -2
- package/docs/changelog/2024-08-02-lobe-chat-database-docker.mdx +2 -3
- package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.mdx +4 -5
- package/docs/changelog/2024-09-13-openai-o1-models.mdx +2 -2
- package/docs/changelog/2024-09-20-artifacts.mdx +2 -3
- package/docs/changelog/2024-09-20-artifacts.zh-CN.mdx +2 -2
- package/docs/changelog/2024-10-27-pin-assistant.mdx +2 -3
- package/docs/changelog/2024-11-06-share-text-json.mdx +2 -4
- package/docs/changelog/2024-11-06-share-text-json.zh-CN.mdx +2 -2
- package/docs/changelog/2024-11-25-november-providers.mdx +2 -2
- package/docs/changelog/2024-11-27-forkable-chat.mdx +2 -2
- package/docs/changelog/2025-01-03-user-profile.mdx +2 -2
- package/docs/changelog/2025-01-22-new-ai-provider.mdx +2 -2
- package/docs/changelog/2025-02-02-deepseek-r1.mdx +4 -4
- package/docs/development/basic/add-new-authentication-providers.zh-CN.mdx +1 -2
- package/docs/development/basic/chat-api.mdx +2 -4
- package/docs/development/basic/chat-api.zh-CN.mdx +2 -4
- package/docs/development/internationalization/internationalization-implementation.mdx +10 -10
- package/docs/development/internationalization/internationalization-implementation.zh-CN.mdx +10 -10
- package/docs/self-hosting/advanced/analytics.mdx +2 -2
- package/docs/self-hosting/advanced/auth/clerk.mdx +2 -2
- package/docs/self-hosting/advanced/auth/next-auth/auth0.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/authelia.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/authentik.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.mdx +4 -7
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +0 -3
- package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx +2 -2
- package/docs/self-hosting/advanced/auth/next-auth/github.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/keycloak.mdx +12 -6
- package/docs/self-hosting/advanced/auth/next-auth/keycloak.zh-CN.mdx +5 -1
- package/docs/self-hosting/advanced/auth/next-auth/logto.mdx +8 -14
- package/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx +6 -12
- package/docs/self-hosting/advanced/auth/next-auth/microsoft-entra-id.mdx +2 -3
- package/docs/self-hosting/advanced/auth/next-auth/wechat.mdx +2 -2
- package/docs/self-hosting/advanced/auth/next-auth/zitadel.mdx +2 -3
- package/docs/self-hosting/advanced/auth.mdx +2 -3
- package/docs/self-hosting/advanced/desktop.mdx +2 -1
- package/docs/self-hosting/advanced/desktop.zh-CN.mdx +1 -3
- package/docs/self-hosting/advanced/feature-flags.mdx +2 -3
- package/docs/self-hosting/advanced/knowledge-base.mdx +4 -3
- package/docs/self-hosting/advanced/model-list.mdx +11 -10
- package/docs/self-hosting/advanced/model-list.zh-CN.mdx +10 -9
- package/docs/self-hosting/advanced/observability/langfuse.mdx +2 -3
- package/docs/self-hosting/advanced/online-search.mdx +11 -10
- package/docs/self-hosting/advanced/online-search.zh-CN.mdx +7 -7
- package/docs/self-hosting/advanced/s3/tencent-cloud.mdx +2 -2
- package/docs/self-hosting/advanced/settings-url-share.mdx +2 -3
- package/docs/self-hosting/advanced/upstream-sync.mdx +2 -3
- package/docs/self-hosting/advanced/webrtc.mdx +2 -2
- package/docs/self-hosting/environment-variables/analytics.mdx +2 -3
- package/docs/self-hosting/environment-variables/auth.mdx +2 -3
- package/docs/self-hosting/environment-variables/basic.mdx +4 -5
- package/docs/self-hosting/environment-variables/basic.zh-CN.mdx +2 -2
- package/docs/self-hosting/environment-variables/model-provider.mdx +2 -3
- package/docs/self-hosting/environment-variables/s3.mdx +3 -5
- package/docs/self-hosting/environment-variables.mdx +2 -2
- package/docs/self-hosting/examples/azure-openai.mdx +2 -2
- package/docs/self-hosting/examples/ollama.mdx +2 -3
- package/docs/self-hosting/faq/no-v1-suffix.mdx +4 -4
- package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.mdx +2 -3
- package/docs/self-hosting/platform/alibaba-cloud.mdx +2 -3
- package/docs/self-hosting/platform/btpanel.mdx +5 -5
- package/docs/self-hosting/platform/btpanel.zh-CN.mdx +4 -3
- package/docs/self-hosting/platform/docker-compose.mdx +2 -3
- package/docs/self-hosting/platform/docker-compose.zh-CN.mdx +0 -2
- package/docs/self-hosting/platform/docker.mdx +2 -2
- package/docs/self-hosting/platform/netlify.mdx +2 -4
- package/docs/self-hosting/platform/netlify.zh-CN.mdx +2 -2
- package/docs/self-hosting/platform/railway.mdx +2 -3
- package/docs/self-hosting/platform/repocloud.mdx +2 -3
- package/docs/self-hosting/platform/sealos.mdx +2 -2
- package/docs/self-hosting/platform/tencentcloud-lighthouse.mdx +2 -3
- package/docs/self-hosting/platform/vercel.mdx +2 -3
- package/docs/self-hosting/platform/zeabur.mdx +2 -2
- package/docs/self-hosting/server-database/docker-compose.mdx +65 -44
- package/docs/self-hosting/server-database/docker-compose.zh-CN.mdx +48 -55
- package/docs/self-hosting/server-database/docker.mdx +2 -2
- package/docs/self-hosting/server-database/docker.zh-CN.mdx +2 -2
- package/docs/self-hosting/server-database/dokploy.mdx +4 -5
- package/docs/self-hosting/server-database/dokploy.zh-CN.mdx +137 -138
- package/docs/self-hosting/server-database/netlify.mdx +2 -2
- package/docs/self-hosting/server-database/netlify.zh-CN.mdx +2 -2
- package/docs/self-hosting/server-database/railway.mdx +2 -2
- package/docs/self-hosting/server-database/repocloud.mdx +2 -2
- package/docs/self-hosting/server-database/sealos.mdx +4 -5
- package/docs/self-hosting/server-database/sealos.zh-CN.mdx +18 -20
- package/docs/self-hosting/server-database/vercel.mdx +5 -3
- package/docs/self-hosting/server-database/vercel.zh-CN.mdx +2 -2
- package/docs/self-hosting/server-database/zeabur.mdx +2 -2
- package/docs/self-hosting/server-database.mdx +1 -1
- package/docs/self-hosting/server-database.zh-CN.mdx +2 -1
- package/docs/self-hosting/start.mdx +2 -2
- package/docs/self-hosting/start.zh-CN.mdx +2 -2
- package/docs/usage/agents/agent-organization.mdx +2 -2
- package/docs/usage/agents/concepts.mdx +4 -5
- package/docs/usage/agents/concepts.zh-CN.mdx +2 -2
- package/docs/usage/agents/custom-agent.mdx +3 -4
- package/docs/usage/agents/custom-agent.zh-CN.mdx +1 -1
- package/docs/usage/agents/model.mdx +5 -5
- package/docs/usage/agents/model.zh-CN.mdx +3 -5
- package/docs/usage/agents/prompt.mdx +4 -5
- package/docs/usage/agents/topics.mdx +3 -4
- package/docs/usage/agents/topics.zh-CN.mdx +1 -1
- package/docs/usage/features/agent-market.mdx +3 -11
- package/docs/usage/features/agent-market.zh-CN.mdx +2 -7
- package/docs/usage/features/artifacts.mdx +2 -2
- package/docs/usage/features/auth.mdx +2 -3
- package/docs/usage/features/cot.mdx +2 -2
- package/docs/usage/features/database.mdx +2 -2
- package/docs/usage/features/knowledge-base.mdx +4 -3
- package/docs/usage/features/knowledge-base.zh-CN.mdx +2 -1
- package/docs/usage/features/local-llm.mdx +2 -3
- package/docs/usage/features/mobile.mdx +2 -2
- package/docs/usage/features/more.mdx +2 -3
- package/docs/usage/features/multi-ai-providers.mdx +2 -3
- package/docs/usage/features/plugin-system.mdx +3 -11
- package/docs/usage/features/plugin-system.zh-CN.mdx +1 -8
- package/docs/usage/features/pwa.mdx +4 -4
- package/docs/usage/features/pwa.zh-CN.mdx +2 -1
- package/docs/usage/features/text-to-image.mdx +3 -11
- package/docs/usage/features/text-to-image.zh-CN.mdx +3 -10
- package/docs/usage/features/theme.mdx +2 -3
- package/docs/usage/features/tts.mdx +3 -11
- package/docs/usage/features/tts.zh-CN.mdx +1 -8
- package/docs/usage/features/vision.mdx +3 -11
- package/docs/usage/features/vision.zh-CN.mdx +1 -8
- package/docs/usage/foundation/basic.mdx +2 -3
- package/docs/usage/foundation/share.mdx +2 -3
- package/docs/usage/foundation/text2image.mdx +2 -2
- package/docs/usage/foundation/translate.mdx +2 -2
- package/docs/usage/foundation/tts-stt.mdx +2 -2
- package/docs/usage/foundation/vision.mdx +2 -3
- package/docs/usage/plugins/basic-usage.mdx +2 -3
- package/docs/usage/plugins/custom-plugin.mdx +2 -2
- package/docs/usage/plugins/development.mdx +2 -4
- package/docs/usage/plugins/store.mdx +2 -2
- package/docs/usage/providers/ai21.mdx +2 -2
- package/docs/usage/providers/anthropic.mdx +2 -3
- package/docs/usage/providers/anthropic.zh-CN.mdx +2 -2
- package/docs/usage/providers/azure.mdx +2 -3
- package/docs/usage/providers/azureai.mdx +4 -2
- package/docs/usage/providers/azureai.zh-CN.mdx +2 -1
- package/docs/usage/providers/baichuan.mdx +2 -3
- package/docs/usage/providers/bedrock.mdx +2 -3
- package/docs/usage/providers/cloudflare.mdx +3 -2
- package/docs/usage/providers/deepseek.mdx +2 -2
- package/docs/usage/providers/fireworksai.mdx +2 -2
- package/docs/usage/providers/giteeai.mdx +2 -2
- package/docs/usage/providers/github.mdx +1 -1
- package/docs/usage/providers/github.zh-CN.mdx +1 -1
- package/docs/usage/providers/google.mdx +2 -3
- package/docs/usage/providers/groq.mdx +2 -2
- package/docs/usage/providers/hunyuan.mdx +2 -2
- package/docs/usage/providers/infiniai.zh-CN.mdx +3 -1
- package/docs/usage/providers/internlm.mdx +2 -2
- package/docs/usage/providers/jina.mdx +4 -3
- package/docs/usage/providers/jina.zh-CN.mdx +2 -2
- package/docs/usage/providers/lmstudio.mdx +2 -2
- package/docs/usage/providers/lmstudio.zh-CN.mdx +2 -4
- package/docs/usage/providers/minimax.mdx +2 -3
- package/docs/usage/providers/minimax.zh-CN.mdx +2 -2
- package/docs/usage/providers/mistral.mdx +2 -3
- package/docs/usage/providers/modelscope.mdx +4 -0
- package/docs/usage/providers/modelscope.zh-CN.mdx +4 -0
- package/docs/usage/providers/moonshot.mdx +2 -3
- package/docs/usage/providers/novita.mdx +2 -3
- package/docs/usage/providers/novita.zh-CN.mdx +2 -2
- package/docs/usage/providers/nvidia.mdx +3 -2
- package/docs/usage/providers/ollama/gemma.mdx +2 -3
- package/docs/usage/providers/ollama/gemma.zh-CN.mdx +2 -2
- package/docs/usage/providers/ollama.mdx +2 -2
- package/docs/usage/providers/openai.mdx +5 -5
- package/docs/usage/providers/openai.zh-CN.mdx +3 -3
- package/docs/usage/providers/openrouter.mdx +2 -3
- package/docs/usage/providers/perplexity.mdx +2 -2
- package/docs/usage/providers/ppio.mdx +5 -6
- package/docs/usage/providers/ppio.zh-CN.mdx +6 -6
- package/docs/usage/providers/qiniu.mdx +6 -6
- package/docs/usage/providers/qiniu.zh-CN.mdx +2 -1
- package/docs/usage/providers/qwen.mdx +2 -4
- package/docs/usage/providers/sambanova.mdx +2 -1
- package/docs/usage/providers/sensenova.mdx +2 -2
- package/docs/usage/providers/siliconcloud.mdx +2 -2
- package/docs/usage/providers/stepfun.mdx +2 -3
- package/docs/usage/providers/taichu.mdx +2 -3
- package/docs/usage/providers/togetherai.mdx +2 -2
- package/docs/usage/providers/vllm.mdx +15 -12
- package/docs/usage/providers/vllm.zh-CN.mdx +9 -7
- package/docs/usage/providers/volcengine.mdx +16 -14
- package/docs/usage/providers/wenxin.mdx +2 -2
- package/docs/usage/providers/xai.mdx +2 -2
- package/docs/usage/providers/zeroone.mdx +2 -3
- package/docs/usage/providers/zeroone.zh-CN.mdx +2 -2
- package/docs/usage/providers/zhipu.mdx +2 -3
- package/docs/usage/providers/zhipu.zh-CN.mdx +1 -1
- package/docs/usage/providers.mdx +2 -3
- package/docs/usage/start.mdx +2 -3
- package/docs/usage/tools-calling/anthropic.mdx +2 -2
- package/docs/usage/tools-calling/anthropic.zh-CN.mdx +2 -2
- package/docs/usage/tools-calling/google.mdx +2 -2
- package/docs/usage/tools-calling/google.zh-CN.mdx +4 -4
- package/docs/usage/tools-calling/groq.zh-CN.mdx +2 -2
- package/docs/usage/tools-calling/openai.mdx +2 -2
- package/docs/usage/tools-calling/openai.zh-CN.mdx +2 -2
- package/package.json +1 -1
- package/src/app/(backend)/webapi/user/avatar/[id]/[image]/route.ts +1 -1
- package/src/app/[variants]/(main)/repos/[id]/_layout/Mobile.tsx +7 -7
- package/src/config/aiModels/deepseek.ts +1 -0
- package/src/config/aiModels/hunyuan.ts +1 -0
- package/src/config/aiModels/mistral.ts +1 -2
- package/src/config/aiModels/novita.ts +23 -22
- package/src/config/aiModels/openrouter.ts +1 -0
- package/src/config/aiModels/qwen.ts +11 -11
- package/src/config/aiModels/siliconcloud.ts +7 -6
- package/src/config/aiModels/vertexai.ts +2 -2
- package/src/config/aiModels/wenxin.ts +1 -2
- package/src/config/modelProviders/baichuan.ts +3 -0
- package/src/config/modelProviders/fireworksai.ts +3 -0
- package/src/config/modelProviders/giteeai.ts +3 -0
- package/src/config/modelProviders/github.ts +1 -2
- package/src/config/modelProviders/groq.ts +0 -3
- package/src/config/modelProviders/hunyuan.ts +3 -0
- package/src/config/modelProviders/infiniai.ts +0 -3
- package/src/config/modelProviders/internlm.ts +3 -0
- package/src/config/modelProviders/minimax.ts +3 -4
- package/src/config/modelProviders/moonshot.ts +0 -7
- package/src/config/modelProviders/novita.ts +3 -0
- package/src/config/modelProviders/openrouter.ts +0 -4
- package/src/config/modelProviders/perplexity.ts +0 -3
- package/src/config/modelProviders/qiniu.ts +0 -3
- package/src/config/modelProviders/qwen.ts +0 -3
- package/src/config/modelProviders/sensenova.ts +3 -0
- package/src/config/modelProviders/siliconcloud.ts +0 -3
- package/src/config/modelProviders/spark.ts +0 -5
- package/src/config/modelProviders/stepfun.ts +3 -6
- package/src/config/modelProviders/taichu.ts +3 -0
- package/src/config/modelProviders/tencentcloud.ts +3 -0
- package/src/config/modelProviders/togetherai.ts +3 -0
- package/src/config/modelProviders/upstage.ts +3 -0
- package/src/config/modelProviders/wenxin.ts +3 -4
- package/src/config/modelProviders/xai.ts +0 -3
- package/src/config/modelProviders/zhipu.ts +3 -0
- package/src/database/migrations/meta/0014_snapshot.json +182 -539
- package/src/database/migrations/meta/0016_snapshot.json +182 -539
- package/src/database/repositories/dataImporter/__tests__/fixtures/with-client-id.json +13 -58
- package/src/features/ChatInput/ActionBar/Model/ControlsForm.tsx +1 -8
- package/src/features/ChatInput/ActionBar/Model/index.tsx +8 -16
- package/src/features/ChatInput/ActionBar/Search/Controls.tsx +4 -12
- package/src/features/ChatInput/ActionBar/Search/FCSearchModel.tsx +1 -7
- package/src/features/ChatInput/ActionBar/Search/index.tsx +2 -4
- package/src/features/ModelSwitchPanel/index.tsx +1 -4
- package/src/libs/model-runtime/anthropic/index.test.ts +4 -2
- package/src/libs/model-runtime/utils/streams/anthropic.ts +12 -11
- package/src/libs/model-runtime/utils/streams/openai.ts +6 -4
- package/src/libs/model-runtime/utils/streams/protocol.ts +1 -1
- package/src/libs/model-runtime/utils/streams/spark.test.ts +1 -1
- package/src/libs/model-runtime/utils/streams/spark.ts +1 -2
- package/src/middleware.ts +1 -1
- package/src/server/services/user/index.ts +3 -4
- package/src/services/__tests__/assistant.test.ts +4 -6
- package/src/services/__tests__/tool.test.ts +3 -1
- package/src/store/user/slices/auth/selectors.ts +1 -1
- package/src/store/user/slices/common/action.test.ts +1 -1
- package/src/tools/web-browsing/index.ts +1 -7
@@ -31,41 +31,39 @@ tags:
|
|
31
31
|
在开始部署之前,您需要完成以下配置:
|
32
32
|
|
33
33
|
<Steps>
|
34
|
-
|
35
34
|
### 部署 Logto 服务
|
36
|
-
|
35
|
+
|
37
36
|
点击下方按钮部署一个 Logto 服务:
|
38
|
-
|
37
|
+
|
39
38
|
[](https://template.hzh.sealos.run/deploy?templateName=logto)
|
40
|
-
|
39
|
+
|
41
40
|
> Logto 是一个开源的身份与访问管理(IAM)平台,是 Auth0 的开源替代方案,旨在帮助开发者快速构建安全、可扩展的登录注册系统和用户身份体系。
|
42
|
-
|
43
|
-
|
44
|
-
|
41
|
+
|
42
|
+
部署完成后,等待应用的所有组件状态都变成 “运行中”,点击应用的【详情】按钮,进入应用详情页面。
|
43
|
+
|
45
44
|

|
46
|
-
|
45
|
+
|
47
46
|
点击 3002 端口对应的公网地址,即可使用公网域名访问 Logto 服务。
|
48
|
-
|
47
|
+
|
49
48
|

|
50
|
-
|
49
|
+
|
51
50
|
### 创建 Application
|
52
|
-
|
51
|
+
|
53
52
|
注册一个管理员账号,然后点击左侧的 `Applications` 菜单,进入应用列表页面。再点击右上角的 `Create application` 按钮创建应用。
|
54
|
-
|
53
|
+
|
55
54
|

|
56
|
-
|
55
|
+
|
57
56
|
选择 `Next.js (App Router)` 作为框架,然后点击 `Start building` 按钮。
|
58
|
-
|
57
|
+
|
59
58
|

|
60
|
-
|
59
|
+
|
61
60
|
在弹窗中填写应用的名称为 `Lobe Chat`,然后点击 `Create application` 按钮。接下来啥也不用填,直接点击底部的 `Finish and done` 按钮就创建完成了。
|
62
|
-
|
61
|
+
|
63
62
|

|
64
|
-
|
63
|
+
|
65
64
|
在 `Lobe Chat` 应用中找到以下三个参数,后面部署 Lobe Chat 数据库版时需要用到。
|
66
|
-
|
67
|
-

|
68
65
|
|
66
|
+

|
69
67
|
</Steps>
|
70
68
|
|
71
69
|
## 部署 Lobe Chat 数据库版
|
@@ -80,7 +78,7 @@ tags:
|
|
80
78
|
- `AUTH_LOGTO_SECRET`:Logto 应用的 App Secret
|
81
79
|
- `AUTH_LOGTO_ISSUER`:Logto 应用的 Issuer endpoint
|
82
80
|
|
83
|
-
|
81
|
+
点击【部署】按钮,部署完成后,等待应用的所有组件状态都变成 “运行中”,点击应用的【详情】按钮,进入应用详情页面。
|
84
82
|
|
85
83
|

|
86
84
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Deploy LobeChat with database on Vercel
|
3
3
|
description: >-
|
4
|
-
Learn how to deploy LobeChat with database on Vercel with ease, including:
|
5
|
-
|
4
|
+
Learn how to deploy LobeChat with database on Vercel with ease, including: database, authentication and S3 storage service.
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- Deploy LobeChat
|
8
8
|
- Vercel Deployment
|
@@ -172,7 +172,9 @@ By completing these steps, you have successfully configured the Clerk authentica
|
|
172
172
|
In the server-side database, we need to configure the S3 storage service to store files.
|
173
173
|
|
174
174
|
<Callout type={'info'}>
|
175
|
-
In this article, S3 refers to a compatible S3 storage solution, which supports object storage
|
175
|
+
In this article, S3 refers to a compatible S3 storage solution, which supports object storage
|
176
|
+
systems that comply with the Amazon S3 API. Common examples include Cloudflare R2, Alibaba Cloud
|
177
|
+
OSS, etc., all of which support S3-compatible APIs.
|
176
178
|
</Callout>
|
177
179
|
|
178
180
|
<Steps>
|
@@ -111,8 +111,8 @@ tags:
|
|
111
111
|
前往 [Clerk](https://clerk.com?utm_source=lobehub\&utm_medium=docs) 注册并创建应用,获取相应的 Public Key 和 Secret Key。
|
112
112
|
|
113
113
|
<Callout type={'info'}>
|
114
|
-
如果对 Clerk 不太了解,可以查阅
|
115
|
-
|
114
|
+
如果对 Clerk 不太了解,可以查阅 [身份验证服务 -
|
115
|
+
Clerk](/zh/docs/self-hosting/advanced/authentication#clerk) 了解 Clerk 的使用详情。
|
116
116
|
</Callout>
|
117
117
|
|
118
118
|
### 在 Vercel 中添加公、私钥环境变量
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Deploying LobeChat Database on Zeabur
|
3
3
|
description: >-
|
4
|
-
Learn how to deploy LobeChat on Zeabur with ease. Follow the provided steps to
|
5
|
-
|
4
|
+
Learn how to deploy LobeChat on Zeabur with ease. Follow the provided steps to set up your chat application seamlessly.
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- Deploy LobeChat
|
8
8
|
- Zeabur Deployment
|
@@ -95,7 +95,7 @@ Since we support file-based conversations/knowledge base conversations, we need
|
|
95
95
|
|
96
96
|
<Callout type={'info'}>
|
97
97
|
You can generate a random 32-character string as the value of `KEY_VAULTS_SECRET` using `openssl
|
98
|
-
|
98
|
+
rand -base64 32`.
|
99
99
|
</Callout>
|
100
100
|
</Steps>
|
101
101
|
|
@@ -15,7 +15,8 @@ tags:
|
|
15
15
|
LobeChat 默认使用客户端数据库(IndexedDB),同时也支持使用服务端数据库(下简称 DB 版)。LobeChat 采用了 Postgres 作为后端存储数据库。
|
16
16
|
|
17
17
|
<Callout>
|
18
|
-
PostgreSQL 是一种强大的开源关系型数据库管理系统,具备高度扩展性和标准 SQL
|
18
|
+
PostgreSQL 是一种强大的开源关系型数据库管理系统,具备高度扩展性和标准 SQL
|
19
|
+
支持。它提供了丰富的数据类型、并发处理、数据完整性、安全性及可编程性,适用于复杂应用和大规模数据管理。
|
19
20
|
</Callout>
|
20
21
|
|
21
22
|
本文将从框架角度介绍在任何一个平台中部署 DB 版 LobeChat 的流程和原理,让你知其然也知其所以然,最后可以根据自己的实际情况进行部署。
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Build Your Own LobeChat - Choose Your Deployment Platform
|
3
3
|
description: >-
|
4
|
-
Explore multiple deployment platforms like Vercel, Docker, Docker Compose, and
|
5
|
-
|
4
|
+
Explore multiple deployment platforms like Vercel, Docker, Docker Compose, and more to deploy LobeChat. Choose the platform that best suits your needs.
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- Lobe Chat
|
8
8
|
- Deployment Platform
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: 构建属于自己的 LobeChat - 自选部署平台
|
3
3
|
description: >-
|
4
|
-
选择适合自己的部署平台,构建个性化的 Lobe Chat。支持 Docker、Docker
|
5
|
-
|
4
|
+
选择适合自己的部署平台,构建个性化的 Lobe Chat。支持 Docker、Docker Compose、Netlify、Railway、Repocloud、Sealos、Vercel 和 Zeabur 部署。
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- Lobe Chat
|
8
8
|
- 部署平台
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Efficiently Organize Your AI Assistants with LobeChat
|
3
3
|
description: >-
|
4
|
-
Learn how to use LobeChat's grouping, search, and pinning functions to
|
5
|
-
|
4
|
+
Learn how to use LobeChat's grouping, search, and pinning functions to efficiently organize and locate your AI assistants.
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- LobeChat
|
8
8
|
- AI assistants
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Improving User Interaction Efficiency with Agents in LobeChat
|
3
3
|
description: >-
|
4
|
-
Discover how LobeChat's innovative approach with Agents enhances user
|
5
|
-
|
6
|
-
handling and quick access to historical conversations.
|
4
|
+
Discover how LobeChat's innovative approach with Agents enhances user experience by providing dedicated functional modules for efficient task handling and quick access to historical conversations.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- LobeChat
|
9
8
|
- Agents
|
@@ -21,7 +20,7 @@ In the official ChatGPT application, there is only the concept of "topics." As s
|
|
21
20
|
<Image
|
22
21
|
alt={'ChatGPT and Topics'}
|
23
22
|
src={
|
24
|
-
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602474-fe7cb3f3-8eb7-40d3-a69f-6615393bbd4e.png'
|
23
|
+
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602474-fe7cb3f3-8eb7-40d3-a69f-6615393bbd4e.png'
|
25
24
|
}
|
26
25
|
/>
|
27
26
|
|
@@ -34,7 +33,7 @@ Therefore, in LobeChat, we have introduced the concept of **Agents**. An agent i
|
|
34
33
|
<Image
|
35
34
|
alt={'Topics and Agent'}
|
36
35
|
src={
|
37
|
-
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602489-89893e61-2791-4083-9b57-ed80884ad58b.png'
|
36
|
+
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602489-89893e61-2791-4083-9b57-ed80884ad58b.png'
|
38
37
|
}
|
39
38
|
/>
|
40
39
|
|
@@ -18,7 +18,7 @@ tags:
|
|
18
18
|
<Image
|
19
19
|
alt={'ChatGPT 与「话题」'}
|
20
20
|
src={
|
21
|
-
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602474-fe7cb3f3-8eb7-40d3-a69f-6615393bbd4e.png'
|
21
|
+
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602474-fe7cb3f3-8eb7-40d3-a69f-6615393bbd4e.png'
|
22
22
|
}
|
23
23
|
/>
|
24
24
|
|
@@ -31,7 +31,7 @@ tags:
|
|
31
31
|
<Image
|
32
32
|
alt={'「话题」与「助手」'}
|
33
33
|
src={
|
34
|
-
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602489-89893e61-2791-4083-9b57-ed80884ad58b.png'
|
34
|
+
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602489-89893e61-2791-4083-9b57-ed80884ad58b.png'
|
35
35
|
}
|
36
36
|
/>
|
37
37
|
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Custom LobeChat Assistant Guide - Adding and Iterating Assistants
|
3
3
|
description: >-
|
4
|
-
Learn how to add assistants to your favorites list in LobeChat through the
|
5
|
-
|
6
|
-
creating custom assistants and quick setup tips.
|
4
|
+
Learn how to add assistants to your favorites list in LobeChat through the role market or by creating custom assistants. Explore detailed steps for creating custom assistants and quick setup tips.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- LobeChat
|
9
8
|
- Adding Assistants
|
@@ -24,7 +23,7 @@ If you are a beginner in Prompt writing, you might want to browse the assistant
|
|
24
23
|
<Image
|
25
24
|
alt={'Add through the role market'}
|
26
25
|
src={
|
27
|
-
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279588466-4c32041b-a8e6-4703-ba4a-f91b7800e359.png'
|
26
|
+
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279588466-4c32041b-a8e6-4703-ba4a-f91b7800e359.png'
|
28
27
|
}
|
29
28
|
/>
|
30
29
|
|
@@ -22,7 +22,7 @@ tags:
|
|
22
22
|
<Image
|
23
23
|
alt={'通过角色市场添加'}
|
24
24
|
src={
|
25
|
-
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279588466-4c32041b-a8e6-4703-ba4a-f91b7800e359.png'
|
25
|
+
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279588466-4c32041b-a8e6-4703-ba4a-f91b7800e359.png'
|
26
26
|
}
|
27
27
|
/>
|
28
28
|
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: LobeChat Model Config Guide
|
3
3
|
description: >-
|
4
|
-
Explore the capabilities of ChatGPT models from gpt-3.5-turbo to gpt-4-32k,
|
5
|
-
|
6
|
-
parameters like temperature and top-p for better output.
|
4
|
+
Explore the capabilities of ChatGPT models from gpt-3.5-turbo to gpt-4-32k, understanding their speed, context limits, and cost. Learn about model parameters like temperature and top-p for better output.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- ChatGPT Models
|
9
8
|
- Model Parameters
|
@@ -76,7 +75,7 @@ It is a mechanism that penalizes frequently occurring new vocabulary in the text
|
|
76
75
|
- `-1.0` He always watches the news in the early morning, in front of the TV watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch watch **(The highest frequency word is "watch", accounting for 57.69%)**
|
77
76
|
- `0.0` When the morning sun poured into the small diner, a tired postman appeared at the door, carrying a bag of letters in his hands. The owner warmly prepared a breakfast for him, and he started sorting the mail while enjoying his breakfast. **(The highest frequency word is "of", accounting for 8.45%)**
|
78
77
|
- `1.0` A girl in deep sleep was woken up by a warm ray of sunshine, she saw the first ray of morning light, surrounded by birdsong and flowers, everything was full of vitality. (The highest frequency word is "of", accounting for 5.45%)
|
79
|
-
- `2.0` Every morning, he would sit on the balcony to have breakfast. Under the soft setting sun, everything looked very peaceful. However, one day, when he was about to pick up his breakfast, an optimistic little bird flew by, bringing him a good mood for the day.
|
78
|
+
- `2.0` Every morning, he would sit on the balcony to have breakfast. Under the soft setting sun, everything looked very peaceful. However, one day, when he was about to pick up his breakfast, an optimistic little bird flew by, bringing him a good mood for the day. (The highest frequency word is "of", accounting for 4.94%)
|
80
79
|
|
81
80
|
<br />
|
82
81
|
|
@@ -91,5 +90,6 @@ The `reasoning_effort` parameter controls the strength of the reasoning process.
|
|
91
90
|
By adjusting the `reasoning_effort` parameter, you can find an appropriate balance between response speed and reasoning depth based on your needs. For example, in conversational scenarios, if fast responses are a priority, you can choose low reasoning effort; if more complex analysis or reasoning is needed, you can opt for high reasoning effort.
|
92
91
|
|
93
92
|
<Callout>
|
94
|
-
This parameter is only applicable to reasoning models, such as OpenAI's `o1`, `o1-mini`,
|
93
|
+
This parameter is only applicable to reasoning models, such as OpenAI's `o1`, `o1-mini`,
|
94
|
+
`o3-mini`, etc.
|
95
95
|
</Callout>
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: ChatGPT 模型指南:参数概念与应用
|
3
3
|
description: >-
|
4
|
-
了解 ChatGPT 模型的不同版本及参数概念,包括 temperature、top_p、presence_penalty 和
|
5
|
-
|
4
|
+
了解 ChatGPT 模型的不同版本及参数概念,包括 temperature、top_p、presence_penalty 和 frequency_penalty。
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- ChatGPT
|
8
8
|
- 模型指南
|
@@ -85,6 +85,4 @@ Presence Penalty 参数可以看作是对生成文本中重复内容的一种惩
|
|
85
85
|
|
86
86
|
通过调整 `reasoning_effort` 参数,可以根据需求在生成速度与推理深度之间找到适合的平衡。例如,在对话场景中,如果更关注快速响应,可以选择低推理强度;如果需要更复杂的分析或推理,可以选择高推理强度。
|
87
87
|
|
88
|
-
<Callout>
|
89
|
-
该参数仅适用于推理模型,如 OpenAI 的 `o1`、`o1-mini`、`o3-mini` 等。
|
90
|
-
</Callout>
|
88
|
+
<Callout>该参数仅适用于推理模型,如 OpenAI 的 `o1`、`o1-mini`、`o3-mini` 等。</Callout>
|
@@ -1,11 +1,10 @@
|
|
1
1
|
---
|
2
2
|
title: >-
|
3
|
-
Guide to Using Prompts in LobeChat - How to Write Effective Instructions for
|
4
|
-
|
3
|
+
Guide to Using Prompts in LobeChat - How to Write Effective Instructions for Generative AI
|
4
|
+
|
5
5
|
description: >-
|
6
|
-
Learn the basic concepts of prompts and how to write well-structured and
|
7
|
-
|
8
|
-
effectiveness of prompts to guide AI models accurately.
|
6
|
+
Learn the basic concepts of prompts and how to write well-structured and effective instructions for generative AI. Improve the quality and effectiveness of prompts to guide AI models accurately.
|
7
|
+
|
9
8
|
tags:
|
10
9
|
- Generative AI
|
11
10
|
- Prompts
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: LobeChat Topic Usage Guide
|
3
3
|
description: >-
|
4
|
-
Learn how to save and manage topics during conversations in LobeChat,
|
5
|
-
|
6
|
-
topics.
|
4
|
+
Learn how to save and manage topics during conversations in LobeChat, including saving topics, accessing the topic list, and pinning favorite topics.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- Topic Usage
|
9
8
|
- Conversation Management
|
@@ -19,7 +18,7 @@ tags:
|
|
19
18
|
borderless
|
20
19
|
cover
|
21
20
|
src={
|
22
|
-
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602496-fd72037a-735e-4cc2-aa56-2994bceaba81.png'
|
21
|
+
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602496-fd72037a-735e-4cc2-aa56-2994bceaba81.png'
|
23
22
|
}
|
24
23
|
/>
|
25
24
|
|
@@ -17,7 +17,7 @@ tags:
|
|
17
17
|
borderless
|
18
18
|
cover
|
19
19
|
src={
|
20
|
-
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602496-fd72037a-735e-4cc2-aa56-2994bceaba81.png'
|
20
|
+
'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/279602496-fd72037a-735e-4cc2-aa56-2994bceaba81.png'
|
21
21
|
}
|
22
22
|
/>
|
23
23
|
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Find best Assistants in LobeChat Assistant Market
|
3
3
|
description: >-
|
4
|
-
Explore a vibrant community of carefully designed assistants in LobeChat's
|
5
|
-
|
6
|
-
assistants in this collaborative space.
|
4
|
+
Explore a vibrant community of carefully designed assistants in LobeChat's Assistant Market. Contribute your wisdom and share your personally developed assistants in this collaborative space.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- LobeChat
|
9
8
|
- Assistant Market
|
@@ -14,14 +13,7 @@ tags:
|
|
14
13
|
|
15
14
|
# Assistant Market
|
16
15
|
|
17
|
-
<Image
|
18
|
-
alt={'Assistant Market'}
|
19
|
-
borderless
|
20
|
-
cover
|
21
|
-
src={
|
22
|
-
'https://github.com/user-attachments/assets/b3ab6e35-4fbc-468d-af10-e3e0c687350f'
|
23
|
-
}
|
24
|
-
/>
|
16
|
+
<Image alt={'Assistant Market'} borderless cover src={'https://github.com/user-attachments/assets/b3ab6e35-4fbc-468d-af10-e3e0c687350f'} />
|
25
17
|
|
26
18
|
In LobeChat's Assistant Market, creators can discover a vibrant and innovative community that brings together numerous carefully designed assistants. These assistants not only play a crucial role in work scenarios but also provide great convenience in the learning process. Our market is not just a showcase platform, but also a collaborative space. Here, everyone can contribute their wisdom and share their personally developed assistants.
|
27
19
|
|
@@ -2,6 +2,7 @@
|
|
2
2
|
title: 在 LobeChat 助手市场找到创新 AI 助手
|
3
3
|
description: >-
|
4
4
|
LobeChat助手市场是一个充满活力和创新的社区,汇聚了众多精心设计的助手,为工作场景和学习提供便利。欢迎提交你的助手作品,共同创造更多有趣、实用且具有创新性的助手。
|
5
|
+
|
5
6
|
tags:
|
6
7
|
- LobeChat
|
7
8
|
- 助手市场
|
@@ -14,13 +15,7 @@ tags:
|
|
14
15
|
|
15
16
|
# 助手市场
|
16
17
|
|
17
|
-
<Image
|
18
|
-
alt={'助手市场'}
|
19
|
-
cover
|
20
|
-
src={
|
21
|
-
'https://github.com/user-attachments/assets/b3ab6e35-4fbc-468d-af10-e3e0c687350f'
|
22
|
-
}
|
23
|
-
/>
|
18
|
+
<Image alt={'助手市场'} cover src={'https://github.com/user-attachments/assets/b3ab6e35-4fbc-468d-af10-e3e0c687350f'} />
|
24
19
|
|
25
20
|
在 LobeChat 的助手市场中,创作者们可以发现一个充满活力和创新的社区,它汇聚了众多精心设计的助手,这些助手不仅在工作场景中发挥着重要作用,也在学习过程中提供了极大的便利。我们的市场不仅是一个展示平台,更是一个协作的空间。在这里,每个人都可以贡献自己的智慧,分享个人开发的助手。
|
26
21
|
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Artifacts Support
|
3
3
|
description: >-
|
4
|
-
Discover the power of Claude Artifacts for dynamic content creation and
|
5
|
-
|
4
|
+
Discover the power of Claude Artifacts for dynamic content creation and visualization.
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- Claude Artifacts
|
8
8
|
- LobeChat
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Support Multi-User Management - Identity Verification Solutions
|
3
3
|
description: >-
|
4
|
-
Explore LobeChat's user authentication solutions with next-auth and Clerk for
|
5
|
-
|
6
|
-
registration, session management, multi-factor authentication, and more.
|
4
|
+
Explore LobeChat's user authentication solutions with next-auth and Clerk for flexible and secure user management. Learn about features like user registration, session management, multi-factor authentication, and more.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- Multi-User Management
|
9
8
|
- Identity Verification
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Chain of Thought
|
3
3
|
description: >-
|
4
|
-
Explore AI's decision-making with Chain of Thought visualization for clear
|
5
|
-
|
4
|
+
Explore AI's decision-making with Chain of Thought visualization for clear insights.
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- AI Reasoning
|
8
8
|
- Chain of Thought
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Local / Cloud Database Solutions for LobeChat
|
3
3
|
description: >-
|
4
|
-
Explore the options of local and server-side databases for LobeChat, offering
|
5
|
-
|
4
|
+
Explore the options of local and server-side databases for LobeChat, offering data control, privacy protection, and convenient user experiences.
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- Local Database
|
8
8
|
- Server-Side Database
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: File Upload / Knowledge Base
|
3
3
|
description: >-
|
4
|
-
Discover LobeChat's file upload and knowledge base features for enhanced user
|
5
|
-
|
4
|
+
Discover LobeChat's file upload and knowledge base features for enhanced user experience.
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- File Upload
|
8
8
|
- Knowledge Base
|
@@ -20,5 +20,6 @@ LobeChat supports file upload and knowledge base functionality. You can upload v
|
|
20
20
|
<Video src="https://github.com/user-attachments/assets/faa8cf67-e743-4590-8bf6-ebf6ccc34175" />
|
21
21
|
|
22
22
|
<Callout type={'tip'}>
|
23
|
-
Learn more on [📘 LobeChat Knowledge Base Launch — From Now On, Every Step
|
23
|
+
Learn more on [📘 LobeChat Knowledge Base Launch — From Now On, Every Step
|
24
|
+
Counts](https://lobehub.com/blog/knowledge-base)
|
24
25
|
</Callout>
|
@@ -17,5 +17,6 @@ LobeChat 支持文件上传与知识库功能,你可以上传文件、图片
|
|
17
17
|
<Video src="https://github.com/user-attachments/assets/faa8cf67-e743-4590-8bf6-ebf6ccc34175" />
|
18
18
|
|
19
19
|
<Callout type={'tip'}>
|
20
|
-
查阅 [📘 LobeChat 知识库上线 —— 此刻起,跬步千里](https://lobehub.com/zh/blog/knowledge-base)
|
20
|
+
查阅 [📘 LobeChat 知识库上线 —— 此刻起,跬步千里](https://lobehub.com/zh/blog/knowledge-base)
|
21
|
+
了解详情。
|
21
22
|
</Callout>
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Using Local LLM in LobeChat
|
3
3
|
description: >-
|
4
|
-
Experience groundbreaking AI support with a local LLM in LobeChat powered by
|
5
|
-
|
6
|
-
interaction speed!
|
4
|
+
Experience groundbreaking AI support with a local LLM in LobeChat powered by Ollama AI. Start conversations effortlessly and enjoy unprecedented interaction speed!
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- Local Large Language Model
|
9
8
|
- Ollama AI
|
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: LobeChat with Mobile Device Adaptation
|
3
3
|
description: >-
|
4
|
-
Explore the enhanced mobile user experience at LobeChat with optimized designs
|
5
|
-
|
4
|
+
Explore the enhanced mobile user experience at LobeChat with optimized designs for smoother interactions. Share your feedback on GitHub!
|
5
|
+
|
6
6
|
tags:
|
7
7
|
- Mobile Device Adaptation
|
8
8
|
- User Experience
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: More Features in LobeChat - Enhancing Design and Technical Capabilities
|
3
3
|
description: >-
|
4
|
-
Explore the additional features offered, including exquisite UI design, smooth
|
5
|
-
|
6
|
-
measures, and custom domain support.
|
4
|
+
Explore the additional features offered, including exquisite UI design, smooth conversation experience, fast deployment options, privacy and security measures, and custom domain support.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- UI Design
|
9
8
|
- Conversation Experience
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: LobeChat with Multi AI Providers
|
3
3
|
description: >-
|
4
|
-
Discover how LobeChat offers diverse model service provider support, including
|
5
|
-
|
6
|
-
various user needs. Explore local model support with Ollama integration.
|
4
|
+
Discover how LobeChat offers diverse model service provider support, including AWS Bedrock, Google AI Gemini series, ChatGLM, and Moonshot AI, to cater to various user needs. Explore local model support with Ollama integration.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- LobeChat
|
9
8
|
- model service providers
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: Plugin System in LobeChat
|
3
3
|
description: >-
|
4
|
-
Explore the diverse plugin ecosystem of LobeChat, extending its capabilities
|
5
|
-
|
6
|
-
simplify user interactions.
|
4
|
+
Explore the diverse plugin ecosystem of LobeChat, extending its capabilities to provide real-time information, interact with various platforms, and simplify user interactions.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- LobeChat
|
9
8
|
- Plugin Ecosystem
|
@@ -15,14 +14,7 @@ tags:
|
|
15
14
|
|
16
15
|
# Plugin System
|
17
16
|
|
18
|
-
<Image
|
19
|
-
alt={'Plugin System'}
|
20
|
-
borderless
|
21
|
-
cover
|
22
|
-
src={
|
23
|
-
'https://github.com/user-attachments/assets/66a891ac-01b6-4e3f-b978-2eb07b489b1b'
|
24
|
-
}
|
25
|
-
/>
|
17
|
+
<Image alt={'Plugin System'} borderless cover src={'https://github.com/user-attachments/assets/66a891ac-01b6-4e3f-b978-2eb07b489b1b'} />
|
26
18
|
|
27
19
|
The plugin ecosystem of LobeChat is an important extension of its core functionality, greatly enhancing the practicality and flexibility of the LobeChat assistant.
|
28
20
|
|
@@ -10,14 +10,7 @@ tags:
|
|
10
10
|
|
11
11
|
# 插件系统
|
12
12
|
|
13
|
-
<Image
|
14
|
-
alt={'插件系统'}
|
15
|
-
borderless
|
16
|
-
cover
|
17
|
-
src={
|
18
|
-
'https://github.com/user-attachments/assets/66a891ac-01b6-4e3f-b978-2eb07b489b1b'
|
19
|
-
}
|
20
|
-
/>
|
13
|
+
<Image alt={'插件系统'} borderless cover src={'https://github.com/user-attachments/assets/66a891ac-01b6-4e3f-b978-2eb07b489b1b'} />
|
21
14
|
|
22
15
|
LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地增强了 LobeChat 助手的实用性和灵活性。
|
23
16
|
|
@@ -1,9 +1,8 @@
|
|
1
1
|
---
|
2
2
|
title: LobeChat support Progressive Web Apps (PWA)
|
3
3
|
description: >-
|
4
|
-
Discover how LobeChat utilizes Progressive Web App (PWA) technology to provide
|
5
|
-
|
6
|
-
Learn how to install LobeChat as a desktop app for enhanced convenience.
|
4
|
+
Discover how LobeChat utilizes Progressive Web App (PWA) technology to provide a seamless and near-native app experience on both desktop and mobile devices. Learn how to install LobeChat as a desktop app for enhanced convenience.
|
5
|
+
|
7
6
|
tags:
|
8
7
|
- Progressive Web App
|
9
8
|
- PWA
|
@@ -54,7 +53,8 @@ Safari PWA requires macOS Ventura or later. The PWA installed by Safari does not
|
|
54
53
|
</Steps>
|
55
54
|
|
56
55
|
<Callout type={'tip'}>
|
57
|
-
The default installed LobeChat PWA icon has a black background, you can use <kbd>cmd</kbd> +
|
56
|
+
The default installed LobeChat PWA icon has a black background, you can use <kbd>cmd</kbd> +{' '}
|
57
|
+
<kbd>i</kbd> to paste the following image to replace it with a white background.
|
58
58
|
</Callout>
|
59
59
|
|
60
60
|
<Image alt={'PWA White Icon'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/36695271/16ce82cb-49be-4d4d-ac86-4403a1536917'} />
|
@@ -54,7 +54,8 @@ Safari PWA 需要 macOS Ventura 或更高版本。Safari 安装的 PWA 并不要
|
|
54
54
|
</Steps>
|
55
55
|
|
56
56
|
<Callout type={'tip'}>
|
57
|
-
默认安装的 LobeChat PWA 图标是黑色背景的,您可以在自行使用 <kbd>cmd</kbd> + <kbd>i</kbd>
|
57
|
+
默认安装的 LobeChat PWA 图标是黑色背景的,您可以在自行使用 <kbd>cmd</kbd> + <kbd>i</kbd>{' '}
|
58
|
+
粘贴如下图片替换为白色背景的。
|
58
59
|
</Callout>
|
59
60
|
|
60
61
|
<Image alt={'PWA White Icon'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/36695271/16ce82cb-49be-4d4d-ac86-4403a1536917'} />
|