@lobehub/lobehub 2.0.0-next.382 → 2.0.0-next.384
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +1 -0
- package/.i18nrc.js +5 -10
- package/.remarkrc.mdx.js +1 -1
- package/CHANGELOG.md +72 -0
- package/README.md +5 -3
- package/apps/desktop/src/main/controllers/LocalFileCtr.ts +25 -1
- package/apps/desktop/src/main/controllers/UpdaterCtr.ts +1 -1
- package/changelog/v1.json +21 -0
- package/docker-compose/local/.env.example +10 -8
- package/docker-compose/local/.env.zh-CN.example +10 -8
- package/docker-compose/local/bucket.config.json +24 -0
- package/docker-compose/local/docker-compose.yml +56 -37
- package/docker-compose/setup.sh +65 -30
- package/docs/.cdn.cache.json +404 -1
- package/docs/changelog/2023-09-09-plugin-system.mdx +8 -8
- package/docs/changelog/2023-09-09-plugin-system.zh-CN.mdx +6 -6
- package/docs/changelog/2023-11-14-gpt4-vision.mdx +4 -4
- package/docs/changelog/2023-11-14-gpt4-vision.zh-CN.mdx +4 -4
- package/docs/changelog/2023-11-19-tts-stt.mdx +5 -5
- package/docs/changelog/2023-11-19-tts-stt.zh-CN.mdx +5 -5
- package/docs/changelog/2023-12-22-dalle-3.mdx +4 -4
- package/docs/changelog/2023-12-22-dalle-3.zh-CN.mdx +3 -3
- package/docs/changelog/2024-02-08-sso-oauth.mdx +6 -6
- package/docs/changelog/2024-02-08-sso-oauth.zh-CN.mdx +5 -5
- package/docs/changelog/2024-02-14-ollama.mdx +7 -7
- package/docs/changelog/2024-02-14-ollama.zh-CN.mdx +7 -7
- package/docs/changelog/2024-06-19-lobe-chat-v1.mdx +9 -9
- package/docs/changelog/2024-06-19-lobe-chat-v1.zh-CN.mdx +8 -8
- package/docs/changelog/2024-07-19-gpt-4o-mini.mdx +8 -8
- package/docs/changelog/2024-07-19-gpt-4o-mini.zh-CN.mdx +8 -8
- package/docs/changelog/2024-08-02-lobe-chat-database-docker.mdx +7 -7
- package/docs/changelog/2024-08-02-lobe-chat-database-docker.zh-CN.mdx +7 -7
- package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.mdx +5 -5
- package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.zh-CN.mdx +5 -5
- package/docs/changelog/2024-09-13-openai-o1-models.mdx +6 -6
- package/docs/changelog/2024-09-13-openai-o1-models.zh-CN.mdx +7 -7
- package/docs/changelog/2024-09-20-artifacts.mdx +10 -10
- package/docs/changelog/2024-09-20-artifacts.zh-CN.mdx +10 -10
- package/docs/changelog/2024-10-27-pin-assistant.mdx +4 -4
- package/docs/changelog/2024-10-27-pin-assistant.zh-CN.mdx +4 -4
- package/docs/changelog/2024-11-06-share-text-json.mdx +7 -7
- package/docs/changelog/2024-11-06-share-text-json.zh-CN.mdx +4 -4
- package/docs/changelog/2024-11-25-november-providers.mdx +5 -5
- package/docs/changelog/2024-11-25-november-providers.zh-CN.mdx +5 -5
- package/docs/changelog/2024-11-27-forkable-chat.mdx +4 -4
- package/docs/changelog/2024-11-27-forkable-chat.zh-CN.mdx +4 -4
- package/docs/changelog/2025-01-03-user-profile.mdx +5 -5
- package/docs/changelog/2025-01-03-user-profile.zh-CN.mdx +5 -5
- package/docs/changelog/2025-01-22-new-ai-provider.mdx +4 -4
- package/docs/changelog/2025-01-22-new-ai-provider.zh-CN.mdx +4 -4
- package/docs/changelog/2025-02-02-deepseek-r1.mdx +8 -8
- package/docs/changelog/2025-02-02-deepseek-r1.zh-CN.mdx +6 -6
- package/docs/changelog/2025-03-02-new-models.zh-CN.mdx +28 -0
- package/docs/changelog/2025-04-06-exports.zh-CN.mdx +32 -0
- package/docs/changelog/2025-05-08-desktop-app.zh-CN.mdx +35 -0
- package/docs/changelog/2025-06-08-claude-4.zh-CN.mdx +20 -0
- package/docs/changelog/2025-07-08-mcp-market.zh-CN.mdx +28 -0
- package/docs/changelog/2025-08-08-image-generation.zh-CN.mdx +28 -0
- package/docs/changelog/2025-09-08-gemini.zh-CN.mdx +24 -0
- package/docs/changelog/2025-10-08-python.zh-CN.mdx +29 -0
- package/docs/changelog/2025-11-08-comfy-ui.zh-CN.mdx +28 -0
- package/docs/changelog/2025-12-20-mcp.zh-CN.mdx +26 -0
- package/docs/changelog/index.json +60 -0
- package/docs/development/basic/add-new-authentication-providers.mdx +10 -19
- package/docs/development/basic/add-new-authentication-providers.zh-CN.mdx +11 -3
- package/docs/development/basic/add-new-image-model.mdx +7 -0
- package/docs/development/basic/add-new-image-model.zh-CN.mdx +5 -0
- package/docs/development/basic/architecture.mdx +19 -10
- package/docs/development/basic/architecture.zh-CN.mdx +17 -10
- package/docs/development/basic/chat-api.mdx +9 -1
- package/docs/development/basic/chat-api.zh-CN.mdx +7 -1
- package/docs/development/basic/comfyui-development.mdx +3 -3
- package/docs/development/basic/comfyui-development.zh-CN.mdx +4 -4
- package/docs/development/basic/contributing-guidelines.mdx +12 -3
- package/docs/development/basic/contributing-guidelines.zh-CN.mdx +10 -3
- package/docs/development/basic/feature-development-frontend.mdx +15 -6
- package/docs/development/basic/feature-development-frontend.zh-CN.mdx +13 -6
- package/docs/development/basic/feature-development.mdx +16 -9
- package/docs/development/basic/feature-development.zh-CN.mdx +15 -9
- package/docs/development/basic/folder-structure.mdx +10 -1
- package/docs/development/basic/folder-structure.zh-CN.mdx +8 -1
- package/docs/development/basic/resources.mdx +12 -3
- package/docs/development/basic/resources.zh-CN.mdx +10 -3
- package/docs/development/basic/setup-development.mdx +19 -8
- package/docs/development/basic/setup-development.zh-CN.mdx +15 -8
- package/docs/development/basic/test.mdx +12 -3
- package/docs/development/basic/test.zh-CN.mdx +9 -3
- package/docs/development/basic/work-with-server-side-database.mdx +10 -3
- package/docs/development/basic/work-with-server-side-database.zh-CN.mdx +10 -3
- package/docs/development/internationalization/add-new-locale.mdx +13 -6
- package/docs/development/internationalization/add-new-locale.zh-CN.mdx +13 -6
- package/docs/development/internationalization/internationalization-implementation.mdx +16 -7
- package/docs/development/internationalization/internationalization-implementation.zh-CN.mdx +13 -7
- package/docs/development/others/lighthouse.mdx +11 -6
- package/docs/development/others/lighthouse.zh-CN.mdx +12 -6
- package/docs/development/start.mdx +18 -9
- package/docs/development/start.zh-CN.mdx +16 -9
- package/docs/development/state-management/state-management-intro.mdx +17 -9
- package/docs/development/state-management/state-management-intro.zh-CN.mdx +13 -7
- package/docs/development/state-management/state-management-selectors.mdx +12 -3
- package/docs/development/state-management/state-management-selectors.zh-CN.mdx +10 -3
- package/docs/development/tests/integration-testing.mdx +410 -0
- package/docs/development/tests/integration-testing.zh-CN.mdx +8 -2
- package/docs/glossary.md +7 -7
- package/docs/glossary.zh-CN.md +13 -0
- package/docs/self-hosting/advanced/analytics.mdx +4 -4
- package/docs/self-hosting/advanced/analytics.zh-CN.mdx +4 -4
- package/docs/self-hosting/advanced/auth/clerk.mdx +4 -4
- package/docs/self-hosting/advanced/auth/clerk.zh-CN.mdx +4 -4
- package/docs/self-hosting/advanced/auth/next-auth/auth0.mdx +13 -13
- package/docs/self-hosting/advanced/auth/next-auth/auth0.zh-CN.mdx +13 -13
- package/docs/self-hosting/advanced/auth/next-auth/authelia.mdx +10 -10
- package/docs/self-hosting/advanced/auth/next-auth/authelia.zh-CN.mdx +8 -8
- package/docs/self-hosting/advanced/auth/next-auth/authentik.mdx +6 -6
- package/docs/self-hosting/advanced/auth/next-auth/authentik.zh-CN.mdx +6 -6
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.mdx +16 -16
- package/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +15 -15
- package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.mdx +14 -14
- package/docs/self-hosting/advanced/auth/next-auth/cloudflare-zero-trust.zh-CN.mdx +15 -15
- package/docs/self-hosting/advanced/auth/next-auth/github.mdx +14 -14
- package/docs/self-hosting/advanced/auth/next-auth/github.zh-CN.mdx +12 -12
- package/docs/self-hosting/advanced/auth/next-auth/google.mdx +10 -12
- package/docs/self-hosting/advanced/auth/next-auth/google.zh-CN.mdx +77 -0
- package/docs/self-hosting/advanced/auth/next-auth/keycloak.mdx +19 -19
- package/docs/self-hosting/advanced/auth/next-auth/keycloak.zh-CN.mdx +17 -17
- package/docs/self-hosting/advanced/auth/next-auth/logto.mdx +15 -15
- package/docs/self-hosting/advanced/auth/next-auth/logto.zh-CN.mdx +15 -15
- package/docs/self-hosting/advanced/auth/next-auth/microsoft-entra-id.mdx +9 -9
- package/docs/self-hosting/advanced/auth/next-auth/microsoft-entra-id.zh-CN.mdx +8 -8
- package/docs/self-hosting/advanced/auth/next-auth/okta.mdx +8 -8
- package/docs/self-hosting/advanced/auth/next-auth/okta.zh-CN.mdx +6 -6
- package/docs/self-hosting/advanced/auth/next-auth/wechat.mdx +6 -6
- package/docs/self-hosting/advanced/auth/next-auth/wechat.zh-CN.mdx +6 -6
- package/docs/self-hosting/advanced/auth/next-auth/zitadel.mdx +14 -14
- package/docs/self-hosting/advanced/auth/next-auth/zitadel.zh-CN.mdx +15 -15
- package/docs/self-hosting/advanced/auth.mdx +37 -15
- package/docs/self-hosting/advanced/auth.zh-CN.mdx +36 -13
- package/docs/self-hosting/advanced/desktop.mdx +12 -12
- package/docs/self-hosting/advanced/desktop.zh-CN.mdx +12 -12
- package/docs/self-hosting/advanced/feature-flags.mdx +5 -5
- package/docs/self-hosting/advanced/feature-flags.zh-CN.mdx +5 -5
- package/docs/self-hosting/advanced/knowledge-base.mdx +8 -8
- package/docs/self-hosting/advanced/knowledge-base.zh-CN.mdx +7 -7
- package/docs/self-hosting/advanced/model-list.mdx +4 -4
- package/docs/self-hosting/advanced/model-list.zh-CN.mdx +4 -4
- package/docs/self-hosting/advanced/observability/grafana.mdx +7 -7
- package/docs/self-hosting/advanced/observability/grafana.zh-CN.mdx +4 -4
- package/docs/self-hosting/advanced/observability/langfuse.mdx +13 -13
- package/docs/self-hosting/advanced/observability/langfuse.zh-CN.mdx +13 -13
- package/docs/self-hosting/advanced/online-search.mdx +6 -6
- package/docs/self-hosting/advanced/online-search.zh-CN.mdx +6 -6
- package/docs/self-hosting/advanced/s3/cloudflare-r2.mdx +13 -13
- package/docs/self-hosting/advanced/s3/cloudflare-r2.zh-CN.mdx +13 -13
- package/docs/self-hosting/advanced/s3/rustfs.mdx +142 -0
- package/docs/self-hosting/advanced/s3/rustfs.zh-CN.mdx +143 -0
- package/docs/self-hosting/advanced/s3/tencent-cloud.mdx +4 -4
- package/docs/self-hosting/advanced/s3/tencent-cloud.zh-CN.mdx +4 -4
- package/docs/self-hosting/advanced/s3.mdx +4 -4
- package/docs/self-hosting/advanced/s3.zh-CN.mdx +1 -1
- package/docs/self-hosting/advanced/settings-url-share.mdx +4 -4
- package/docs/self-hosting/advanced/settings-url-share.zh-CN.mdx +5 -5
- package/docs/self-hosting/advanced/upstream-sync.mdx +11 -11
- package/docs/self-hosting/advanced/upstream-sync.zh-CN.mdx +11 -11
- package/docs/self-hosting/environment-variables/analytics.mdx +5 -5
- package/docs/self-hosting/environment-variables/analytics.zh-CN.mdx +3 -3
- package/docs/self-hosting/environment-variables/auth.mdx +3 -3
- package/docs/self-hosting/environment-variables/auth.zh-CN.mdx +4 -4
- package/docs/self-hosting/environment-variables/basic.mdx +15 -15
- package/docs/self-hosting/environment-variables/basic.zh-CN.mdx +14 -14
- package/docs/self-hosting/environment-variables/model-provider.mdx +2 -2
- package/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx +4 -4
- package/docs/self-hosting/environment-variables/s3.mdx +2 -2
- package/docs/self-hosting/environment-variables/s3.zh-CN.mdx +2 -2
- package/docs/self-hosting/environment-variables.mdx +7 -7
- package/docs/self-hosting/environment-variables.zh-CN.mdx +4 -4
- package/docs/self-hosting/examples/azure-openai.mdx +5 -4
- package/docs/self-hosting/examples/azure-openai.zh-CN.mdx +4 -3
- package/docs/self-hosting/examples/ollama.mdx +10 -10
- package/docs/self-hosting/examples/ollama.zh-CN.mdx +9 -9
- package/docs/self-hosting/faq/no-v1-suffix.mdx +2 -4
- package/docs/self-hosting/faq/no-v1-suffix.zh-CN.mdx +2 -2
- package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.mdx +2 -2
- package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.zh-CN.mdx +2 -2
- package/docs/self-hosting/platform/alibaba-cloud.mdx +8 -7
- package/docs/self-hosting/platform/alibaba-cloud.zh-CN.mdx +5 -5
- package/docs/self-hosting/platform/btpanel.mdx +12 -12
- package/docs/self-hosting/platform/btpanel.zh-CN.mdx +11 -11
- package/docs/self-hosting/platform/docker-compose.mdx +4 -4
- package/docs/self-hosting/platform/docker-compose.zh-CN.mdx +4 -4
- package/docs/self-hosting/platform/docker.mdx +6 -6
- package/docs/self-hosting/platform/docker.zh-CN.mdx +8 -8
- package/docs/self-hosting/platform/netlify.mdx +27 -26
- package/docs/self-hosting/platform/netlify.zh-CN.mdx +24 -23
- package/docs/self-hosting/platform/railway.mdx +7 -7
- package/docs/self-hosting/platform/railway.zh-CN.mdx +6 -4
- package/docs/self-hosting/platform/repocloud.mdx +7 -7
- package/docs/self-hosting/platform/repocloud.zh-CN.mdx +4 -4
- package/docs/self-hosting/platform/sealos.mdx +6 -6
- package/docs/self-hosting/platform/sealos.zh-CN.mdx +5 -4
- package/docs/self-hosting/platform/tencentcloud-lighthouse.mdx +9 -7
- package/docs/self-hosting/platform/tencentcloud-lighthouse.zh-CN.mdx +5 -5
- package/docs/self-hosting/platform/vercel.mdx +7 -6
- package/docs/self-hosting/platform/vercel.zh-CN.mdx +6 -5
- package/docs/self-hosting/platform/zeabur.mdx +9 -9
- package/docs/self-hosting/platform/zeabur.zh-CN.mdx +9 -8
- package/docs/self-hosting/server-database/docker-compose.mdx +37 -37
- package/docs/self-hosting/server-database/docker-compose.zh-CN.mdx +37 -37
- package/docs/self-hosting/server-database/docker.mdx +17 -12
- package/docs/self-hosting/server-database/docker.zh-CN.mdx +18 -12
- package/docs/self-hosting/server-database/dokploy.mdx +24 -24
- package/docs/self-hosting/server-database/dokploy.zh-CN.mdx +20 -20
- package/docs/self-hosting/server-database/netlify.mdx +4 -4
- package/docs/self-hosting/server-database/netlify.zh-CN.mdx +4 -4
- package/docs/self-hosting/server-database/railway.mdx +4 -4
- package/docs/self-hosting/server-database/railway.zh-CN.mdx +4 -4
- package/docs/self-hosting/server-database/repocloud.mdx +5 -5
- package/docs/self-hosting/server-database/repocloud.zh-CN.mdx +5 -5
- package/docs/self-hosting/server-database/sealos.mdx +5 -5
- package/docs/self-hosting/server-database/sealos.zh-CN.mdx +5 -5
- package/docs/self-hosting/server-database/vercel.mdx +76 -27
- package/docs/self-hosting/server-database/vercel.zh-CN.mdx +73 -26
- package/docs/self-hosting/server-database/zeabur.mdx +14 -14
- package/docs/self-hosting/server-database/zeabur.zh-CN.mdx +14 -14
- package/docs/self-hosting/server-database.mdx +30 -12
- package/docs/self-hosting/server-database.zh-CN.mdx +26 -9
- package/docs/self-hosting/start.mdx +6 -6
- package/docs/self-hosting/start.zh-CN.mdx +5 -5
- package/docs/usage/agent/agent-team.mdx +66 -0
- package/docs/usage/agent/agent-team.zh-CN.mdx +64 -0
- package/docs/usage/agent/gtd.mdx +35 -0
- package/docs/usage/agent/gtd.zh-CN.mdx +33 -0
- package/docs/usage/agent/notebook.mdx +65 -0
- package/docs/usage/agent/notebook.zh-CN.mdx +56 -0
- package/docs/usage/agent/sandbox.mdx +79 -0
- package/docs/usage/agent/sandbox.zh-CN.mdx +73 -0
- package/docs/usage/agent/scheduled-task.mdx +27 -0
- package/docs/usage/agent/scheduled-task.zh-CN.mdx +25 -0
- package/docs/usage/agent/share.mdx +92 -0
- package/docs/usage/agent/share.zh-CN.mdx +60 -0
- package/docs/usage/agent/topic.mdx +59 -0
- package/docs/usage/agent/topic.zh-CN.mdx +57 -0
- package/docs/usage/agent/translate.mdx +32 -0
- package/docs/usage/agent/translate.zh-CN.mdx +29 -0
- package/docs/usage/agent/tts-stt.mdx +38 -0
- package/docs/usage/agent/tts-stt.zh-CN.mdx +36 -0
- package/docs/usage/community/agent-market.mdx +44 -0
- package/docs/usage/community/agent-market.zh-CN.mdx +41 -0
- package/docs/usage/community/become-a-creator.mdx +27 -0
- package/docs/usage/community/become-a-creator.zh-CN.mdx +25 -0
- package/docs/usage/community/custom-plugin.mdx +37 -0
- package/docs/usage/community/custom-plugin.zh-CN.mdx +35 -0
- package/docs/usage/community/mcp-market.mdx +32 -0
- package/docs/usage/community/mcp-market.zh-CN.mdx +30 -0
- package/docs/usage/community/publish-agent.mdx +30 -0
- package/docs/usage/community/publish-agent.zh-CN.mdx +27 -0
- package/docs/usage/community/pulgin-development.mdx +281 -0
- package/docs/usage/{plugins/development.zh-CN.mdx → community/pulgin-development.zh-CN.mdx} +24 -23
- package/docs/usage/getting-started/agent.mdx +105 -0
- package/docs/usage/getting-started/agent.zh-CN.mdx +103 -0
- package/docs/usage/getting-started/get-lobehub.mdx +41 -0
- package/docs/usage/getting-started/get-lobehub.zh-CN.mdx +39 -0
- package/docs/usage/getting-started/image-generation.mdx +54 -0
- package/docs/usage/getting-started/image-generation.zh-CN.mdx +52 -0
- package/docs/usage/getting-started/lobe-ai.mdx +34 -0
- package/docs/usage/getting-started/lobe-ai.zh-CN.mdx +32 -0
- package/docs/usage/getting-started/memory.mdx +72 -0
- package/docs/usage/getting-started/memory.zh-CN.mdx +68 -0
- package/docs/usage/getting-started/page.mdx +62 -0
- package/docs/usage/getting-started/page.zh-CN.mdx +60 -0
- package/docs/usage/getting-started/resource.mdx +67 -0
- package/docs/usage/getting-started/resource.zh-CN.mdx +65 -0
- package/docs/usage/help.mdx +38 -0
- package/docs/usage/help.zh-CN.mdx +36 -0
- package/docs/usage/migrate-from-local-database.mdx +118 -0
- package/docs/usage/migrate-from-local-database.zh-CN.mdx +115 -0
- package/docs/usage/providers/ai21.mdx +21 -22
- package/docs/usage/providers/ai21.zh-CN.mdx +12 -12
- package/docs/usage/providers/ai302.mdx +23 -21
- package/docs/usage/providers/ai302.zh-CN.mdx +8 -8
- package/docs/usage/providers/ai360.mdx +23 -22
- package/docs/usage/providers/ai360.zh-CN.mdx +12 -12
- package/docs/usage/providers/aihubmix.mdx +98 -0
- package/docs/usage/providers/aihubmix.zh-CN.mdx +5 -5
- package/docs/usage/providers/anthropic.mdx +25 -28
- package/docs/usage/providers/anthropic.zh-CN.mdx +13 -13
- package/docs/usage/providers/azure.mdx +25 -30
- package/docs/usage/providers/azure.zh-CN.mdx +14 -14
- package/docs/usage/providers/azureai.mdx +32 -32
- package/docs/usage/providers/azureai.zh-CN.mdx +15 -15
- package/docs/usage/providers/baichuan.mdx +21 -21
- package/docs/usage/providers/baichuan.zh-CN.mdx +12 -12
- package/docs/usage/providers/bedrock.mdx +41 -41
- package/docs/usage/providers/bedrock.zh-CN.mdx +19 -19
- package/docs/usage/providers/bfl.mdx +22 -23
- package/docs/usage/providers/bfl.zh-CN.mdx +8 -10
- package/docs/usage/providers/cloudflare.mdx +27 -27
- package/docs/usage/providers/cloudflare.zh-CN.mdx +13 -13
- package/docs/usage/providers/comfyui.mdx +90 -650
- package/docs/usage/providers/comfyui.zh-CN.mdx +20 -20
- package/docs/usage/providers/deepseek.mdx +28 -30
- package/docs/usage/providers/deepseek.zh-CN.mdx +14 -14
- package/docs/usage/providers/fal.mdx +23 -24
- package/docs/usage/providers/fal.zh-CN.mdx +8 -10
- package/docs/usage/providers/fireworksai.mdx +21 -23
- package/docs/usage/providers/fireworksai.zh-CN.mdx +13 -13
- package/docs/usage/providers/giteeai.mdx +24 -26
- package/docs/usage/providers/giteeai.zh-CN.mdx +13 -13
- package/docs/usage/providers/github.mdx +30 -28
- package/docs/usage/providers/github.zh-CN.mdx +14 -14
- package/docs/usage/providers/google.mdx +25 -26
- package/docs/usage/providers/google.zh-CN.mdx +13 -13
- package/docs/usage/providers/groq.mdx +20 -25
- package/docs/usage/providers/groq.zh-CN.mdx +12 -12
- package/docs/usage/providers/hunyuan.mdx +22 -23
- package/docs/usage/providers/hunyuan.zh-CN.mdx +13 -13
- package/docs/usage/providers/infiniai.mdx +21 -14
- package/docs/usage/providers/infiniai.zh-CN.mdx +7 -7
- package/docs/usage/providers/internlm.mdx +23 -25
- package/docs/usage/providers/internlm.zh-CN.mdx +12 -12
- package/docs/usage/providers/jina.mdx +25 -24
- package/docs/usage/providers/jina.zh-CN.mdx +12 -12
- package/docs/usage/providers/lmstudio.mdx +41 -39
- package/docs/usage/providers/lmstudio.zh-CN.mdx +16 -16
- package/docs/usage/providers/minimax.mdx +28 -29
- package/docs/usage/providers/minimax.zh-CN.mdx +15 -15
- package/docs/usage/providers/mistral.mdx +21 -24
- package/docs/usage/providers/mistral.zh-CN.mdx +11 -11
- package/docs/usage/providers/modelscope.mdx +53 -33
- package/docs/usage/providers/modelscope.zh-CN.mdx +4 -4
- package/docs/usage/providers/moonshot.mdx +19 -22
- package/docs/usage/providers/moonshot.zh-CN.mdx +11 -11
- package/docs/usage/providers/novita.mdx +25 -24
- package/docs/usage/providers/novita.zh-CN.mdx +13 -13
- package/docs/usage/providers/nvidia.mdx +26 -25
- package/docs/usage/providers/nvidia.zh-CN.mdx +13 -13
- package/docs/usage/providers/ollama/gemma.mdx +20 -21
- package/docs/usage/providers/ollama/gemma.zh-CN.mdx +11 -11
- package/docs/usage/providers/ollama/qwen.mdx +22 -24
- package/docs/usage/providers/ollama/qwen.zh-CN.mdx +11 -11
- package/docs/usage/providers/ollama.mdx +56 -56
- package/docs/usage/providers/ollama.zh-CN.mdx +22 -22
- package/docs/usage/providers/openai.mdx +25 -27
- package/docs/usage/providers/openai.zh-CN.mdx +10 -10
- package/docs/usage/providers/openrouter.mdx +33 -36
- package/docs/usage/providers/openrouter.zh-CN.mdx +15 -15
- package/docs/usage/providers/perplexity.mdx +18 -19
- package/docs/usage/providers/perplexity.zh-CN.mdx +11 -11
- package/docs/usage/providers/ppio.mdx +25 -26
- package/docs/usage/providers/ppio.zh-CN.mdx +15 -15
- package/docs/usage/providers/qiniu.mdx +29 -30
- package/docs/usage/providers/qiniu.zh-CN.mdx +8 -8
- package/docs/usage/providers/qwen.mdx +29 -30
- package/docs/usage/providers/qwen.zh-CN.mdx +14 -14
- package/docs/usage/providers/sambanova.mdx +23 -22
- package/docs/usage/providers/sambanova.zh-CN.mdx +12 -12
- package/docs/usage/providers/sensenova.mdx +27 -29
- package/docs/usage/providers/sensenova.zh-CN.mdx +13 -13
- package/docs/usage/providers/siliconcloud.mdx +21 -22
- package/docs/usage/providers/siliconcloud.zh-CN.mdx +12 -12
- package/docs/usage/providers/spark.mdx +25 -25
- package/docs/usage/providers/spark.zh-CN.mdx +13 -13
- package/docs/usage/providers/stepfun.mdx +21 -22
- package/docs/usage/providers/stepfun.zh-CN.mdx +11 -11
- package/docs/usage/providers/taichu.mdx +21 -21
- package/docs/usage/providers/taichu.zh-CN.mdx +12 -12
- package/docs/usage/providers/tencentcloud.mdx +26 -24
- package/docs/usage/providers/tencentcloud.zh-CN.mdx +12 -12
- package/docs/usage/providers/togetherai.mdx +23 -23
- package/docs/usage/providers/togetherai.zh-CN.mdx +13 -13
- package/docs/usage/providers/upstage.mdx +23 -22
- package/docs/usage/providers/upstage.zh-CN.mdx +12 -12
- package/docs/usage/providers/vercel-ai-gateway.mdx +27 -29
- package/docs/usage/providers/vercel-ai-gateway.zh-CN.mdx +8 -9
- package/docs/usage/providers/vertexai.mdx +31 -29
- package/docs/usage/providers/vertexai.zh-CN.mdx +14 -14
- package/docs/usage/providers/vllm.mdx +31 -32
- package/docs/usage/providers/vllm.zh-CN.mdx +11 -11
- package/docs/usage/providers/volcengine.mdx +23 -22
- package/docs/usage/providers/volcengine.zh-CN.mdx +12 -12
- package/docs/usage/providers/wenxin.mdx +29 -30
- package/docs/usage/providers/wenxin.zh-CN.mdx +14 -14
- package/docs/usage/providers/xai.mdx +23 -25
- package/docs/usage/providers/xai.zh-CN.mdx +12 -12
- package/docs/usage/providers/zeroone.mdx +31 -29
- package/docs/usage/providers/zeroone.zh-CN.mdx +14 -16
- package/docs/usage/providers/zhipu.mdx +20 -21
- package/docs/usage/providers/zhipu.zh-CN.mdx +11 -11
- package/docs/usage/providers.mdx +14 -12
- package/docs/usage/providers.zh-CN.mdx +7 -7
- package/docs/usage/start.mdx +22 -51
- package/docs/usage/start.zh-CN.mdx +16 -44
- package/docs/usage/user-interface/appearance.mdx +53 -0
- package/docs/usage/user-interface/appearance.zh-CN.mdx +49 -0
- package/docs/usage/user-interface/command-menu.mdx +56 -0
- package/docs/usage/user-interface/command-menu.zh-CN.mdx +47 -0
- package/docs/usage/user-interface/shortcuts.mdx +53 -0
- package/docs/usage/user-interface/shortcuts.zh-CN.mdx +50 -0
- package/docs/usage/user-interface/stats.mdx +53 -0
- package/docs/usage/user-interface/stats.zh-CN.mdx +51 -0
- package/docs/usage/workspace/manage-quota.mdx +30 -0
- package/docs/usage/workspace/manage-quota.zh-CN.mdx +30 -0
- package/docs/usage/workspace/manage-team.mdx +31 -0
- package/docs/usage/workspace/manage-team.zh-CN.mdx +30 -0
- package/docs/wiki/HOME.zh-CN.md +11 -0
- package/locales/ar/discover.json +2 -0
- package/locales/ar/file.json +3 -0
- package/locales/ar/models.json +43 -0
- package/locales/bg-BG/discover.json +2 -0
- package/locales/bg-BG/file.json +3 -0
- package/locales/bg-BG/models.json +2 -0
- package/locales/de-DE/discover.json +2 -0
- package/locales/de-DE/file.json +3 -0
- package/locales/de-DE/models.json +29 -0
- package/locales/en-US/common.json +1 -0
- package/locales/en-US/discover.json +2 -0
- package/locales/en-US/file.json +3 -0
- package/locales/es-ES/discover.json +2 -0
- package/locales/es-ES/file.json +3 -0
- package/locales/es-ES/models.json +9 -0
- package/locales/fa-IR/discover.json +2 -0
- package/locales/fa-IR/file.json +3 -0
- package/locales/fa-IR/models.json +55 -0
- package/locales/fr-FR/discover.json +2 -0
- package/locales/fr-FR/file.json +3 -0
- package/locales/fr-FR/models.json +34 -0
- package/locales/it-IT/discover.json +2 -0
- package/locales/it-IT/file.json +3 -0
- package/locales/it-IT/models.json +46 -0
- package/locales/ja-JP/discover.json +2 -0
- package/locales/ja-JP/file.json +3 -0
- package/locales/ja-JP/models.json +36 -0
- package/locales/ko-KR/discover.json +2 -0
- package/locales/ko-KR/file.json +3 -0
- package/locales/ko-KR/models.json +46 -0
- package/locales/nl-NL/discover.json +2 -0
- package/locales/nl-NL/file.json +3 -0
- package/locales/nl-NL/models.json +48 -0
- package/locales/pl-PL/discover.json +2 -0
- package/locales/pl-PL/file.json +3 -0
- package/locales/pl-PL/models.json +29 -0
- package/locales/pt-BR/discover.json +2 -0
- package/locales/pt-BR/file.json +3 -0
- package/locales/pt-BR/models.json +38 -0
- package/locales/ru-RU/discover.json +2 -0
- package/locales/ru-RU/file.json +3 -0
- package/locales/ru-RU/models.json +33 -0
- package/locales/tr-TR/discover.json +2 -0
- package/locales/tr-TR/file.json +3 -0
- package/locales/tr-TR/models.json +52 -0
- package/locales/vi-VN/discover.json +2 -0
- package/locales/vi-VN/file.json +3 -0
- package/locales/vi-VN/models.json +9 -0
- package/locales/zh-CN/common.json +1 -0
- package/locales/zh-CN/discover.json +2 -0
- package/locales/zh-CN/file.json +3 -0
- package/locales/zh-CN/models.json +100 -0
- package/locales/zh-TW/discover.json +2 -0
- package/locales/zh-TW/file.json +3 -0
- package/locales/zh-TW/models.json +45 -0
- package/package.json +5 -3
- package/packages/builtin-tool-group-agent-builder/src/ExecutionRuntime/index.ts +11 -0
- package/packages/builtin-tool-group-agent-builder/src/systemRole.ts +37 -7
- package/packages/electron-client-ipc/src/types/localSystem.ts +27 -0
- package/packages/model-runtime/src/core/contextBuilders/google.test.ts +73 -0
- package/packages/model-runtime/src/core/contextBuilders/google.ts +10 -0
- package/packages/observability-otel/src/api.ts +2 -2
- package/packages/types/src/discover/assistants.ts +2 -0
- package/packages/types/src/discover/groupAgents.ts +8 -0
- package/scripts/cdnWorkflow/index.ts +2 -0
- package/scripts/docsWorkflow/autoCDN.ts +172 -0
- package/scripts/docsWorkflow/optimized.ts +21 -0
- package/scripts/docsWorkflow/utils.ts +87 -0
- package/src/app/(backend)/middleware/auth/index.ts +27 -1
- package/src/app/[variants]/(main)/community/(detail)/agent/features/AgentForkTag.tsx +59 -0
- package/src/app/[variants]/(main)/community/(detail)/agent/features/Header.tsx +9 -36
- package/src/app/[variants]/(main)/community/(detail)/group_agent/features/GroupAgentForkTag.tsx +57 -0
- package/src/app/[variants]/(main)/community/(detail)/group_agent/features/Header.tsx +18 -2
- package/src/app/[variants]/(main)/community/(detail)/user/features/UserAgentCard.tsx +11 -3
- package/src/app/[variants]/(main)/community/(detail)/user/features/UserGroupCard.tsx +11 -3
- package/src/app/[variants]/(main)/group/profile/features/GroupProfile/index.tsx +15 -1
- package/src/app/[variants]/(main)/group/profile/features/MemberProfile/index.tsx +15 -1
- package/src/app/[variants]/(main)/memory/features/MemoryAnalysis/AnalysisTrigger.tsx +2 -2
- package/src/app/[variants]/(main)/settings/about/features/Version.tsx +10 -2
- package/src/features/EditorCanvas/EditorDataMode.tsx +16 -10
- package/src/features/PageEditor/Header/index.tsx +1 -0
- package/src/features/PageEditor/Header/useMenu.tsx +22 -11
- package/src/instrumentation.ts +9 -2
- package/src/layout/GlobalProvider/index.tsx +2 -1
- package/src/libs/observability/traceparent.test.ts +69 -0
- package/src/libs/observability/traceparent.ts +110 -0
- package/src/libs/trpc/lambda/context.test.ts +13 -0
- package/src/libs/trpc/lambda/context.ts +15 -6
- package/src/libs/trpc/middleware/openTelemetry.test.ts +93 -0
- package/src/libs/trpc/middleware/openTelemetry.ts +18 -7
- package/src/locales/default/common.ts +1 -0
- package/src/locales/default/discover.ts +3 -0
- package/src/locales/default/file.ts +3 -0
- package/src/server/services/discover/index.ts +7 -0
- package/src/services/electron/desktopExportService.tsx +61 -0
- package/src/services/electron/localFileService.ts +7 -0
- package/src/store/agent/selectors/agentByIdSelectors.ts +7 -0
- package/src/store/groupProfile/action.ts +15 -0
- package/src/store/groupProfile/initialState.ts +9 -0
- package/src/store/tool/slices/mcpStore/action.ts +8 -7
- package/docs/usage/agents/agent-organization.mdx +0 -53
- package/docs/usage/agents/agent-organization.zh-CN.mdx +0 -51
- package/docs/usage/agents/concepts.mdx +0 -40
- package/docs/usage/agents/concepts.zh-CN.mdx +0 -38
- package/docs/usage/agents/custom-agent.mdx +0 -57
- package/docs/usage/agents/custom-agent.zh-CN.mdx +0 -53
- package/docs/usage/agents/model.mdx +0 -95
- package/docs/usage/agents/model.zh-CN.mdx +0 -88
- package/docs/usage/agents/prompt.mdx +0 -108
- package/docs/usage/agents/prompt.zh-CN.mdx +0 -105
- package/docs/usage/agents/topics.mdx +0 -26
- package/docs/usage/agents/topics.zh-CN.mdx +0 -25
- package/docs/usage/features/agent-market.mdx +0 -32
- package/docs/usage/features/agent-market.zh-CN.mdx +0 -31
- package/docs/usage/features/agent-team.mdx +0 -52
- package/docs/usage/features/agent-team.zh-CN.mdx +0 -52
- package/docs/usage/features/artifacts.mdx +0 -23
- package/docs/usage/features/artifacts.zh-CN.mdx +0 -22
- package/docs/usage/features/auth.mdx +0 -76
- package/docs/usage/features/auth.zh-CN.mdx +0 -74
- package/docs/usage/features/branching-conversations.mdx +0 -21
- package/docs/usage/features/branching-conversations.zh-CN.mdx +0 -21
- package/docs/usage/features/cot.mdx +0 -18
- package/docs/usage/features/cot.zh-CN.mdx +0 -18
- package/docs/usage/features/database.mdx +0 -56
- package/docs/usage/features/database.zh-CN.mdx +0 -50
- package/docs/usage/features/desktop.mdx +0 -53
- package/docs/usage/features/desktop.zh-CN.mdx +0 -49
- package/docs/usage/features/knowledge-base.mdx +0 -25
- package/docs/usage/features/knowledge-base.zh-CN.mdx +0 -22
- package/docs/usage/features/local-llm.mdx +0 -51
- package/docs/usage/features/local-llm.zh-CN.mdx +0 -44
- package/docs/usage/features/mcp-market.mdx +0 -26
- package/docs/usage/features/mcp-market.zh-CN.mdx +0 -22
- package/docs/usage/features/mcp.mdx +0 -58
- package/docs/usage/features/mcp.zh-CN.mdx +0 -54
- package/docs/usage/features/mobile.mdx +0 -20
- package/docs/usage/features/mobile.zh-CN.mdx +0 -19
- package/docs/usage/features/more.mdx +0 -32
- package/docs/usage/features/more.zh-CN.mdx +0 -28
- package/docs/usage/features/multi-ai-providers.mdx +0 -57
- package/docs/usage/features/multi-ai-providers.zh-CN.mdx +0 -58
- package/docs/usage/features/plugin-system.mdx +0 -80
- package/docs/usage/features/plugin-system.zh-CN.mdx +0 -70
- package/docs/usage/features/pwa.mdx +0 -60
- package/docs/usage/features/pwa.zh-CN.mdx +0 -61
- package/docs/usage/features/search.mdx +0 -56
- package/docs/usage/features/search.zh-CN.mdx +0 -52
- package/docs/usage/features/text-to-image.mdx +0 -18
- package/docs/usage/features/text-to-image.zh-CN.mdx +0 -19
- package/docs/usage/features/theme.mdx +0 -28
- package/docs/usage/features/theme.zh-CN.mdx +0 -25
- package/docs/usage/features/tts.mdx +0 -40
- package/docs/usage/features/tts.zh-CN.mdx +0 -35
- package/docs/usage/features/vision.mdx +0 -20
- package/docs/usage/features/vision.zh-CN.mdx +0 -18
- package/docs/usage/foundation/basic.mdx +0 -43
- package/docs/usage/foundation/basic.zh-CN.mdx +0 -46
- package/docs/usage/foundation/share.mdx +0 -35
- package/docs/usage/foundation/share.zh-CN.mdx +0 -33
- package/docs/usage/foundation/text2image.mdx +0 -39
- package/docs/usage/foundation/text2image.zh-CN.mdx +0 -35
- package/docs/usage/foundation/translate.mdx +0 -30
- package/docs/usage/foundation/translate.zh-CN.mdx +0 -29
- package/docs/usage/foundation/tts-stt.mdx +0 -38
- package/docs/usage/foundation/tts-stt.zh-CN.mdx +0 -36
- package/docs/usage/foundation/vision.mdx +0 -36
- package/docs/usage/foundation/vision.zh-CN.mdx +0 -33
- package/docs/usage/plugins/basic-usage.mdx +0 -45
- package/docs/usage/plugins/basic-usage.zh-CN.mdx +0 -44
- package/docs/usage/plugins/custom-plugin.mdx +0 -37
- package/docs/usage/plugins/custom-plugin.zh-CN.mdx +0 -35
- package/docs/usage/plugins/development.mdx +0 -279
- package/docs/usage/plugins/store.mdx +0 -22
- package/docs/usage/plugins/store.zh-CN.mdx +0 -19
- package/docs/usage/tools-calling/anthropic.mdx +0 -152
- package/docs/usage/tools-calling/anthropic.zh-CN.mdx +0 -152
- package/docs/usage/tools-calling/google.mdx +0 -109
- package/docs/usage/tools-calling/google.zh-CN.mdx +0 -109
- package/docs/usage/tools-calling/groq.mdx +0 -10
- package/docs/usage/tools-calling/groq.zh-CN.mdx +0 -163
- package/docs/usage/tools-calling/moonshot.mdx +0 -10
- package/docs/usage/tools-calling/moonshot.zh-CN.mdx +0 -24
- package/docs/usage/tools-calling/openai.mdx +0 -114
- package/docs/usage/tools-calling/openai.zh-CN.mdx +0 -114
- package/docs/usage/tools-calling.mdx +0 -12
- package/docs/usage/tools-calling.zh-CN.mdx +0 -248
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: More Features in LobeChat - Enhancing Design and Technical Capabilities
|
|
3
|
-
description: >-
|
|
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
|
-
|
|
6
|
-
tags:
|
|
7
|
-
- UI Design
|
|
8
|
-
- Conversation Experience
|
|
9
|
-
- Deployment
|
|
10
|
-
- Privacy
|
|
11
|
-
- Custom Domain
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# More Features
|
|
15
|
-
|
|
16
|
-
In addition to the above features, our design and technical capabilities will provide you with more assurance in usage:
|
|
17
|
-
|
|
18
|
-
- [x] 💎 **Exquisite UI Design**: Carefully designed interface with elegant appearance and smooth interaction effects, supporting light and dark themes, and adaptable to mobile devices. Supports PWA, providing an experience closer to native applications.
|
|
19
|
-
- [x] 🗣️ **Smooth Conversation Experience**: Responsive design brings a smooth conversation experience and supports full Markdown rendering, including code highlighting, LaTex formulas, Mermaid flowcharts, and more.
|
|
20
|
-
- [x] 💨 **Fast Deployment**: Use the Vercel platform or our Docker image, simply click the deploy button, and deployment can be completed within 1 minute without complex configuration processes.
|
|
21
|
-
- [x] 🔒 **Privacy and Security**: All data is stored locally in the user's browser, ensuring user privacy and security.
|
|
22
|
-
- [x] 🌐 **Custom Domain**: If users have their own domain, they can bind it to the platform for quick access to the chat assistant from anywhere.
|
|
23
|
-
|
|
24
|
-
> ✨ As the product continues to iterate, we will bring more exciting features!
|
|
25
|
-
|
|
26
|
-
---
|
|
27
|
-
|
|
28
|
-
<Callout>
|
|
29
|
-
You can find our upcoming [Roadmap][github-project-link] plans in the Projects section.
|
|
30
|
-
</Callout>
|
|
31
|
-
|
|
32
|
-
[github-project-link]: https://github.com/lobehub/lobe-chat/projects
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: 更多 LobeChat 特性 - 提供精致 UI 设计和流畅的对话体验
|
|
3
|
-
description: 了解更多产品特性,包括精致 UI 设计、流畅的对话体验和快速部署功能,为用户带来更好的体验。
|
|
4
|
-
tags:
|
|
5
|
-
- 精致 UI 设计
|
|
6
|
-
- 流畅对话体验
|
|
7
|
-
- 快速部署
|
|
8
|
-
- 隐私安全
|
|
9
|
-
- 自定义域名
|
|
10
|
-
---
|
|
11
|
-
|
|
12
|
-
# 更多特性
|
|
13
|
-
|
|
14
|
-
除了上述功能特性以外,我们的所具有的设计和技术能力将为你带来了更多使用保障:
|
|
15
|
-
|
|
16
|
-
- [x] 💎 **精致 UI 设计**:经过精心设计的界面,具有优雅的外观和流畅的交互效果,支持亮暗色主题,适配移动端。支持 PWA,提供更加接近原生应用的体验。
|
|
17
|
-
- [x] 🗣️ **流畅的对话体验**:流式响应带来流畅的对话体验,并且支持完整的 Markdown 渲染,包括代码高亮、LaTex 公式、Mermaid 流程图等。
|
|
18
|
-
- [x] 💨 **快速部署**:使用 Vercel 平台或者我们的 Docker 镜像,只需点击一键部署按钮,即可在 1 分钟内完成部署,无需复杂的配置过程。
|
|
19
|
-
- [x] 🔒 **隐私安全**:所有数据保存在用户浏览器本地,保证用户的隐私安全。
|
|
20
|
-
- [x] 🌐 **自定义域名**:如果用户拥有自己的域名,可以将其绑定到平台上,方便在任何地方快速访问对话助手。
|
|
21
|
-
|
|
22
|
-
> ✨ 随着产品迭代持续更新,我们将会带来更多更多令人激动的功能!
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
<Callout>你可以在 Projects 中找到我们后续的 [Roadmap][github-project-link] 计划</Callout>
|
|
27
|
-
|
|
28
|
-
[github-project-link]: https://github.com/lobehub/lobe-chat/projects
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: LobeChat with Multi AI Providers
|
|
3
|
-
description: >-
|
|
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
|
-
|
|
6
|
-
tags:
|
|
7
|
-
- LobeChat
|
|
8
|
-
- model service providers
|
|
9
|
-
- AWS Bedrock
|
|
10
|
-
- Google AI Gemini
|
|
11
|
-
- ChatGLM
|
|
12
|
-
- Moonshot AI
|
|
13
|
-
- Together AI
|
|
14
|
-
- local model support
|
|
15
|
-
- Ollama
|
|
16
|
-
---
|
|
17
|
-
|
|
18
|
-
# Multi-Model Service Provider Support
|
|
19
|
-
|
|
20
|
-
<Image alt={'Multi-Model Service Provider Support'} borderless cover src={'https://github.com/user-attachments/assets/e553e407-42de-4919-977d-7dbfcf44a821'} />
|
|
21
|
-
|
|
22
|
-
<Callout>Available in version 0.123.0 and later</Callout>
|
|
23
|
-
|
|
24
|
-
In the continuous development of LobeChat, we deeply understand the importance of diversity in model service providers for meeting the needs of the community when providing AI conversation services. Therefore, we have expanded our support to multiple model service providers, rather than being limited to a single one, in order to offer users a more diverse and rich selection of conversations.
|
|
25
|
-
|
|
26
|
-
In this way, LobeChat can more flexibly adapt to the needs of different users, while also providing developers with a wider range of choices.
|
|
27
|
-
|
|
28
|
-
## Supported Model Service Providers
|
|
29
|
-
|
|
30
|
-
We have implemented support for the following model service providers:
|
|
31
|
-
|
|
32
|
-
- **AWS Bedrock**: Integrated with AWS Bedrock service, supporting models such as **Claude / LLama2**, providing powerful natural language processing capabilities. [Learn more](https://aws.amazon.com/cn/bedrock)
|
|
33
|
-
- **Anthropic (Claude)**: Accessed Anthropic's **Claude** series models, including Claude 3 and Claude 2, with breakthroughs in multi-modal capabilities and extended context, setting a new industry benchmark. [Learn more](https://www.anthropic.com/claude)
|
|
34
|
-
- **Google AI (Gemini Pro, Gemini Vision)**: Access to Google's **Gemini** series models, including Gemini and Gemini Pro, to support advanced language understanding and generation. [Learn more](https://deepmind.google/technologies/gemini/)
|
|
35
|
-
- **ChatGLM**: Added the **ChatGLM** series models from Zhipuai (GLM-4/GLM-4-vision/GLM-3-turbo), providing users with another efficient conversation model choice. [Learn more](https://www.zhipuai.cn/)
|
|
36
|
-
- **Moonshot AI (Dark Side of the Moon)**: Integrated with the Moonshot series models, an innovative AI startup from China, aiming to provide deeper conversation understanding. [Learn more](https://www.moonshot.cn/)
|
|
37
|
-
- **Groq**: Accessed Groq's AI models, efficiently processing message sequences and generating responses, capable of multi-turn dialogues and single-interaction tasks. [Learn more](https://groq.com/)
|
|
38
|
-
- **OpenRouter**: Supports routing of models including **Claude 3**, **Gemma**, **Mistral**, **Llama2** and **Cohere**, with intelligent routing optimization to improve usage efficiency, open and flexible. [Learn more](https://openrouter.ai/)
|
|
39
|
-
- **01.AI (Yi Model)**: Integrated the 01.AI models, with series of APIs featuring fast inference speed, which not only shortened the processing time, but also maintained excellent model performance. [Learn more](https://01.ai/)
|
|
40
|
-
- **Together.ai**: Over 100 leading open-source Chat, Language, Image, Code, and Embedding models are available through the Together Inference API. For these models you pay just for what you use. [Learn more](https://www.together.ai/)
|
|
41
|
-
- **Minimax**: Integrated the Minimax models, including the MoE model **abab6**, offers a broader range of choices. [Learn more](https://www.minimaxi.com/)
|
|
42
|
-
- **DeepSeek**: Integrated with the DeepSeek series models, an innovative AI startup from China, The product has been designed to provide a model that balances performance with price. [Learn more](https://www.deepseek.com/)
|
|
43
|
-
- **Qwen**: Integrated with the Qwen series models, including the latest **qwen-turbo**, **qwen-plus** and **qwen-max**. [Learn more](https://help.aliyun.com/zh/dashscope/developer-reference/model-introduction)
|
|
44
|
-
|
|
45
|
-
At the same time, we are also planning to support more model service providers, such as Replicate and Perplexity, to further enrich our service provider library. If you would like LobeChat to support your favorite service provider, feel free to join our [community discussion](https://github.com/lobehub/lobe-chat/discussions/6157).
|
|
46
|
-
|
|
47
|
-
## Local Model Support
|
|
48
|
-
|
|
49
|
-
<Image alt={'Local Model Support'} borderless src={'https://github.com/lobehub/lobe-chat/assets/28616219/ca9a21bc-ea6c-4c90-bf4a-fa53b4fb2b5c'} />
|
|
50
|
-
|
|
51
|
-
To meet the specific needs of users, LobeChat also supports the use of local models based on [Ollama](https://ollama.ai), allowing users to flexibly use their own or third-party models. For more details, see [Local Model Support](/docs/usage/features/local-llm).
|
|
52
|
-
|
|
53
|
-
<Cards>
|
|
54
|
-
<Card href={'/docs/usage/providers'} title={'Using Multiple Model Providers'} />
|
|
55
|
-
|
|
56
|
-
<Card href={'/docs/usage/providers/ollama'} title={'Using Ollama Local Model'} />
|
|
57
|
-
</Cards>
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: LobeChat 支持多模型服务商
|
|
3
|
-
description: 了解 LobeChat 在多模型服务商支持方面的最新进展,包括已支持的模型服务商和计划中的扩展,以及本地模型支持的使用方式。
|
|
4
|
-
tags:
|
|
5
|
-
- LobeChat
|
|
6
|
-
- AI 会话服务
|
|
7
|
-
- 模型服务商
|
|
8
|
-
- 多模型支持
|
|
9
|
-
- 本地模型支持
|
|
10
|
-
- AWS Bedrock
|
|
11
|
-
- Google AI
|
|
12
|
-
- ChatGLM
|
|
13
|
-
- Moonshot AI
|
|
14
|
-
- 01 AI
|
|
15
|
-
- Together AI
|
|
16
|
-
- Ollama
|
|
17
|
-
---
|
|
18
|
-
|
|
19
|
-
# 多模型服务商支持
|
|
20
|
-
|
|
21
|
-
<Image alt={'多模型服务商支持'} borderless cover src={'https://github.com/user-attachments/assets/e553e407-42de-4919-977d-7dbfcf44a821'} />
|
|
22
|
-
|
|
23
|
-
<Callout>在 0.123.0 及以后版本中可用</Callout>
|
|
24
|
-
|
|
25
|
-
在 LobeChat 的不断发展过程中,我们深刻理解到在提供 AI 会话服务时模型服务商的多样性对于满足社区需求的重要性。因此,我们不再局限于单一的模型服务商,而是拓展了对多种模型服务商的支持,以便为用户提供更为丰富和多样化的会话选择。
|
|
26
|
-
|
|
27
|
-
通过这种方式,LobeChat 能够更灵活地适应不同用户的需求,同时也为开发者提供了更为广泛的选择空间。
|
|
28
|
-
|
|
29
|
-
## 已支持的模型服务商
|
|
30
|
-
|
|
31
|
-
我们已经实现了对以下模型服务商的支持:
|
|
32
|
-
|
|
33
|
-
- **AWS Bedrock**:集成了 AWS Bedrock 服务,支持了 **Claude / LLama2** 等模型,提供了强大的自然语言处理能力。[了解更多](https://aws.amazon.com/cn/bedrock)
|
|
34
|
-
- **Google AI (Gemini Pro、Gemini Vision)**:接入了 Google 的 **Gemini** 系列模型,包括 Gemini 和 Gemini Pro,以支持更高级的语言理解和生成。[了解更多](https://deepmind.google/technologies/gemini/)
|
|
35
|
-
- **Anthropic (Claude)**:接入了 Anthropic 的 **Claude** 系列模型,包括 Claude 3 和 Claude 2,多模态突破,超长上下文,树立行业新基准。[了解更多](https://www.anthropic.com/claude)
|
|
36
|
-
- **ChatGLM**:加入了智谱的 **ChatGLM** 系列模型(GLM-4/GLM-4-vision/GLM-3-turbo),为用户提供了另一种高效的会话模型选择。[了解更多](https://www.zhipuai.cn/)
|
|
37
|
-
- **Moonshot AI (月之暗面)**:集成了 Moonshot 系列模型,这是一家来自中国的创新性 AI 创业公司,旨在提供更深层次的会话理解。[了解更多](https://www.moonshot.cn/)
|
|
38
|
-
- **Together.ai**:集成部署了数百种开源模型和向量模型,无需本地部署即可随时访问这些模型。[了解更多](https://www.together.ai/)
|
|
39
|
-
- **01.AI (零一万物)**:集成了零一万物模型,系列 API 具备较快的推理速度,这不仅缩短了处理时间,同时也保持了出色的模型效果。[了解更多](https://www.lingyiwanwu.com/)
|
|
40
|
-
- **Groq**:接入了 Groq 的 AI 模型,高效处理消息序列,生成回应,胜任多轮对话及单次交互任务。[了解更多](https://groq.com/)
|
|
41
|
-
- **OpenRouter**:其支持包括 **Claude 3**,**Gemma**,**Mistral**,**Llama2**和**Cohere**等模型路由,支持智能路由优化,提升使用效率,开放且灵活。[了解更多](https://openrouter.ai/)
|
|
42
|
-
- **Minimax**: 接入了 Minimax 的 AI 模型,包括 MoE 模型 **abab6**,提供了更多的选择空间。[了解更多](https://www.minimaxi.com/)
|
|
43
|
-
- **DeepSeek**: 接入了 DeepSeek 的 AI 模型,包括最新的 **DeepSeek-V2**,提供兼顾性能与价格的模型。[了解更多](https://www.deepseek.com/)
|
|
44
|
-
- **Qwen (通义千问)**: 接入了 Qwen 的 AI 模型,包括最新的 **qwen-turbo**,**qwen-plus** 和 **qwen-max** 等模型。[了解更多](https://help.aliyun.com/zh/dashscope/developer-reference/model-introduction)
|
|
45
|
-
|
|
46
|
-
同时,我们也在计划支持更多的模型服务商,如 Replicate 和 Perplexity 等,以进一步丰富我们的服务商库。如果你希望让 LobeChat 支持你喜爱的服务商,欢迎加入我们的[社区讨论](https://github.com/lobehub/lobe-chat/discussions/6157)。
|
|
47
|
-
|
|
48
|
-
## 本地模型支持
|
|
49
|
-
|
|
50
|
-
<Image alt={'本地模型支持'} borderless src={'https://github.com/lobehub/lobe-chat/assets/28616219/ca9a21bc-ea6c-4c90-bf4a-fa53b4fb2b5c'} />
|
|
51
|
-
|
|
52
|
-
为了满足特定用户的需求,LobeChat 还基于 [Ollama](https://ollama.ai) 支持了本地模型的使用,让用户能够更灵活地使用自己的或第三方的模型,详见 [本地模型支持](/zh/docs/usage/features/local-llm)。
|
|
53
|
-
|
|
54
|
-
<Cards>
|
|
55
|
-
<Card href={'/zh/docs/usage/providers'} title={'使用多模型服务商'} />
|
|
56
|
-
|
|
57
|
-
<Card href={'/zh/docs/usage/providers/ollama'} title={'使用 Ollama 本地模型'} />
|
|
58
|
-
</Cards>
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Plugin System in LobeChat
|
|
3
|
-
description: >-
|
|
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
|
-
|
|
6
|
-
tags:
|
|
7
|
-
- LobeChat
|
|
8
|
-
- Plugin Ecosystem
|
|
9
|
-
- Assistant Functionality
|
|
10
|
-
- Plugin Development
|
|
11
|
-
- SDK
|
|
12
|
-
- Chat Application
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
# Plugin System
|
|
16
|
-
|
|
17
|
-
<Image alt={'Plugin System'} borderless cover src={'https://github.com/user-attachments/assets/66a891ac-01b6-4e3f-b978-2eb07b489b1b'} />
|
|
18
|
-
|
|
19
|
-
The plugin ecosystem of LobeChat is an important extension of its core functionality, greatly enhancing the practicality and flexibility of the LobeChat assistant.
|
|
20
|
-
|
|
21
|
-
<Video src="https://github.com/lobehub/lobe-chat/assets/28616219/f29475a3-f346-4196-a435-41a6373ab9e2" />
|
|
22
|
-
|
|
23
|
-
By utilizing plugins, LobeChat assistants can obtain and process real-time information, such as searching for web information and providing users with instant and relevant news.
|
|
24
|
-
|
|
25
|
-
In addition, these plugins are not limited to news aggregation, but can also extend to other practical functions, such as quickly searching documents, generating images, obtaining data from various platforms like Bilibili, Steam, and interacting with various third-party services.
|
|
26
|
-
|
|
27
|
-
Learn more about [plugin usage](/docs/usage/plugins/basic-usage) by checking it out.
|
|
28
|
-
|
|
29
|
-
<Callout type={'tip'}>
|
|
30
|
-
To help developers better participate in this ecosystem, we provide comprehensive development
|
|
31
|
-
resources. This includes detailed component development documentation, a fully-featured software
|
|
32
|
-
development kit (SDK), and template examples, all aimed at simplifying the development process and
|
|
33
|
-
lowering the entry barrier for developers.
|
|
34
|
-
</Callout>
|
|
35
|
-
|
|
36
|
-
<Callout type={'important'}>
|
|
37
|
-
We welcome developers to utilize these resources, unleash their creativity, and write
|
|
38
|
-
feature-rich, user-friendly plugins. Through collective efforts, we can continuously expand the
|
|
39
|
-
functional boundaries of the chat application and explore a more intelligent and efficient
|
|
40
|
-
creativity platform.
|
|
41
|
-
</Callout>
|
|
42
|
-
|
|
43
|
-
## Plugin Ecosystem
|
|
44
|
-
|
|
45
|
-
<Callout>
|
|
46
|
-
If you are interested in plugin development, please refer to our [📘 Plugin Development
|
|
47
|
-
Guide](/docs/usage/plugins/development) in the Wiki.
|
|
48
|
-
</Callout>
|
|
49
|
-
|
|
50
|
-
- [lobe-chat-plugins][lobe-chat-plugins]: This is the plugin index for LobeChat. It retrieves the list of plugins from the index.json of this repository and displays them to the users.
|
|
51
|
-
- [chat-plugin-template][chat-plugin-template]: Chat Plugin plugin development template, you can quickly create a new plugin project through the project template.
|
|
52
|
-
- [@lobehub/chat-plugin-sdk][chat-plugin-sdk]: The LobeChat plugin SDK can help you create excellent Lobe Chat plugins.
|
|
53
|
-
- [@lobehub/chat-plugins-gateway][chat-plugins-gateway]: The LobeChat plugin gateway is a backend service that serves as the gateway for LobeChat plugins. We deploy this service using Vercel.
|
|
54
|
-
|
|
55
|
-
### Roadmap Progress
|
|
56
|
-
|
|
57
|
-
The plugin system of LobeChat has now entered a stable stage, and we have basically completed most of the functionality required by the plugin system. However, we are still planning and considering the new possibilities that plugins can bring to us. You can learn more in the following Issues:
|
|
58
|
-
|
|
59
|
-
<Steps>
|
|
60
|
-
### ✅ Phase One of Plugins
|
|
61
|
-
|
|
62
|
-
Implementing the separation of plugins from the main body, splitting the plugins into independent repositories for maintenance, and implementing dynamic loading of plugins. [**#73**](https://github.com/lobehub/lobe-chat/issues/73)
|
|
63
|
-
|
|
64
|
-
### ✅ Phase Two of Plugins
|
|
65
|
-
|
|
66
|
-
The security and stability of plugin usage, more accurate presentation of abnormal states, maintainability and developer-friendliness of the plugin architecture. [**#97**](https://github.com/lobehub/lobe-chat/issues/97)
|
|
67
|
-
|
|
68
|
-
### ✅ Phase Three of Plugins
|
|
69
|
-
|
|
70
|
-
Higher-level and improved customization capabilities, support for OpenAPI schema invocation, compatibility with ChatGPT plugins, and the addition of Midjourney plugins. [**#411**](https://github.com/lobehub/lobe-chat/discussions/#411)
|
|
71
|
-
|
|
72
|
-
### 💭 Phase Four of Plugins
|
|
73
|
-
|
|
74
|
-
Comprehensive authentication, visual configuration of plugin definitions, Plugin SDK CLI, Python language development template, any other ideas? Join the discussion: [**#1310**](https://github.com/lobehub/lobe-chat/discussions/#1310)
|
|
75
|
-
</Steps>
|
|
76
|
-
|
|
77
|
-
[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk
|
|
78
|
-
[chat-plugin-template]: https://github.com/lobehub/chat-plugin-template
|
|
79
|
-
[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway
|
|
80
|
-
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: LobeChat 插件生态系统 - 功能扩展与开发资源
|
|
3
|
-
description: 了解 LobeChat 插件生态系统如何增强 LobeChat 助手的实用性和灵活性,以及提供的开发资源和插件开发指南。
|
|
4
|
-
tags:
|
|
5
|
-
- LobeChat
|
|
6
|
-
- 插件生态系统
|
|
7
|
-
- 开发资源
|
|
8
|
-
- 插件开发指南
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
# 插件系统
|
|
12
|
-
|
|
13
|
-
<Image alt={'插件系统'} borderless cover src={'https://github.com/user-attachments/assets/66a891ac-01b6-4e3f-b978-2eb07b489b1b'} />
|
|
14
|
-
|
|
15
|
-
LobeChat 的插件生态系统是其核心功能的重要扩展,它极大地增强了 LobeChat 助手的实用性和灵活性。
|
|
16
|
-
|
|
17
|
-
<Video src="https://github.com/lobehub/lobe-chat/assets/28616219/f29475a3-f346-4196-a435-41a6373ab9e2" />
|
|
18
|
-
|
|
19
|
-
通过利用插件,LobeChat 的助手们能够实现实时信息的获取和处理,例如搜索网络信息,为用户提供即时且相关的资讯。
|
|
20
|
-
|
|
21
|
-
此外,这些插件不仅局限于新闻聚合,还可以扩展到其他实用的功能,如快速检索文档、生成图片、获取 Bilibili 、Steam 等各种平台数据,以及与其他各式各样的第三方服务交互。
|
|
22
|
-
|
|
23
|
-
通过查看 [插件使用](/zh/docs/usage/plugins/basic-usage) 了解更多。
|
|
24
|
-
|
|
25
|
-
<Callout type={'tip'}>
|
|
26
|
-
为了帮助开发者更好地参与到这个生态中来,我们在提供了全面的开发资源。这包括详尽的组件开发文档、功能齐全的软件开发工具包(SDK),以及样板示例,这些都是为了简化开发过程,降低开发者的入门门槛。
|
|
27
|
-
</Callout>
|
|
28
|
-
|
|
29
|
-
<Callout type={'important'}>
|
|
30
|
-
我们欢迎开发者利用这些资源,发挥创造力,编写出功能丰富、用户友好的插件。通过共同的努力,我们可以不断扩展聊天应用的功能界限,探索一个更加智能、高效的创造力平台。
|
|
31
|
-
</Callout>
|
|
32
|
-
|
|
33
|
-
## 插件生态体系
|
|
34
|
-
|
|
35
|
-
<Callout>
|
|
36
|
-
如果你对插件开发感兴趣,请在 Wiki 中查阅我们的 [📘
|
|
37
|
-
插件开发指南](/zh/docs/usage/plugins/development)。
|
|
38
|
-
</Callout>
|
|
39
|
-
|
|
40
|
-
- [lobe-chat-plugins][lobe-chat-plugins]:这是 LobeChat 的插件索引。它从该仓库的 index.json 中获取插件列表并显示给用户。
|
|
41
|
-
- [chat-plugin-template][chat-plugin-template]: Chat Plugin 插件开发模版,你可以通过项目模版快速新建插件项目。
|
|
42
|
-
- [@lobehub/chat-plugin-sdk][chat-plugin-sdk]:LobeChat 插件 SDK 可帮助您创建出色的 Lobe Chat 插件。
|
|
43
|
-
- [@lobehub/chat-plugins-gateway][chat-plugins-gateway]:LobeChat 插件网关是一个后端服务,作为 LobeChat 插件的网关。我们使用 Vercel 部署此服务。
|
|
44
|
-
|
|
45
|
-
### 路线进展
|
|
46
|
-
|
|
47
|
-
LobeChat 的插件系统目前已初步进入一个稳定阶段,我们已基本完成大部分插件系统所需的功能,但我们仍然在规划与思考插件能为我们带来的全新可能性。您可以在以下 Issues 中了解更多信息:
|
|
48
|
-
|
|
49
|
-
<Steps>
|
|
50
|
-
### ✅ 插件一期
|
|
51
|
-
|
|
52
|
-
实现插件与主体分离,将插件拆分为独立仓库维护,并实现插件的动态加载。 [**#73**](https://github.com/lobehub/lobe-chat/issues/73)
|
|
53
|
-
|
|
54
|
-
### ✅ 插件二期
|
|
55
|
-
|
|
56
|
-
插件的安全性与使用的稳定性,更加精准地呈现异常状态,插件架构的可维护性与开发者友好。[**#97**](https://github.com/lobehub/lobe-chat/issues/97)
|
|
57
|
-
|
|
58
|
-
### ✅ 插件三期
|
|
59
|
-
|
|
60
|
-
更高阶与完善的自定义能力,支持 OpenAPI schema 调用、兼容 ChatGPT 插件、新增 Midjourney 插件。 [**#411**](https://github.com/lobehub/lobe-chat/discussions/#411)
|
|
61
|
-
|
|
62
|
-
### 💭 插件四期
|
|
63
|
-
|
|
64
|
-
完善的鉴权、可视化配置插件定义、 Plugin SDK CLI 、 Python 语言研发模板、还有什么想法?欢迎参与讨论: [**#1310**](https://github.com/lobehub/lobe-chat/discussions/#1310)
|
|
65
|
-
</Steps>
|
|
66
|
-
|
|
67
|
-
[chat-plugin-sdk]: https://github.com/lobehub/chat-plugin-sdk
|
|
68
|
-
[chat-plugin-template]: https://github.com/lobehub/chat-plugin-template
|
|
69
|
-
[chat-plugins-gateway]: https://github.com/lobehub/chat-plugins-gateway
|
|
70
|
-
[lobe-chat-plugins]: https://github.com/lobehub/lobe-chat-plugins
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: LobeChat support Progressive Web Apps (PWA)
|
|
3
|
-
description: >-
|
|
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
|
-
|
|
6
|
-
tags:
|
|
7
|
-
- Progressive Web App
|
|
8
|
-
- PWA
|
|
9
|
-
- LobeChat
|
|
10
|
-
- Web Applications
|
|
11
|
-
- User Experience
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# Progressive Web App (PWA)
|
|
15
|
-
|
|
16
|
-
<Image alt={'Progressive Web App (PWA)'} borderless cover src={'https://github.com/user-attachments/assets/9647f70f-b71b-43b6-9564-7cdd12d1c24d'} />
|
|
17
|
-
|
|
18
|
-
We understand the importance of providing a seamless experience for users in today's multi-device environment. To achieve this, we have adopted Progressive Web App [PWA](https://support.google.com/chrome/answer/9658361) technology, which is a modern web technology that elevates web applications to a near-native app experience. Through PWA, LobeChat is able to provide a highly optimized user experience on both desktop and mobile devices, while maintaining lightweight and high performance characteristics. Visually and perceptually, we have also carefully designed it to ensure that its interface is indistinguishable from a native app, providing smooth animations, responsive layouts, and adaptation to different screen resolutions of various devices.
|
|
19
|
-
|
|
20
|
-
If you are unfamiliar with the installation process of PWA, you can follow the steps below to add LobeChat as a desktop app (also applicable to mobile devices):
|
|
21
|
-
|
|
22
|
-
## Running on Chrome / Edge
|
|
23
|
-
|
|
24
|
-
<Callout type={'important'}>
|
|
25
|
-
On macOS, when using a Chrome-installed PWA, it is required that Chrome be open, otherwise Chrome
|
|
26
|
-
will automatically open and then launch the PWA app.
|
|
27
|
-
</Callout>
|
|
28
|
-
|
|
29
|
-
<Steps>
|
|
30
|
-
### Run Chrome or Edge browser on your computer
|
|
31
|
-
|
|
32
|
-
### Visit the LobeChat webpage
|
|
33
|
-
|
|
34
|
-
### In the top right corner of the address bar, click the <kbd>Install</kbd> icon
|
|
35
|
-
|
|
36
|
-
### Follow the on-screen instructions to complete the PWA installation
|
|
37
|
-
</Steps>
|
|
38
|
-
|
|
39
|
-
## Running on Safari
|
|
40
|
-
|
|
41
|
-
Safari PWA requires macOS Ventura or later. The PWA installed by Safari does not require Safari to be open; you can directly open the PWA app.
|
|
42
|
-
|
|
43
|
-
<Steps>
|
|
44
|
-
### Run Safari browser on your computer
|
|
45
|
-
|
|
46
|
-
### Visit the LobeChat webpage
|
|
47
|
-
|
|
48
|
-
### In the top right corner of the address bar, click the <kbd>Share</kbd> icon
|
|
49
|
-
|
|
50
|
-
### Click <kbd>Add to Dock</kbd>
|
|
51
|
-
|
|
52
|
-
### Follow the on-screen instructions to complete the PWA installation
|
|
53
|
-
</Steps>
|
|
54
|
-
|
|
55
|
-
<Callout type={'tip'}>
|
|
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
|
-
</Callout>
|
|
59
|
-
|
|
60
|
-
<Image alt={'PWA White Icon'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/36695271/16ce82cb-49be-4d4d-ac86-4403a1536917'} />
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: LobeChat 支持渐进式 Web 应用(PWA)- 提升用户体验
|
|
3
|
-
description: 了解渐进式 Web 应用(PWA)技术如何提升网页应用至接近原生应用体验,以及如何在桌面和移动设备上提供优化的用户体验。
|
|
4
|
-
tags:
|
|
5
|
-
- 渐进式 Web 应用
|
|
6
|
-
- PWA 技术
|
|
7
|
-
- 用户体验
|
|
8
|
-
- 桌面应用
|
|
9
|
-
- 移动设备
|
|
10
|
-
- 轻量级
|
|
11
|
-
- 高性能
|
|
12
|
-
- 响应式布局
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
# 渐进式 Web 应用(PWA)
|
|
16
|
-
|
|
17
|
-
<Image alt={'渐进式 Web 应用(PWA)'} borderless cover src={'https://github.com/user-attachments/assets/9647f70f-b71b-43b6-9564-7cdd12d1c24d'} />
|
|
18
|
-
|
|
19
|
-
我们深知在当今多设备环境下为用户提供无缝体验的重要性。为此,我们采用了渐进式 Web 应用 [PWA](https://support.google.com/chrome/answer/9658361) 技术,这是一种能够将网页应用提升至接近原生应用体验的现代 Web 技术。通过 PWA,LobeChat 能够在桌面和移动设备上提供高度优化的用户体验,同时保持轻量级和高性能的特点。在视觉和感觉上,我们也经过精心设计,以确保它的界面与原生应用无差别,提供流畅的动画、响应式布局和适配不同设备的屏幕分辨率。
|
|
20
|
-
|
|
21
|
-
若您未熟悉 PWA 的安装过程,您可以按照以下步骤将 LobeChat 添加为您的桌面应用(也适用于移动设备):
|
|
22
|
-
|
|
23
|
-
## Chrome / Edge 浏览器上运行
|
|
24
|
-
|
|
25
|
-
<Callout type={'important'}>
|
|
26
|
-
macOS 下,使用 Chrome 安装的 PWA 时,必须要求 Chrome 是打开状态,否则会自动打开 Chrome 再打开 PWA
|
|
27
|
-
应用。
|
|
28
|
-
</Callout>
|
|
29
|
-
|
|
30
|
-
<Steps>
|
|
31
|
-
### 在电脑上运行 Chrome 或 Edge 浏览器
|
|
32
|
-
|
|
33
|
-
### 访问 LobeChat 网页
|
|
34
|
-
|
|
35
|
-
### 在地址栏的右上角,单击 <kbd>安装</kbd> 图标
|
|
36
|
-
|
|
37
|
-
### 根据屏幕上的指示完成 PWA 的安装
|
|
38
|
-
</Steps>
|
|
39
|
-
|
|
40
|
-
## Safari 浏览器上运行
|
|
41
|
-
|
|
42
|
-
Safari PWA 需要 macOS Ventura 或更高版本。Safari 安装的 PWA 并不要求 Safari 是打开状态,可以直接打开 PWA 应用。
|
|
43
|
-
|
|
44
|
-
<Steps>
|
|
45
|
-
### 在电脑上运行 Safari 浏览器
|
|
46
|
-
|
|
47
|
-
### 访问 LobeChat 网页
|
|
48
|
-
|
|
49
|
-
### 在地址栏的右上角,单击 <kbd>分享</kbd> 图标
|
|
50
|
-
|
|
51
|
-
### 点选 <kbd>添加到程序坞</kbd>
|
|
52
|
-
|
|
53
|
-
### 根据屏幕上的指示完成 PWA 的安装
|
|
54
|
-
</Steps>
|
|
55
|
-
|
|
56
|
-
<Callout type={'tip'}>
|
|
57
|
-
默认安装的 LobeChat PWA 图标是黑色背景的,您可以在自行使用 <kbd>cmd</kbd> + <kbd>i</kbd>{' '}
|
|
58
|
-
粘贴如下图片替换为白色背景的。
|
|
59
|
-
</Callout>
|
|
60
|
-
|
|
61
|
-
<Image alt={'PWA White Icon'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/36695271/16ce82cb-49be-4d4d-ac86-4403a1536917'} />
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: 'Intelligent Connected Search - Online Knowledge, On Demand'
|
|
3
|
-
description: >-
|
|
4
|
-
Stay synchronized with the world through real-time online access. Obtain the
|
|
5
|
-
latest information, verify facts, and explore current events without leaving
|
|
6
|
-
the conversation.
|
|
7
|
-
tags:
|
|
8
|
-
- Connected Search
|
|
9
|
-
- Real-time Information
|
|
10
|
-
- Search Engines
|
|
11
|
-
- Information Retrieval
|
|
12
|
-
- Fact Verification
|
|
13
|
-
- Real-time Data
|
|
14
|
-
- Knowledge Updates
|
|
15
|
-
---
|
|
16
|
-
|
|
17
|
-
# Intelligent Connected Search
|
|
18
|
-
|
|
19
|
-
<Image alt={'Intelligent Connected Search'} borderless cover src={'https://github.com/user-attachments/assets/cfdc48ac-b5f8-4a00-acee-db8f2eba09ad'}> />
|
|
20
|
-
|
|
21
|
-
**Online Knowledge, On Demand**
|
|
22
|
-
|
|
23
|
-
Stay in sync with the world through real-time online access — news, data, trends, and more. Keep your information up to date and access the latest available data, enabling your AI to provide accurate and current responses.
|
|
24
|
-
|
|
25
|
-
Access real-time information, verify facts, and explore ongoing events without leaving the conversation. Your AI becomes a gateway to the world’s knowledge, always up-to-date and comprehensive.
|
|
26
|
-
|
|
27
|
-
## Features Overview
|
|
28
|
-
|
|
29
|
-
### 🌐 Real-Time Information Access
|
|
30
|
-
|
|
31
|
-
<Callout type={'tip'}>
|
|
32
|
-
Intelligent Connected Search empowers AI to access the latest internet information, ensuring accuracy and timeliness in responses.
|
|
33
|
-
</Callout>
|
|
34
|
-
|
|
35
|
-
- **Breaking News**: Get the latest news reports and event updates
|
|
36
|
-
- **Market Data**: Real-time stock prices, exchange rates, cryptocurrency values
|
|
37
|
-
- **Weather Information**: Global weather forecasts and meteorological data
|
|
38
|
-
- **Traffic Conditions**: Live traffic updates and road status
|
|
39
|
-
- **Sports Events**: Match results, schedules, and statistics
|
|
40
|
-
|
|
41
|
-
### 🔍 Multi-Source Search Engines
|
|
42
|
-
|
|
43
|
-
Supports multiple search engines to ensure comprehensive and accurate information:
|
|
44
|
-
|
|
45
|
-
- **Google**: The world’s largest search engine
|
|
46
|
-
- **Bing**: Microsoft’s search engine
|
|
47
|
-
- **DuckDuckGo**: Privacy-focused search engine
|
|
48
|
-
|
|
49
|
-
### 📊 Structured Data Retrieval
|
|
50
|
-
|
|
51
|
-
- **Academic Papers**: Access academic databases and journals
|
|
52
|
-
- **Technical Documentation**: Obtain the latest technical documents and API references
|
|
53
|
-
- **Statistical Data**: Government statistics, survey reports, market research
|
|
54
|
-
- **Product Information**: Product details and reviews from e-commerce platforms
|
|
55
|
-
- **Laws and Regulations**: Latest legal texts and policy interpretations
|
|
56
|
-
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: 智能联网搜索 - 在线知识,按需获取
|
|
3
|
-
description: 通过实时联网访问,你的 AI 与世界保持同步。获取最新信息,验证事实,探索当前事件,无需离开对话。
|
|
4
|
-
tags:
|
|
5
|
-
- 联网搜索
|
|
6
|
-
- 实时信息
|
|
7
|
-
- 搜索引擎
|
|
8
|
-
- 信息获取
|
|
9
|
-
- 事实验证
|
|
10
|
-
- 实时数据
|
|
11
|
-
- 知识更新
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# 智能联网搜索
|
|
15
|
-
|
|
16
|
-
<Image alt={'智能联网搜索'} borderless cover src={'https://github.com/user-attachments/assets/cfdc48ac-b5f8-4a00-acee-db8f2eba09ad'} />
|
|
17
|
-
|
|
18
|
-
**在线知识,按需获取**
|
|
19
|
-
|
|
20
|
-
通过实时联网访问,你的 AI 与世界保持同步 —— 新闻、数据、趋势等。保持信息更新,获取最新可用信息,使你的 AI 能够提供准确和最新的回复。
|
|
21
|
-
|
|
22
|
-
访问实时信息,验证事实,探索当前事件,无需离开对话。你的 AI 成为通向世界知识的门户,始终保持最新和全面。
|
|
23
|
-
|
|
24
|
-
## 功能概述
|
|
25
|
-
|
|
26
|
-
### 🌐 实时信息获取
|
|
27
|
-
|
|
28
|
-
<Callout type={'tip'}>
|
|
29
|
-
智能联网搜索让 AI 能够访问最新的互联网信息,确保回答的准确性和时效性。
|
|
30
|
-
</Callout>
|
|
31
|
-
|
|
32
|
-
- **实时新闻**:获取最新的新闻报道和事件动态
|
|
33
|
-
- **市场数据**:实时股价、汇率、加密货币价格
|
|
34
|
-
- **天气信息**:全球天气预报和气象数据
|
|
35
|
-
- **交通状况**:实时路况和交通信息
|
|
36
|
-
- **体育赛事**:比赛结果、赛程和统计数据
|
|
37
|
-
|
|
38
|
-
### 🔍 多源搜索引擎
|
|
39
|
-
|
|
40
|
-
支持多个搜索引擎,确保信息的全面性和准确性:
|
|
41
|
-
|
|
42
|
-
- **Google**:全球最大的搜索引擎
|
|
43
|
-
- **Bing**:Microsoft 搜索引擎
|
|
44
|
-
- **DuckDuckGo**:注重隐私的搜索引擎
|
|
45
|
-
|
|
46
|
-
### 📊 结构化数据获取
|
|
47
|
-
|
|
48
|
-
- **学术论文**:访问学术数据库和期刊
|
|
49
|
-
- **技术文档**:获取最新的技术文档和 API 资料
|
|
50
|
-
- **统计数据**:政府统计、调查报告、市场研究
|
|
51
|
-
- **产品信息**:电商平台的产品详情和评价
|
|
52
|
-
- **法律法规**:最新的法律条文和政策解读
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Text to Image in LobeChat
|
|
3
|
-
description: >-
|
|
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
|
-
|
|
6
|
-
tags:
|
|
7
|
-
- Text to Image Generation
|
|
8
|
-
- LobeChat AI Assistant
|
|
9
|
-
- DALL-E 3
|
|
10
|
-
- MidJourney
|
|
11
|
-
- Pollinations
|
|
12
|
-
---
|
|
13
|
-
|
|
14
|
-
# Text to Image Generation
|
|
15
|
-
|
|
16
|
-
<Image alt={'Text to Image Generation'} borderless cover src={'https://github.com/user-attachments/assets/708274a7-2458-494b-a6ec-b73dfa1fa7c2'} />
|
|
17
|
-
|
|
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,19 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: LobeChat 文生图:文本转图片生成技术
|
|
3
|
-
description: >-
|
|
4
|
-
LobeChat 现在支持最新的文本到图片生成技术,让用户可以在与助手对话中直接调用文生图工具进行创作。利用 DALL-E 3、MidJourney 和 Pollinations 等 AI 工具,助手们可以将你的想法转化为图像,让创作过程更私密和沉浸式。
|
|
5
|
-
|
|
6
|
-
tags:
|
|
7
|
-
- LobeChat
|
|
8
|
-
- 文生图
|
|
9
|
-
- DALL-E 3
|
|
10
|
-
- MidJourney
|
|
11
|
-
- Pollinations
|
|
12
|
-
- AI工具
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
# Text to Image 文生图
|
|
16
|
-
|
|
17
|
-
<Image alt={'Text to Image 文生图'} borderless cover src={'https://github.com/user-attachments/assets/708274a7-2458-494b-a6ec-b73dfa1fa7c2'} />
|
|
18
|
-
|
|
19
|
-
支持最新的文本到图片生成技术,LobeChat 现在能够让用户在与助手对话中直接调用文成图工具进行创作。通过利用 [`DALL-E 3`](https://openai.com/dall-e-3)、[`MidJourney`](https://www.midjourney.com/) 和 [`Pollinations`](https://pollinations.ai/) 等 AI 工具的能力, 助手们现在可以将你的想法转化为图像。同时可以更私密和沉浸式的完成你的创造过程。
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: LobeChat support Custom Themes
|
|
3
|
-
description: >-
|
|
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
|
-
|
|
6
|
-
tags:
|
|
7
|
-
- Custom Themes
|
|
8
|
-
- Personalized User Experiences
|
|
9
|
-
- Theme Modes
|
|
10
|
-
- Color Customization
|
|
11
|
-
- Interface Design
|
|
12
|
-
- LobeChat
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
# Custom Themes
|
|
16
|
-
|
|
17
|
-
<Image alt={'Custom Themes'} borderless cover src={'https://github.com/user-attachments/assets/b47c39f1-806f-492b-8fcb-b0fa973937c1'} />
|
|
18
|
-
|
|
19
|
-
LobeChat places a strong emphasis on personalized user experiences in its interface design, and thus introduces flexible and diverse theme modes, including a light mode for daytime and a dark mode for nighttime.
|
|
20
|
-
|
|
21
|
-
In addition to theme mode switching, we also provide a series of color customization options, allowing users to adjust the application's theme colors according to their preferences. Whether it's a stable deep blue, a lively peach pink, or a professional gray and white, users can find color choices in LobeChat that match their own style.
|
|
22
|
-
|
|
23
|
-
<Callout type={'tip'}>
|
|
24
|
-
The default configuration can intelligently identify the user's system color mode and
|
|
25
|
-
automatically switch themes to ensure a consistent visual experience with the operating system.
|
|
26
|
-
</Callout>
|
|
27
|
-
|
|
28
|
-
For users who prefer to manually adjust details, LobeChat also provides intuitive setting options and offers a choice between conversation bubble mode and document mode for chat scenes.
|