@lobehub/chat 0.133.1 → 0.133.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +16 -0
- package/CHANGELOG.md +1362 -2235
- package/README.md +3 -3
- package/README.zh-CN.md +2 -2
- package/contributing/Home.md +20 -28
- package/contributing/_Sidebar.md +1 -9
- package/docs/self-hosting/advanced/analytics.zh-CN.mdx +4 -2
- package/docs/self-hosting/advanced/authentication.mdx +32 -33
- package/docs/self-hosting/advanced/authentication.zh-CN.mdx +31 -34
- package/docs/self-hosting/advanced/upstream-sync.mdx +23 -26
- package/docs/self-hosting/advanced/upstream-sync.zh-CN.mdx +23 -26
- package/docs/self-hosting/environment-variables/basic.mdx +12 -14
- package/docs/self-hosting/environment-variables/basic.zh-CN.mdx +13 -15
- package/docs/self-hosting/environment-variables/model-provider.mdx +6 -2
- package/docs/self-hosting/environment-variables/model-provider.zh-CN.mdx +8 -5
- package/docs/self-hosting/environment-variables.mdx +11 -0
- package/docs/self-hosting/environment-variables.zh-CN.mdx +10 -0
- package/docs/self-hosting/examples/azure-openai.mdx +7 -7
- package/docs/self-hosting/examples/azure-openai.zh-CN.mdx +7 -7
- package/docs/self-hosting/faq/no-v1-suffix.mdx +0 -1
- package/docs/self-hosting/faq/proxy-with-unable-to-verify-leaf-signature.mdx +0 -1
- package/docs/self-hosting/platform/docker-compose.mdx +73 -79
- package/docs/self-hosting/platform/docker-compose.zh-CN.mdx +80 -86
- package/docs/self-hosting/platform/docker.mdx +96 -101
- package/docs/self-hosting/platform/docker.zh-CN.mdx +102 -107
- package/docs/self-hosting/platform/netlify.mdx +66 -145
- package/docs/self-hosting/platform/netlify.zh-CN.mdx +64 -143
- package/docs/self-hosting/platform/repocloud.mdx +7 -9
- package/docs/self-hosting/platform/repocloud.zh-CN.mdx +10 -12
- package/docs/self-hosting/platform/sealos.mdx +7 -9
- package/docs/self-hosting/platform/sealos.zh-CN.mdx +10 -12
- package/docs/self-hosting/platform/vercel.mdx +13 -15
- package/docs/self-hosting/platform/vercel.zh-CN.mdx +12 -15
- package/docs/self-hosting/platform/zeabur.mdx +7 -9
- package/docs/self-hosting/platform/zeabur.zh-CN.mdx +10 -12
- package/docs/self-hosting/start.mdx +17 -0
- package/docs/self-hosting/start.zh-CN.mdx +17 -0
- package/docs/usage/agents/concepts.mdx +0 -1
- package/docs/usage/agents/custom-agent.mdx +5 -7
- package/docs/usage/agents/custom-agent.zh-CN.mdx +3 -3
- package/docs/usage/agents/model.mdx +9 -4
- package/docs/usage/agents/model.zh-CN.mdx +5 -5
- package/docs/usage/agents/prompt.mdx +8 -9
- package/docs/usage/agents/prompt.zh-CN.mdx +7 -8
- package/docs/usage/agents/topics.mdx +1 -1
- package/docs/usage/features/agent-market.mdx +13 -11
- package/docs/usage/features/agent-market.zh-CN.mdx +7 -8
- package/docs/usage/features/local-llm.mdx +6 -5
- package/docs/usage/features/local-llm.zh-CN.mdx +8 -5
- package/docs/usage/features/mobile.mdx +5 -5
- package/docs/usage/features/mobile.zh-CN.mdx +1 -5
- package/docs/usage/features/multi-ai-providers.mdx +6 -6
- package/docs/usage/features/multi-ai-providers.zh-CN.mdx +3 -7
- package/docs/usage/features/plugin-system.mdx +20 -18
- package/docs/usage/features/plugin-system.zh-CN.mdx +20 -22
- package/docs/usage/features/pwa.mdx +9 -11
- package/docs/usage/features/pwa.zh-CN.mdx +5 -11
- package/docs/usage/features/text-to-image.mdx +5 -1
- package/docs/usage/features/text-to-image.zh-CN.mdx +1 -1
- package/docs/usage/features/theme.mdx +5 -5
- package/docs/usage/features/theme.zh-CN.mdx +1 -5
- package/docs/usage/features/tts.mdx +6 -1
- package/docs/usage/features/tts.zh-CN.mdx +1 -1
- package/docs/usage/features/vision.mdx +7 -3
- package/docs/usage/features/vision.zh-CN.mdx +1 -1
- package/docs/usage/plugins/basic-usage.mdx +2 -2
- package/docs/usage/plugins/custom-plugin.mdx +2 -2
- package/docs/usage/plugins/custom-plugin.zh-CN.mdx +2 -2
- package/docs/usage/plugins/{plugin-development.mdx → development.mdx} +7 -7
- package/docs/usage/plugins/{plugin-development.zh-CN.mdx → development.zh-CN.mdx} +7 -7
- package/docs/usage/plugins/{plugin-store.mdx → store.mdx} +0 -1
- package/docs/usage/plugins/store.zh-CN.mdx +9 -0
- package/docs/usage/providers/ollama/gemma.mdx +22 -33
- package/docs/usage/providers/ollama/gemma.zh-CN.mdx +20 -32
- package/docs/usage/providers/ollama.mdx +34 -43
- package/docs/usage/providers/ollama.zh-CN.mdx +18 -29
- package/docs/usage/start.mdx +34 -0
- package/docs/usage/start.zh-CN.mdx +28 -0
- package/package.json +24 -19
- package/src/app/settings/llm/Anthropic/index.tsx +2 -2
- package/src/app/settings/llm/index.tsx +4 -4
- package/src/config/modelProviders/ollama.ts +4 -4
- package/src/libs/agent-runtime/anthropic/index.test.ts +6 -10
- package/docs/usage/plugins/plugin-store.zh-CN.mdx +0 -9
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.