@lobehub/chat 1.56.0 → 1.56.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.
Files changed (63) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/README.md +93 -45
  3. package/README.zh-CN.md +92 -44
  4. package/changelog/v1.json +18 -0
  5. package/contributing/Others/Lighthouse.md +2 -5
  6. package/contributing/Others/Lighthouse.zh-CN.md +3 -4
  7. package/docs/self-hosting/advanced/auth/next-auth/casdoor.mdx +1 -0
  8. package/docs/self-hosting/advanced/auth/next-auth/casdoor.zh-CN.mdx +1 -0
  9. package/docs/self-hosting/server-database/docker-compose.zh-CN.mdx +1 -1
  10. package/docs/self-hosting/server-database.mdx +1 -1
  11. package/docs/usage/features/agent-market.mdx +1 -1
  12. package/docs/usage/features/agent-market.zh-CN.mdx +1 -1
  13. package/docs/usage/features/artifacts.mdx +23 -0
  14. package/docs/usage/features/artifacts.zh-CN.mdx +22 -0
  15. package/docs/usage/features/auth.mdx +1 -1
  16. package/docs/usage/features/auth.zh-CN.mdx +1 -1
  17. package/docs/usage/features/branching-conversations.mdx +21 -0
  18. package/docs/usage/features/branching-conversations.zh-CN.mdx +21 -0
  19. package/docs/usage/features/cot.mdx +18 -0
  20. package/docs/usage/features/cot.zh-CN.mdx +18 -0
  21. package/docs/usage/features/database.mdx +1 -1
  22. package/docs/usage/features/database.zh-CN.mdx +1 -1
  23. package/docs/usage/features/knowledge-base.mdx +24 -0
  24. package/docs/usage/features/knowledge-base.zh-CN.mdx +21 -0
  25. package/docs/usage/features/local-llm.mdx +1 -1
  26. package/docs/usage/features/local-llm.zh-CN.mdx +1 -1
  27. package/docs/usage/features/mobile.mdx +1 -1
  28. package/docs/usage/features/mobile.zh-CN.mdx +1 -1
  29. package/docs/usage/features/multi-ai-providers.mdx +1 -1
  30. package/docs/usage/features/multi-ai-providers.zh-CN.mdx +1 -1
  31. package/docs/usage/features/plugin-system.mdx +1 -1
  32. package/docs/usage/features/plugin-system.zh-CN.mdx +1 -1
  33. package/docs/usage/features/pwa.mdx +1 -1
  34. package/docs/usage/features/pwa.zh-CN.mdx +1 -1
  35. package/docs/usage/features/text-to-image.mdx +1 -1
  36. package/docs/usage/features/text-to-image.zh-CN.mdx +1 -1
  37. package/docs/usage/features/theme.mdx +1 -1
  38. package/docs/usage/features/theme.zh-CN.mdx +1 -1
  39. package/docs/usage/features/tts.mdx +1 -1
  40. package/docs/usage/features/tts.zh-CN.mdx +1 -1
  41. package/docs/usage/features/vision.mdx +1 -1
  42. package/docs/usage/features/vision.zh-CN.mdx +1 -1
  43. package/package.json +1 -1
  44. package/scripts/readmeWorkflow/syncAgentIndex.ts +0 -1
  45. package/scripts/readmeWorkflow/syncPluginIndex.ts +0 -1
  46. package/scripts/readmeWorkflow/syncProviderIndex.ts +0 -1
  47. package/src/app/[variants]/(main)/chat/(workspace)/features/AgentSettings/CategoryContent/useCategory.tsx +39 -33
  48. package/src/app/[variants]/(main)/chat/(workspace)/features/AgentSettings/index.tsx +3 -1
  49. package/src/app/[variants]/(main)/chat/(workspace)/features/SettingButton.tsx +3 -1
  50. package/src/database/server/models/__tests__/session.test.ts +3 -3
  51. package/src/database/server/models/session.ts +5 -6
  52. package/src/database/server/models/user.ts +1 -5
  53. package/src/features/DevPanel/features/Table/TableCell.tsx +34 -33
  54. package/src/hooks/useInterceptingRoutes.ts +2 -1
  55. package/src/libs/next-auth/adapter/index.ts +7 -0
  56. package/src/server/routers/lambda/agent.ts +3 -1
  57. package/src/server/services/agent/index.test.ts +65 -0
  58. package/src/server/services/agent/index.ts +22 -0
  59. package/src/server/services/user/index.test.ts +17 -1
  60. package/src/server/services/user/index.ts +5 -0
  61. package/src/services/session/client.ts +12 -0
  62. package/README.ja-JP.md +0 -844
  63. package/README.zh-TW.md +0 -887
@@ -15,19 +15,16 @@
15
15
  | ![][chat-desktop] | ![][chat-mobile] |
16
16
  | [⚡️ Lighthouse Report][chat-desktop-report] | [⚡️ Lighthouse Report][chat-mobile-report] |
17
17
 
18
-
19
18
  ## Discover Page
20
19
 
21
20
  > **Info**\
22
21
  > <https://lobechat.com/discover>
23
22
 
24
- | Desktop | Mobile |
25
- | :--------------------------------------------: | :-------------------------------------------: |
23
+ | Desktop | Mobile |
24
+ | :----------------------------------------------: | :---------------------------------------------: |
26
25
  | ![][discover-desktop] | ![][discover-mobile] |
27
26
  | [⚡️ Lighthouse Report][discover-desktop-report] | [⚡️ Lighthouse Report][discover-mobile-report] |
28
27
 
29
-
30
-
31
28
  [chat-desktop]: https://raw.githubusercontent.com/lobehub/lobe-chat/lighthouse/lighthouse/chat/desktop/pagespeed.svg
32
29
  [chat-desktop-report]: https://lobehub.github.io/lobe-chat/lighthouse/chat/desktop/lobechat_com_chat.html
33
30
  [chat-mobile]: https://raw.githubusercontent.com/lobehub/lobe-chat/lighthouse/lighthouse/chat/mobile/pagespeed.svg
@@ -3,7 +3,7 @@
3
3
  #### TOC
4
4
 
5
5
  - [Chat 聊天页面](#chat-聊天页面)
6
- - [Discover 市场页面](#discover-市场页面)
6
+ - [Discover 发现页面](#discover-发现页面)
7
7
 
8
8
  ## Chat 聊天页面
9
9
 
@@ -20,12 +20,11 @@
20
20
  > **Info**\
21
21
  > <https://lobechat.com/discover>
22
22
 
23
- | Desktop | Mobile |
24
- | :--------------------------------------------: | :-------------------------------------------: |
23
+ | Desktop | Mobile |
24
+ | :----------------------------------------------: | :---------------------------------------------: |
25
25
  | ![][discover-desktop] | ![][discover-mobile] |
26
26
  | [⚡️ Lighthouse Report][discover-desktop-report] | [⚡️ Lighthouse Report][discover-mobile-report] |
27
27
 
28
-
29
28
  [chat-desktop]: https://raw.githubusercontent.com/lobehub/lobe-chat/lighthouse/lighthouse/chat/desktop/pagespeed.svg
30
29
  [chat-desktop-report]: https://lobehub.github.io/lobe-chat/lighthouse/chat/desktop/lobechat_com_chat.html
31
30
  [chat-mobile]: https://raw.githubusercontent.com/lobehub/lobe-chat/lighthouse/lighthouse/chat/mobile/pagespeed.svg
@@ -90,6 +90,7 @@ If you are deploying using a public network, the following assumptions apply:
90
90
  }
91
91
 
92
92
 
93
+
93
94
  </style>
94
95
  ```
95
96
 
@@ -226,7 +226,7 @@ bash <(curl -fsSL https://lobe.li/setup.sh) -l zh_CN
226
226
  ```
227
227
 
228
228
  ⚠️ 请不要在此类面板软件的反向代理设置中开启任何形式的缓存,以免影响服务的正常运行。
229
- 详情请见 https://github.com/lobehub/lobe-chat/discussions/5986
229
+ 详情请见 [https://github.com/lobehub/lobe-chat/discussions/5986](https://github.com/lobehub/lobe-chat/discussions/5986)
230
230
  </Callout>
231
231
 
232
232
  ### 在交互式脚本中完成剩余配置
@@ -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
- rand -base64 32`.
98
+ rand -base64 32`.
99
99
  </Callout>
100
100
  </Steps>
101
101
 
@@ -19,7 +19,7 @@ tags:
19
19
  borderless
20
20
  cover
21
21
  src={
22
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/268670869-f1ffbf66-42b6-42cf-a937-9ce1f8328514.png'
22
+ 'https://github.com/user-attachments/assets/b3ab6e35-4fbc-468d-af10-e3e0c687350f'
23
23
  }
24
24
  />
25
25
 
@@ -18,7 +18,7 @@ tags:
18
18
  alt={'助手市场'}
19
19
  cover
20
20
  src={
21
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/268670869-f1ffbf66-42b6-42cf-a937-9ce1f8328514.png'
21
+ 'https://github.com/user-attachments/assets/b3ab6e35-4fbc-468d-af10-e3e0c687350f'
22
22
  }
23
23
  />
24
24
 
@@ -0,0 +1,23 @@
1
+ ---
2
+ title: Artifacts Support
3
+ description: >-
4
+ Discover the power of Claude Artifacts for dynamic content creation and
5
+ visualization.
6
+ tags:
7
+ - Claude Artifacts
8
+ - LobeChat
9
+ - AI Interaction
10
+ - Dynamic Content
11
+ ---
12
+
13
+ # Artifacts Support
14
+
15
+ <Image alt={'Artifacts'} cover src={'https://github.com/user-attachments/assets/7f95fad6-b210-4e6e-84a0-7f39e96f3a00'} />
16
+
17
+ Experience the power of Claude Artifacts, now integrated into LobeChat. This revolutionary feature expands the boundaries of AI-human interaction, enabling real-time creation and visualization of diverse content formats.
18
+
19
+ Create and visualize with unprecedented flexibility:
20
+
21
+ - Generate and display dynamic SVG graphics
22
+ - Build and render interactive HTML pages in real-time
23
+ - Produce professional documents in multiple formats
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: 支持白板 (Artifacts)
3
+ description: 体验 LobeChat 的 Claude Artifacts,实时创建和可视化内容。
4
+ tags:
5
+ - Claude Artifacts
6
+ - LobeChat
7
+ - 实时创作
8
+ - 动态 SVG
9
+ - 交互式 HTML
10
+ ---
11
+
12
+ # 支持白板 (Artifacts)
13
+
14
+ <Image alt={'Artifacts'} cover src={'https://github.com/user-attachments/assets/7f95fad6-b210-4e6e-84a0-7f39e96f3a00'} />
15
+
16
+ 体验集成于 LobeChat 的 Claude Artifacts 能力。这项革命性功能突破了 AI 人机交互的边界,让您能够实时创建和可视化各种格式的内容。
17
+
18
+ 以前所未有的灵活度进行创作与可视化:
19
+
20
+ - 生成并展示动态 SVG 图形
21
+ - 实时构建与渲染交互式 HTML 页面
22
+ - 输出多种格式的专业文档
@@ -17,7 +17,7 @@ tags:
17
17
 
18
18
  # Support Multi-User Management
19
19
 
20
- <Image alt={'Identity Verification System'} cover src={'https://github.com/lobehub/lobe-chat/assets/17870709/8ce70e15-40df-451e-b700-66090fe5b8c2'} />
20
+ <Image alt={'Identity Verification System'} cover src={'https://github.com/user-attachments/assets/80bb232e-19d1-4f97-98d6-e291f3585e6d'} />
21
21
 
22
22
  In modern applications, user management and identity verification are essential functions. To meet the diverse needs of different users, LobeChat provides two main user authentication and management solutions: `next-auth` and `Clerk`. Whether you are looking for simple user registration and login or need advanced multi-factor authentication and user management, LobeChat can flexibly accommodate your requirements.
23
23
 
@@ -12,7 +12,7 @@ tags:
12
12
 
13
13
  # 身份验证系统 / 多用户管理支持
14
14
 
15
- <Image alt={'身份验证系统'} cover src={'https://github.com/lobehub/lobe-chat/assets/17870709/8ce70e15-40df-451e-b700-66090fe5b8c2'} />
15
+ <Image alt={'身份验证系统'} cover src={'https://github.com/user-attachments/assets/80bb232e-19d1-4f97-98d6-e291f3585e6d'} />
16
16
 
17
17
  在现代应用中,用户管理和身份验证是至关重要的功能。为满足不同用户的多样化需求,LobeChat 提供了两种主要的用户认证和管理方案:`next-auth` 和 `Clerk`。无论您是追求简便的用户注册登录,还是需要更高级的多因素认证和用户管理,LobeChat 都可以灵活实现。
18
18
 
@@ -0,0 +1,21 @@
1
+ ---
2
+ title: Branching Conversations
3
+ description: Explore dynamic AI chats with Branching Conversations for deeper interactions.
4
+ tags:
5
+ - Branching Conversations
6
+ - AI Chat
7
+ - Dynamic Conversations
8
+ ---
9
+
10
+ # Branching Conversations
11
+
12
+ <Image alt={'Branching Conversations'} cover src={'https://github.com/user-attachments/assets/92f72082-02bd-4835-9c54-b089aad7fd41'} />
13
+
14
+ Introducing a more natural and flexible way to chat with AI. With Branch Conversations, your discussions can flow in multiple directions, just like human conversations do. Create new conversation branches from any message, giving you the freedom to explore different paths while preserving the original context.
15
+
16
+ Choose between two powerful modes:
17
+
18
+ - **Continuation Mode:** Seamlessly extend your current discussion while maintaining valuable context
19
+ - **Standalone Mode:** Start fresh with a new topic based on any previous message
20
+
21
+ This groundbreaking feature transforms linear conversations into dynamic, tree-like structures, enabling deeper exploration of ideas and more productive interactions.
@@ -0,0 +1,21 @@
1
+ ---
2
+ title: 分支对话
3
+ description: 探索分支对话功能,提升 AI 交流的自然性与灵活性。
4
+ tags:
5
+ - 分支对话
6
+ - AI 交流
7
+ - 对话模式
8
+ ---
9
+
10
+ # 分支对话
11
+
12
+ <Image alt={'Branching Conversations'} cover src={'https://github.com/user-attachments/assets/92f72082-02bd-4835-9c54-b089aad7fd41'} />
13
+
14
+ 为您带来更自然、更灵活的 AI 对话方式。通过分支对话功能,您的讨论可以像人类对话一样自然延伸。在任意消息处创建新的对话分支,让您在保留原有上下文的同时,自由探索不同的对话方向。
15
+
16
+ 两种强大模式任您选择:
17
+
18
+ - **延续模式**:无缝延展当前讨论,保持宝贵的对话上下文
19
+ - **独立模式**:基于任意历史消息,开启全新话题探讨
20
+
21
+ 这项突破性功能将线性对话转变为动态的树状结构,让您能够更深入地探索想法,实现更高效的互动体验。
@@ -0,0 +1,18 @@
1
+ ---
2
+ title: Chain of Thought
3
+ description: >-
4
+ Explore AI's decision-making with Chain of Thought visualization for clear
5
+ insights.
6
+ tags:
7
+ - AI Reasoning
8
+ - Chain of Thought
9
+ - CoT Visualization
10
+ ---
11
+
12
+ # Chain of Thought
13
+
14
+ <Image alt={'Chain of Thought'} cover src={'https://github.com/user-attachments/assets/f74f1139-d115-4e9c-8c43-040a53797a5e'} />
15
+
16
+ Experience AI reasoning like never before. Watch as complex problems unfold step by step through our innovative Chain of Thought (CoT) visualization. This breakthrough feature provides unprecedented transparency into AI's decision-making process, allowing you to observe how conclusions are reached in real-time.
17
+
18
+ By breaking down complex reasoning into clear, logical steps, you can better understand and validate the AI's problem-solving approach. Whether you're debugging, learning, or simply curious about AI reasoning, CoT visualization transforms abstract thinking into an engaging, interactive experience.
@@ -0,0 +1,18 @@
1
+ ---
2
+ title: 思维链 (CoT)
3
+ description: 体验思维链 (CoT) 的 AI 推理过程,了解复杂问题的解析步骤。
4
+ tags:
5
+ - 思维链
6
+ - AI 推理
7
+ - 可视化
8
+ - 逻辑步骤
9
+ - 决策过程
10
+ ---
11
+
12
+ # 思维链 (CoT)
13
+
14
+ <Image alt={'思维链 (CoT)'} cover src={'https://github.com/user-attachments/assets/f74f1139-d115-4e9c-8c43-040a53797a5e'} />
15
+
16
+ 体验前所未有的 AI 推理过程。通过创新的思维链(CoT)可视化功能,您可以实时观察复杂问题是如何一步步被解析的。这项突破性的功能为 AI 的决策过程提供了前所未有的透明度,让您能够清晰地了解结论是如何得出的。
17
+
18
+ 通过将复杂的推理过程分解为清晰的逻辑步骤,您可以更好地理解和验证 AI 的解题思路。无论您是在调试问题、学习知识,还是单纯对 AI 推理感兴趣,思维链可视化都能将抽象思维转化为一种引人入胜的互动体验。
@@ -16,7 +16,7 @@ tags:
16
16
 
17
17
  # Local / Cloud Database
18
18
 
19
- <Image alt={'Local / Cloud Database'} cover src={'https://github.com/lobehub/lobe-chat/assets/17870709/c27a0234-a4e9-40e5-8bcb-42d5ce7e40f9'} />
19
+ <Image alt={'Local / Cloud Database'} cover src={'https://github.com/user-attachments/assets/f1697c8b-d1fb-4dac-ba05-153c6295d91d'} />
20
20
 
21
21
  In modern application development, the choice of data storage solution is crucial. To meet the needs of different users, LobeChat offers flexible configurations that support both local and server-side databases. Whether you prioritize data privacy and control or seek a convenient user experience, LobeChat can provide excellent solutions for you.
22
22
 
@@ -12,7 +12,7 @@ tags:
12
12
 
13
13
  # 本地 / 云端数据存储
14
14
 
15
- <Image alt={'本地 / 云端数据存储'} cover src={'https://github.com/lobehub/lobe-chat/assets/17870709/c27a0234-a4e9-40e5-8bcb-42d5ce7e40f9'} />
15
+ <Image alt={'本地 / 云端数据存储'} cover src={'https://github.com/user-attachments/assets/f1697c8b-d1fb-4dac-ba05-153c6295d91d'} />
16
16
 
17
17
  在现代应用开发中,数据存储方案的选择至关重要。为了满足不同用户的需求,LobeChat 提供了同时支持本地数据库和服务端数据库的灵活配置。无论您是注重数据隐私与掌控,还是追求便捷的使用体验,LobeChat 都能为您提供卓越的解决方案。
18
18
 
@@ -0,0 +1,24 @@
1
+ ---
2
+ title: File Upload / Knowledge Base
3
+ description: >-
4
+ Discover LobeChat's file upload and knowledge base features for enhanced user
5
+ experience.
6
+ tags:
7
+ - File Upload
8
+ - Knowledge Base
9
+ - LobeChat
10
+ - User Management
11
+ - File Management
12
+ ---
13
+
14
+ # File Upload / Knowledge Base
15
+
16
+ <Image alt={'File Upload / Knowledge Base'} cover src={'https://github.com/user-attachments/assets/7da7a3b2-92fd-4630-9f4e-8560c74955ae'} />
17
+
18
+ LobeChat supports file upload and knowledge base functionality. You can upload various types of files including documents, images, audio, and video, as well as create knowledge bases, making it convenient for users to manage and search for files. Additionally, you can utilize files and knowledge base features during conversations, enabling a richer dialogue experience.
19
+
20
+ <Video src="https://github.com/user-attachments/assets/faa8cf67-e743-4590-8bf6-ebf6ccc34175" />
21
+
22
+ <Callout type={'tip'}>
23
+ Learn more on [📘 LobeChat Knowledge Base Launch — From Now On, Every Step Counts](https://lobehub.com/blog/knowledge-base)
24
+ </Callout>
@@ -0,0 +1,21 @@
1
+ ---
2
+ title: 文件上传 / 知识库
3
+ description: 了解LobeChat的文件上传与知识库功能,提升对话体验。
4
+ tags:
5
+ - 文件上传
6
+ - 知识库
7
+ - LobeChat
8
+ - 对话体验
9
+ ---
10
+
11
+ # 文件上传 / 知识库
12
+
13
+ <Image alt={'文件上传 / 知识库'} cover src={'https://github.com/user-attachments/assets/7da7a3b2-92fd-4630-9f4e-8560c74955ae'} />
14
+
15
+ LobeChat 支持文件上传与知识库功能,你可以上传文件、图片、音频、视频等多种类型的文件,以及创建知识库,方便用户管理和查找文件。同时在对话中使用文件和知识库功能,实现更加丰富的对话体验。
16
+
17
+ <Video src="https://github.com/user-attachments/assets/faa8cf67-e743-4590-8bf6-ebf6ccc34175" />
18
+
19
+ <Callout type={'tip'}>
20
+ 查阅 [📘 LobeChat 知识库上线 —— 此刻起,跬步千里](https://lobehub.com/zh/blog/knowledge-base) 了解详情。
21
+ </Callout>
@@ -15,7 +15,7 @@ tags:
15
15
 
16
16
  # Local Large Language Model (LLM) Support
17
17
 
18
- <Image alt={'Ollama Local Large Language Model (LLM) Support'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/ca9a21bc-ea6c-4c90-bf4a-fa53b4fb2b5c'} />
18
+ <Image alt={'Ollama Local Large Language Model (LLM) Support'} borderless cover src={' https://github.com/user-attachments/assets/1239da50-d832-4632-a7ef-bd754c0f3850'} />
19
19
 
20
20
  <Callout>Available in >=0.127.0, currently only supports Docker deployment</Callout>
21
21
 
@@ -7,7 +7,7 @@ tags:
7
7
 
8
8
  # 支持本地大语言模型(LLM)
9
9
 
10
- <Image alt={'Ollama 支持本地大语言模型'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/ca9a21bc-ea6c-4c90-bf4a-fa53b4fb2b5c'} />
10
+ <Image alt={'Ollama 支持本地大语言模型'} borderless cover src={' https://github.com/user-attachments/assets/1239da50-d832-4632-a7ef-bd754c0f3850'} />
11
11
 
12
12
  <Callout>在 >=v0.127.0 版本中可用,目前仅支持 Docker 部署</Callout>
13
13
 
@@ -13,7 +13,7 @@ tags:
13
13
 
14
14
  # Mobile Device Adaptation
15
15
 
16
- <Image alt={'Mobile Device Adaptation'} cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/11110732-8d5a-4049-b556-c2561cb66182'} />
16
+ <Image alt={'Mobile Device Adaptation'} cover src={'https://github.com/user-attachments/assets/32cf43c4-96bd-4a4c-bfb6-59acde6fe380'} />
17
17
 
18
18
  LobeChat has undergone a series of optimized designs for mobile devices to enhance the user's mobile experience.
19
19
 
@@ -12,7 +12,7 @@ tags:
12
12
 
13
13
  # 移动设备适配
14
14
 
15
- <Image alt={'移动端设备适配'} cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/11110732-8d5a-4049-b556-c2561cb66182'} />
15
+ <Image alt={'移动端设备适配'} cover src={'https://github.com/user-attachments/assets/32cf43c4-96bd-4a4c-bfb6-59acde6fe380'} />
16
16
 
17
17
  LobeChat 针对移动设备进行了一系列的优化设计,以提升用户的移动体验。
18
18
 
@@ -18,7 +18,7 @@ tags:
18
18
 
19
19
  # Multi-Model Service Provider Support
20
20
 
21
- <Image alt={'Multi-Model Service Provider Support'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/b164bc54-8ba2-4c1e-b2f2-f4d7f7e7a551'} />
21
+ <Image alt={'Multi-Model Service Provider Support'} borderless cover src={'https://github.com/user-attachments/assets/e553e407-42de-4919-977d-7dbfcf44a821'} />
22
22
 
23
23
  <Callout>Available in version 0.123.0 and later</Callout>
24
24
 
@@ -18,7 +18,7 @@ tags:
18
18
 
19
19
  # 多模型服务商支持
20
20
 
21
- <Image alt={'多模型服务商支持'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/b164bc54-8ba2-4c1e-b2f2-f4d7f7e7a551'} />
21
+ <Image alt={'多模型服务商支持'} borderless cover src={'https://github.com/user-attachments/assets/e553e407-42de-4919-977d-7dbfcf44a821'} />
22
22
 
23
23
  <Callout>在 0.123.0 及以后版本中可用</Callout>
24
24
 
@@ -20,7 +20,7 @@ tags:
20
20
  borderless
21
21
  cover
22
22
  src={
23
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/268670883-33c43a5c-a512-467e-855c-fa299548cce5.png'
23
+ 'https://github.com/user-attachments/assets/66a891ac-01b6-4e3f-b978-2eb07b489b1b'
24
24
  }
25
25
  />
26
26
 
@@ -15,7 +15,7 @@ tags:
15
15
  borderless
16
16
  cover
17
17
  src={
18
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/268670883-33c43a5c-a512-467e-855c-fa299548cce5.png'
18
+ 'https://github.com/user-attachments/assets/66a891ac-01b6-4e3f-b978-2eb07b489b1b'
19
19
  }
20
20
  />
21
21
 
@@ -14,7 +14,7 @@ tags:
14
14
 
15
15
  # Progressive Web App (PWA)
16
16
 
17
- <Image alt={'Progressive Web App (PWA)'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/ecc8364a-cfc4-4a3d-b6fd-68b2d9bc5f0d'} />
17
+ <Image alt={'Progressive Web App (PWA)'} borderless cover src={'https://github.com/user-attachments/assets/9647f70f-b71b-43b6-9564-7cdd12d1c24d'} />
18
18
 
19
19
  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.
20
20
 
@@ -14,7 +14,7 @@ tags:
14
14
 
15
15
  # 渐进式 Web 应用(PWA)
16
16
 
17
- <Image alt={'渐进式 Web 应用(PWA)'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/ecc8364a-cfc4-4a3d-b6fd-68b2d9bc5f0d'} />
17
+ <Image alt={'渐进式 Web 应用(PWA)'} borderless cover src={'https://github.com/user-attachments/assets/9647f70f-b71b-43b6-9564-7cdd12d1c24d'} />
18
18
 
19
19
  我们深知在当今多设备环境下为用户提供无缝体验的重要性。为此,我们采用了渐进式 Web 应用 [PWA](https://support.google.com/chrome/answer/9658361) 技术,这是一种能够将网页应用提升至接近原生应用体验的现代 Web 技术。通过 PWA,LobeChat 能够在桌面和移动设备上提供高度优化的用户体验,同时保持轻量级和高性能的特点。在视觉和感觉上,我们也经过精心设计,以确保它的界面与原生应用无差别,提供流畅的动画、响应式布局和适配不同设备的屏幕分辨率。
20
20
 
@@ -19,7 +19,7 @@ tags:
19
19
  borderless
20
20
  cover
21
21
  src={
22
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/297746445-0ff762b9-aa08-4337-afb7-12f932b6efbb.png'
22
+ 'https://github.com/user-attachments/assets/708274a7-2458-494b-a6ec-b73dfa1fa7c2'
23
23
  }
24
24
  />
25
25
 
@@ -19,7 +19,7 @@ tags:
19
19
  borderless
20
20
  cover
21
21
  src={
22
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/297746445-0ff762b9-aa08-4337-afb7-12f932b6efbb.png'
22
+ 'https://github.com/user-attachments/assets/708274a7-2458-494b-a6ec-b73dfa1fa7c2'
23
23
  }
24
24
  />
25
25
 
@@ -15,7 +15,7 @@ tags:
15
15
 
16
16
  # Custom Themes
17
17
 
18
- <Image alt={'Custom Themes'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/9eca103c-9335-4a4c-8192-271a0b857b26'} />
18
+ <Image alt={'Custom Themes'} borderless cover src={'https://github.com/user-attachments/assets/b47c39f1-806f-492b-8fcb-b0fa973937c1'} />
19
19
 
20
20
  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.
21
21
 
@@ -12,7 +12,7 @@ tags:
12
12
 
13
13
  # 自定义主题
14
14
 
15
- <Image alt={'自定义主题'} borderless cover src={'https://github.com/lobehub/lobe-chat/assets/28616219/9eca103c-9335-4a4c-8192-271a0b857b26'} />
15
+ <Image alt={'自定义主题'} borderless cover src={'https://github.com/user-attachments/assets/b47c39f1-806f-492b-8fcb-b0fa973937c1'} />
16
16
 
17
17
  LobeChat 在界面设计上十分考虑用户的个性化体验,因此引入了灵活多变的主题模式,其中包括日间的亮色模式和夜间的深色模式。
18
18
 
@@ -22,7 +22,7 @@ tags:
22
22
  borderless
23
23
  cover
24
24
  src={
25
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/284072124-c9853d8d-f1b5-44a8-a305-45ebc0f6d19a.png'
25
+ 'https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a'
26
26
  }
27
27
  />
28
28
 
@@ -18,7 +18,7 @@ tags:
18
18
  borderless
19
19
  cover
20
20
  src={
21
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/284072124-c9853d8d-f1b5-44a8-a305-45ebc0f6d19a.png'
21
+ 'https://github.com/user-attachments/assets/50189597-2cc3-4002-b4c8-756a52ad5c0a'
22
22
  }
23
23
  />
24
24
 
@@ -19,7 +19,7 @@ tags:
19
19
  borderless
20
20
  cover
21
21
  src={
22
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/284072129-382bdf30-e3d6-4411-b5a0-249710b8ba08.png'
22
+ 'https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07'
23
23
  }
24
24
  />
25
25
 
@@ -16,7 +16,7 @@ tags:
16
16
  borderless
17
17
  cover
18
18
  src={
19
- 'https://github-production-user-asset-6210df.s3.amazonaws.com/17870709/284072129-382bdf30-e3d6-4411-b5a0-249710b8ba08.png'
19
+ 'https://github.com/user-attachments/assets/18574a1f-46c2-4cbc-af2c-35a86e128a07'
20
20
  }
21
21
  />
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/chat",
3
- "version": "1.56.0",
3
+ "version": "1.56.2",
4
4
  "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
5
5
  "keywords": [
6
6
  "framework",
@@ -51,5 +51,4 @@ const runAgentTable = async (lang?: string) => {
51
51
  export default async () => {
52
52
  await runAgentTable();
53
53
  await runAgentTable('zh-CN');
54
- await runAgentTable('ja-JP');
55
54
  };
@@ -51,5 +51,4 @@ const runPluginTable = async (lang?: string) => {
51
51
  export default async () => {
52
52
  await runPluginTable();
53
53
  await runPluginTable('zh-CN');
54
- await runPluginTable('ja-JP');
55
54
  };
@@ -47,5 +47,4 @@ const runProviderTable = async (lang?: string) => {
47
47
  export default async () => {
48
48
  await runProviderTable();
49
49
  await runProviderTable('zh-CN');
50
- await runProviderTable('ja-JP');
51
50
  };