@lobehub/chat 0.128.5 → 0.128.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/.i18nrc.js +1 -1
  2. package/CHANGELOG.md +50 -0
  3. package/README.md +10 -9
  4. package/README.zh-CN.md +9 -8
  5. package/docs/{environment-variables/common.mdx → self-hosting/environment-variables/basic.mdx} +7 -0
  6. package/docs/{environment-variables/common.zh-CN.mdx → self-hosting/environment-variables/basic.zh-CN.mdx} +7 -0
  7. package/docs/self-hosting/platform/sealos.mdx +28 -0
  8. package/docs/self-hosting/platform/sealos.zh-CN.mdx +28 -0
  9. package/docs/self-hosting/platform/zeabur.mdx +28 -0
  10. package/docs/self-hosting/platform/zeabur.zh-CN.mdx +28 -0
  11. package/docs/{agents → usage/agents}/prompt.mdx +1 -1
  12. package/docs/{agents → usage/agents}/topics.mdx +1 -2
  13. package/docs/usage/features/local-llm.mdx +33 -0
  14. package/docs/usage/features/local-llm.zh-CN.mdx +33 -0
  15. package/docs/usage/features/multi-ai-providers.mdx +24 -0
  16. package/docs/usage/features/multi-ai-providers.zh-CN.mdx +24 -0
  17. package/package.json +2 -2
  18. package/src/app/api/auth/next-auth.ts +1 -0
  19. package/src/features/SideBar/BottomActions.tsx +4 -7
  20. package/src/middleware.ts +4 -1
  21. package/docs/self-hosting/environment-variable.mdx +0 -340
  22. package/docs/self-hosting/environment-variable.zh-CN.mdx +0 -344
  23. /package/docs/self-hosting/{analytics.mdx → advanced/analytics.mdx} +0 -0
  24. /package/docs/self-hosting/{analytics.zh-CN.mdx → advanced/analytics.zh-CN.mdx} +0 -0
  25. /package/docs/self-hosting/{authentication.mdx → advanced/authentication.mdx} +0 -0
  26. /package/docs/self-hosting/{authentication.zh-CN.mdx → advanced/authentication.zh-CN.mdx} +0 -0
  27. /package/docs/self-hosting/{upstream-sync.mdx → advanced/upstream-sync.mdx} +0 -0
  28. /package/docs/self-hosting/{upstream-sync.zh-CN.mdx → advanced/upstream-sync.zh-CN.mdx} +0 -0
  29. /package/docs/{environment-variables → self-hosting/environment-variables}/model-provider.mdx +0 -0
  30. /package/docs/{environment-variables → self-hosting/environment-variables}/model-provider.zh-CN.mdx +0 -0
  31. /package/docs/self-hosting/{deploy-with-azure-openai.mdx → examples/azure-openai.mdx} +0 -0
  32. /package/docs/self-hosting/{deploy-with-azure-openai.zh-CN.mdx → examples/azure-openai.zh-CN.mdx} +0 -0
  33. /package/docs/{common-errors → self-hosting/faq}/no-v1-suffix.mdx +0 -0
  34. /package/docs/{common-errors → self-hosting/faq}/no-v1-suffix.zh-CN.mdx +0 -0
  35. /package/docs/{common-errors → self-hosting/faq}/proxy-with-unable-to-verify-leaf-signature.mdx +0 -0
  36. /package/docs/{common-errors → self-hosting/faq}/proxy-with-unable-to-verify-leaf-signature.zh-CN.mdx +0 -0
  37. /package/docs/self-hosting/{docker-compose.mdx → platform/docker-compose.mdx} +0 -0
  38. /package/docs/self-hosting/{docker-compose.zh-CN.mdx → platform/docker-compose.zh-CN.mdx} +0 -0
  39. /package/docs/self-hosting/{docker.mdx → platform/docker.mdx} +0 -0
  40. /package/docs/self-hosting/{docker.zh-CN.mdx → platform/docker.zh-CN.mdx} +0 -0
  41. /package/docs/self-hosting/{vercel.mdx → platform/vercel.mdx} +0 -0
  42. /package/docs/self-hosting/{vercel.zh-CN.mdx → platform/vercel.zh-CN.mdx} +0 -0
  43. /package/docs/{agents → usage/agents}/concepts.mdx +0 -0
  44. /package/docs/{agents → usage/agents}/concepts.zh-CN.mdx +0 -0
  45. /package/docs/{agents → usage/agents}/custom-agent.mdx +0 -0
  46. /package/docs/{agents → usage/agents}/custom-agent.zh-CN.mdx +0 -0
  47. /package/docs/{agents → usage/agents}/model.mdx +0 -0
  48. /package/docs/{agents → usage/agents}/model.zh-CN.mdx +0 -0
  49. /package/docs/{agents → usage/agents}/prompt.zh-CN.mdx +0 -0
  50. /package/docs/{agents → usage/agents}/topics.zh-CN.mdx +0 -0
  51. /package/docs/usage/{agent-market.mdx → features/agent-market.mdx} +0 -0
  52. /package/docs/usage/{agent-market.zh-CN.mdx → features/agent-market.zh-CN.mdx} +0 -0
  53. /package/docs/usage/{mobile.mdx → features/mobile.mdx} +0 -0
  54. /package/docs/usage/{mobile.zh-CN.mdx → features/mobile.zh-CN.mdx} +0 -0
  55. /package/docs/usage/{more.mdx → features/more.mdx} +0 -0
  56. /package/docs/usage/{more.zh-CN.mdx → features/more.zh-CN.mdx} +0 -0
  57. /package/docs/usage/{plugin-system.mdx → features/plugin-system.mdx} +0 -0
  58. /package/docs/usage/{plugin-system.zh-CN.mdx → features/plugin-system.zh-CN.mdx} +0 -0
  59. /package/docs/usage/{pwa.mdx → features/pwa.mdx} +0 -0
  60. /package/docs/usage/{pwa.zh-CN.mdx → features/pwa.zh-CN.mdx} +0 -0
  61. /package/docs/usage/{text-to-image.mdx → features/text-to-image.mdx} +0 -0
  62. /package/docs/usage/{text-to-image.zh-CN.mdx → features/text-to-image.zh-CN.mdx} +0 -0
  63. /package/docs/usage/{theme.mdx → features/theme.mdx} +0 -0
  64. /package/docs/usage/{theme.zh-CN.mdx → features/theme.zh-CN.mdx} +0 -0
  65. /package/docs/usage/{tts.mdx → features/tts.mdx} +0 -0
  66. /package/docs/usage/{tts.zh-CN.mdx → features/tts.zh-CN.mdx} +0 -0
  67. /package/docs/usage/{vision.mdx → features/vision.mdx} +0 -0
  68. /package/docs/usage/{vision.zh-CN.mdx → features/vision.zh-CN.mdx} +0 -0
  69. /package/docs/{plugins → usage/plugins}/basic-usage.mdx +0 -0
  70. /package/docs/{plugins → usage/plugins}/basic-usage.zh-CN.mdx +0 -0
  71. /package/docs/{plugins → usage/plugins}/custom-plugin.mdx +0 -0
  72. /package/docs/{plugins → usage/plugins}/custom-plugin.zh-CN.mdx +0 -0
  73. /package/docs/{plugins → usage/plugins}/plugin-development.mdx +0 -0
  74. /package/docs/{plugins → usage/plugins}/plugin-development.zh-CN.mdx +0 -0
  75. /package/docs/{plugins → usage/plugins}/plugin-store.mdx +0 -0
  76. /package/docs/{plugins → usage/plugins}/plugin-store.zh-CN.mdx +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes