@lobehub/chat 1.35.0 → 1.35.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 (54) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/changelog/v1.json +18 -0
  3. package/docs/changelog/2024-07-19-gpt-4o-mini.mdx +32 -0
  4. package/docs/changelog/2024-07-19-gpt-4o-mini.zh-CN.mdx +5 -4
  5. package/docs/changelog/2024-08-02-lobe-chat-database-docker.mdx +36 -0
  6. package/docs/changelog/2024-08-02-lobe-chat-database-docker.zh-CN.mdx +0 -1
  7. package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.mdx +30 -0
  8. package/docs/changelog/2024-08-21-file-upload-and-knowledge-base.zh-CN.mdx +0 -1
  9. package/docs/changelog/2024-09-13-openai-o1-models.mdx +31 -0
  10. package/docs/changelog/2024-09-20-artifacts.mdx +55 -0
  11. package/docs/changelog/2024-09-20-artifacts.zh-CN.mdx +3 -2
  12. package/docs/changelog/2024-10-27-pin-assistant.mdx +33 -0
  13. package/docs/changelog/2024-10-27-pin-assistant.zh-CN.mdx +0 -1
  14. package/docs/changelog/2024-11-06-share-text-json.mdx +24 -0
  15. package/docs/changelog/2024-11-06-share-text-json.zh-CN.mdx +3 -1
  16. package/docs/changelog/2024-11-25-november-providers.mdx +5 -5
  17. package/docs/changelog/2024-11-25-november-providers.zh-CN.mdx +5 -5
  18. package/docs/changelog/2024-11-27-forkable-chat.mdx +26 -0
  19. package/docs/changelog/2024-11-27-forkable-chat.zh-CN.mdx +16 -9
  20. package/docs/changelog/index.json +5 -5
  21. package/docs/self-hosting/environment-variables/analytics.mdx +1 -1
  22. package/locales/ar/modelProvider.json +4 -4
  23. package/locales/ar/models.json +94 -7
  24. package/locales/bg-BG/modelProvider.json +9 -9
  25. package/locales/bg-BG/models.json +94 -7
  26. package/locales/de-DE/modelProvider.json +4 -4
  27. package/locales/de-DE/models.json +94 -7
  28. package/locales/en-US/chat.json +1 -1
  29. package/locales/en-US/modelProvider.json +1 -1
  30. package/locales/en-US/models.json +94 -7
  31. package/locales/es-ES/modelProvider.json +4 -4
  32. package/locales/es-ES/models.json +94 -7
  33. package/locales/fa-IR/models.json +94 -7
  34. package/locales/fr-FR/modelProvider.json +23 -23
  35. package/locales/fr-FR/models.json +94 -7
  36. package/locales/it-IT/models.json +94 -7
  37. package/locales/ja-JP/modelProvider.json +9 -9
  38. package/locales/ja-JP/models.json +94 -7
  39. package/locales/ko-KR/modelProvider.json +9 -9
  40. package/locales/ko-KR/models.json +94 -7
  41. package/locales/nl-NL/modelProvider.json +23 -23
  42. package/locales/nl-NL/models.json +94 -7
  43. package/locales/pl-PL/modelProvider.json +27 -27
  44. package/locales/pl-PL/models.json +94 -7
  45. package/locales/pt-BR/modelProvider.json +4 -4
  46. package/locales/pt-BR/models.json +94 -7
  47. package/locales/ru-RU/modelProvider.json +4 -4
  48. package/locales/ru-RU/models.json +94 -7
  49. package/locales/tr-TR/models.json +94 -7
  50. package/locales/vi-VN/models.json +94 -7
  51. package/locales/zh-CN/models.json +121 -34
  52. package/locales/zh-TW/models.json +94 -7
  53. package/package.json +1 -1
  54. package/src/config/modelProviders/ollama.ts +84 -35
package/CHANGELOG.md CHANGED
@@ -2,6 +2,56 @@
2
2
 
3
3
  # Changelog
4
4
 
5
+ ### [Version 1.35.2](https://github.com/lobehub/lobe-chat/compare/v1.35.1...v1.35.2)
6
+
7
+ <sup>Released on **2024-12-01**</sup>
8
+
9
+ #### 💄 Styles
10
+
11
+ - **misc**: Improve i18n.
12
+
13
+ <br/>
14
+
15
+ <details>
16
+ <summary><kbd>Improvements and Fixes</kbd></summary>
17
+
18
+ #### Styles
19
+
20
+ - **misc**: Improve i18n, closes [#4857](https://github.com/lobehub/lobe-chat/issues/4857) ([4b7dbc0](https://github.com/lobehub/lobe-chat/commit/4b7dbc0))
21
+
22
+ </details>
23
+
24
+ <div align="right">
25
+
26
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27
+
28
+ </div>
29
+
30
+ ### [Version 1.35.1](https://github.com/lobehub/lobe-chat/compare/v1.35.0...v1.35.1)
31
+
32
+ <sup>Released on **2024-12-01**</sup>
33
+
34
+ #### 💄 Styles
35
+
36
+ - **misc**: Update ollama models.
37
+
38
+ <br/>
39
+
40
+ <details>
41
+ <summary><kbd>Improvements and Fixes</kbd></summary>
42
+
43
+ #### Styles
44
+
45
+ - **misc**: Update ollama models, closes [#4853](https://github.com/lobehub/lobe-chat/issues/4853) ([18f0a3c](https://github.com/lobehub/lobe-chat/commit/18f0a3c))
46
+
47
+ </details>
48
+
49
+ <div align="right">
50
+
51
+ [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
52
+
53
+ </div>
54
+
5
55
  ## [Version 1.35.0](https://github.com/lobehub/lobe-chat/compare/v1.34.6...v1.35.0)
6
56
 
7
57
  <sup>Released on **2024-12-01**</sup>
package/changelog/v1.json CHANGED
@@ -1,4 +1,22 @@
1
1
  [
2
+ {
3
+ "children": {
4
+ "improvements": [
5
+ "Improve i18n."
6
+ ]
7
+ },
8
+ "date": "2024-12-01",
9
+ "version": "1.35.2"
10
+ },
11
+ {
12
+ "children": {
13
+ "improvements": [
14
+ "Update ollama models."
15
+ ]
16
+ },
17
+ "date": "2024-12-01",
18
+ "version": "1.35.1"
19
+ },
2
20
  {
3
21
  "children": {
4
22
  "features": [
@@ -0,0 +1,32 @@
1
+ ---
2
+ title: LobeChat Fully Enters the GPT-4 Era: GPT-4o Mini Officially Launched
3
+ description: LobeChat v1.6 has been released with support for GPT-4o mini, while LobeChat Cloud services have been fully upgraded to provide users with a more powerful AI conversation experience.
4
+ ---
5
+
6
+ # GPT-4o Mini Makes a Stunning Debut, Ushering in a New GPT-4 Era 🚀
7
+
8
+ We are excited to announce that LobeChat v1.6 is now officially released! This update brings thrilling and significant upgrades:
9
+
10
+ ## 🌟 Major Updates
11
+
12
+ - **GPT-4o Mini Officially Launched**: OpenAI's entire model lineup has been upgraded to GPT-4
13
+ - **LobeChat Cloud Service Upgrade**:
14
+ - GPT-3.5-turbo has been upgraded to GPT-4o Mini as the default model
15
+ - Providing users with a superior conversation experience
16
+
17
+ ## 🎯 Cloud Service Highlights
18
+
19
+ LobeChat Cloud offers you a convenient one-stop AI conversation service:
20
+
21
+ - 📦 **Ready to Use**: Free registration for immediate experience
22
+ - 🤖 **Multi-Model Support**:
23
+ - GPT-4o Mini
24
+ - GPT-4o
25
+ - Claude 3.5 Sonnet
26
+ - Gemini 1.5 Pro
27
+
28
+ ## 💡 Usage Recommendations
29
+
30
+ If you encounter difficulties with private deployment, we highly recommend trying the LobeChat Cloud service. We provide comprehensive model support to help you easily embark on your AI conversation journey.
31
+
32
+ Come and experience the newly upgraded LobeChat v1.6, and feel the powerful conversational capabilities brought by GPT-4!
@@ -1,7 +1,8 @@
1
-
2
1
  ---
3
2
  title: LobeChat 全面进入 GPT-4 时代:GPT-4o mini 正式上线
4
- description: LobeChat v1.6 重磅发布 GPT-4o mini 支持,同时 LobeChat Cloud 服务全面升级默认模型,为用户带来更强大的 AI 对话体验。
3
+ description: >-
4
+ LobeChat v1.6 重磅发布 GPT-4o mini 支持,同时 LobeChat Cloud 服务全面升级默认模型,为用户带来更强大的 AI
5
+ 对话体验。
5
6
  ---
6
7
 
7
8
  # GPT-4o mini 震撼登场,开启全新 GPT-4 时代 🚀
@@ -12,8 +13,8 @@ description: LobeChat v1.6 重磅发布 GPT-4o mini 支持,同时 LobeChat Clo
12
13
 
13
14
  - **GPT-4o mini 正式上线**:OpenAI 全系列模型实现 GPT-4 升级
14
15
  - **LobeChat Cloud 服务升级**:
15
- - GPT-3.5-turbo 升级为 GPT-4o mini 作为默认模型
16
- - 为用户带来更优质的对话体验
16
+ - GPT-3.5-turbo 升级为 GPT-4o mini 作为默认模型
17
+ - 为用户带来更优质的对话体验
17
18
 
18
19
  ## 🎯 Cloud 服务亮点
19
20
 
@@ -0,0 +1,36 @@
1
+ ---
2
+ title: LobeChat Database Docker Image Official Release
3
+ description: >-
4
+ LobeChat v1.8.0 launches the official database Docker image, supporting cloud
5
+ data synchronization and user management, along with comprehensive
6
+ self-deployment documentation.
7
+ ---
8
+
9
+ # LobeChat Database Docker Image: The Final Piece of the Cloud Deployment Puzzle
10
+
11
+ We are excited to announce the official release of the long-awaited database Docker image for LobeChat v1.8.0! This marks a significant milestone in our server database offerings, providing users with a complete cloud deployment solution.
12
+
13
+ ## 🚀 Core Features
14
+
15
+ - **Lightweight Deployment**: The Docker image is only 90MB, yet offers full database functionality.
16
+ - **Optimized Performance**: Pre-configured with Server Postgres and NextAuth authentication system to ensure optimal connectivity performance.
17
+ - **Cloud Synchronization**: Enjoy a seamless cloud data synchronization experience right after deployment.
18
+ - **Flexible Authentication**: Supports integration with third-party SSO service providers like Auth0.
19
+
20
+ ![LobeChat Database Docker Deployment Diagram](https://github.com/user-attachments/assets/database-docker-deploy)
21
+
22
+ ## 📘 Upgraded Deployment Documentation
23
+
24
+ To ensure users can complete the deployment smoothly, we have optimized the structure of our deployment documentation:
25
+
26
+ - Clear introduction to the framework concepts
27
+ - Detailed deployment case studies
28
+ - Comprehensive self-deployment operation guide
29
+
30
+ You can start deploying your own LobeChat service by visiting the [official documentation](https://lobehub.com/en/docs/self-hosting/server-database).
31
+
32
+ ## 🔮 Future Outlook
33
+
34
+ Our knowledge base feature is also in development, so stay tuned for more exciting updates!
35
+
36
+ This update marks a significant breakthrough for LobeChat in cloud deployment solutions, making private deployment easier than ever. We appreciate the community's patience, and we will continue to strive to provide users with a better experience.
@@ -1,4 +1,3 @@
1
-
2
1
  ---
3
2
  title: LobeChat Database Docker 镜像正式发布
4
3
  description: LobeChat v1.8.0 推出官方数据库 Docker 镜像,支持云端数据同步与用户管理,并提供完整的自部署文档指南。
@@ -0,0 +1,30 @@
1
+ ---
2
+ title: LobeChat Launches Knowledge Base Feature: A New Experience in Intelligent File Management and Dialogue
3
+ description: LobeChat introduces a brand new knowledge base feature that supports all types of file management, intelligent vectorization, and file dialogue, making knowledge management and information retrieval easier and smarter.
4
+ ---
5
+
6
+ # Major Release of Knowledge Base Feature: A Revolution in Intelligent File Management and Dialogue
7
+
8
+ We are excited to announce that the highly anticipated LobeChat knowledge base feature is now officially launched! 🎉 This feature is now available in both the open-source version and the Cloud version (lobechat.com).
9
+
10
+ ## A Brand New File Management Experience
11
+
12
+ - 📁 **Dedicated File Access**: A new "Files" primary menu has been added to the left sidebar, providing convenient access and management of files.
13
+ - 📄 **Support for All File Types**: Upload and store various types of files, including documents, images, audio, and video.
14
+ - 👀 **Powerful Preview Functionality**: Built-in support for online previews of multiple formats, including PDF, Excel, Word, PPT, and TXT.
15
+ - 🔄 **Expandable Preview Architecture**: The preview component is built on an open-source solution, allowing for future expansion to support more file types.
16
+
17
+ ## Intelligent Knowledge Base Management
18
+
19
+ - 📚 **Unlimited Knowledge Bases**: Create an unlimited number of knowledge bases to meet different scenario needs.
20
+ - 🔍 **Intelligent Vectorization**: Automatically chunk and vectorize files, supporting fragment preview functionality.
21
+ - 💡 **Innovative Interaction**: Integrate the Portal interaction paradigm for quick preview and retrieval of file content.
22
+ - 🔮 **Promising Future**: The architecture reserves space for expansion, with plans to support intelligent processing of multimedia files such as audio, images, and video.
23
+
24
+ ## Convenient User Experience
25
+
26
+ - 💪 **Ready to Use**: Supports direct file uploads in the dialogue box, making operations simple and intuitive.
27
+ - 🎯 **Real-Time Feedback**: An optimized upload experience provides clear progress feedback.
28
+ - ☁️ **Two Versions Available**: Offers both an open-source self-hosted version and an official Cloud version to meet different user needs.
29
+
30
+ All features are open-sourced on the [GitHub repository](https://github.com/lobehub/lobe-chat). We invite you to visit [LobeChat Cloud](http://lobechat.com) to experience the full functionality.
@@ -1,4 +1,3 @@
1
-
2
1
  ---
3
2
  title: LobeChat 重磅发布知识库功能:打造智能文件管理与对话新体验
4
3
  description: LobeChat 推出全新知识库功能,支持全类型文件管理、智能向量化和文件对话,让知识管理和信息检索更轻松、更智能。
@@ -0,0 +1,31 @@
1
+ ---
2
+ title: LobeChat Perfectly Adapts to OpenAI O1 Series Models
3
+ description: >-
4
+ LobeChat v1.17.0 now supports OpenAI's latest o1-preview and o1-mini models,
5
+ bringing users enhanced coding and mathematical capabilities.
6
+ ---
7
+
8
+ # OpenAI O1 Series Models Now Available on LobeChat
9
+
10
+ We are excited to announce that LobeChat v1.17.0 fully supports OpenAI's newly launched O1 series models. Whether you are a community edition user or a [Cloud version](https://lobechat.com) subscriber, you can experience this significant update.
11
+
12
+ ## New Model Support
13
+
14
+ - ✨ OpenAI o1-preview
15
+ - ✨ OpenAI o1-mini
16
+
17
+ ## Enhanced Capabilities
18
+
19
+ The O1 series models excel in the following areas:
20
+
21
+ - 💻 Code writing and comprehension
22
+ - 🔢 Mathematical problem solving
23
+ - 🎯 More precise task execution
24
+ - ⚡️ Optimized performance
25
+
26
+ ## Experience It Now
27
+
28
+ - 🌐 Cloud version subscribers can start using it immediately
29
+ - 🔧 Self-hosted users can begin experiencing it by updating to v1.17.0
30
+
31
+ This update marks an important step for LobeChat in supporting the latest AI models. We look forward to seeing how the O1 series models can help users unlock new possibilities!
@@ -0,0 +1,55 @@
1
+ ---
2
+ title: Major Update: LobeChat Enters the Era of Artifacts
3
+ description: LobeChat v1.19 brings significant updates, including full feature support for Claude Artifacts, a brand new discovery page design, and support for GitHub Models providers, greatly enhancing the capabilities of the AI assistant.
4
+ ---
5
+
6
+ # Major Update: LobeChat Enters the Era of Artifacts
7
+
8
+ We are excited to announce the official release of LobeChat v1.19! This update introduces several important features that elevate the interactive experience of the AI assistant.
9
+
10
+ ## 🎨 Artifacts Support: Unlocking New Creative Dimensions
11
+
12
+ In this version, we have nearly fully replicated the core features of Claude Artifacts. Now, you can experience the following in LobeChat:
13
+
14
+ - SVG graphic generation and display
15
+ - HTML page generation and real-time rendering
16
+ - Document generation in more formats
17
+
18
+ It is worth mentioning that the Python code execution feature has also been developed and will be available in future versions. At that time, users will be able to utilize both Claude Artifacts and OpenAI Code Interpreter, significantly enhancing the practicality of the AI assistant.
19
+
20
+ ![Artifacts Feature Showcase](https://github.com/user-attachments/artifacts-demo.png)
21
+
22
+ ## 🔍 New Discovery Page: Explore More Possibilities
23
+
24
+ The discovery page has undergone a major upgrade, now featuring a richer variety of content categories:
25
+
26
+ - AI Assistant Marketplace
27
+ - Plugin Showcase
28
+ - Model List
29
+ - Provider Introductions
30
+
31
+ This redesign not only increases the information density of the page but also opens a new window for users to explore AI capabilities. In the future, we plan to further expand the functionality of the discovery page, potentially adding:
32
+
33
+ - Knowledge Base Sharing
34
+ - Artifacts Showcases
35
+ - Curated Conversation Sharing
36
+
37
+ ## 🚀 GitHub Models Support: More Model Choices
38
+
39
+ Thanks to community member [@CloudPassenger](https://github.com/CloudPassenger) for their contributions, LobeChat now supports GitHub Models providers. Users simply need to:
40
+
41
+ 1. Prepare a GitHub Personal Access Token (PAT)
42
+ 2. Configure provider information in the settings
43
+ 3. Start using free models available on GitHub Models
44
+
45
+ The addition of this feature greatly expands the range of models available to users, providing more options for AI conversations in different scenarios.
46
+
47
+ ## 🔜 Future Outlook
48
+
49
+ We will continue to focus on enhancing the functionality and user experience of LobeChat. In upcoming versions, we plan to:
50
+
51
+ - Improve the Python code execution feature
52
+ - Add support for more types of Artifacts
53
+ - Expand the content dimensions of the discovery page
54
+
55
+ Thank you to every user for your support and feedback. Let’s look forward to more surprises from LobeChat together!
@@ -1,7 +1,8 @@
1
-
2
1
  ---
3
2
  title: 重磅更新:LobeChat 迎来 Artifacts 时代
4
- description: LobeChat v1.19 带来了重大更新,包括 Claude Artifacts 完整特性支持、全新的发现页面设计,以及 GitHub Models 服务商支持,让 AI 助手的能力得到显著提升。
3
+ description: >-
4
+ LobeChat v1.19 带来了重大更新,包括 Claude Artifacts 完整特性支持、全新的发现页面设计,以及 GitHub Models
5
+ 服务商支持,让 AI 助手的能力得到显著提升。
5
6
  ---
6
7
 
7
8
  # 重磅更新:LobeChat 迎来 Artifacts 时代
@@ -0,0 +1,33 @@
1
+ ---
2
+ title: LobeChat Introduces Persistent Assistant Sidebar Feature
3
+ description: >-
4
+ LobeChat v1.26.0 launches the persistent assistant sidebar feature, supporting
5
+ quick key switching for easy access to frequently used assistants,
6
+ significantly enhancing efficiency.
7
+ ---
8
+
9
+ # Persistent Assistant Sidebar: Creating a More Convenient Conversation Experience
10
+
11
+ In version v1.26.0, we are excited to introduce a long-awaited new feature — the persistent assistant sidebar. This feature aims to enhance user access to frequently used assistants, making your reliable helpers easily accessible.
12
+
13
+ ## Feature Highlights
14
+
15
+ - **Quick Switching**: Supports quick switching between different assistants using keyboard shortcuts, making your workflow smoother.
16
+ - **Space Optimization**: Activating the sidebar automatically hides the conversation list, providing you with a larger conversation area.
17
+ - **Intelligent Display**: Automatically syncs pinned assistants to the sidebar, ensuring that important assistants are always within view.
18
+
19
+ ![Sidebar Display Effect](https://github.com/user-attachments/assets/6935e155-4a1d-4ab7-a61a-2b813d65bb7b)
20
+
21
+ ![Conversation Interface Effect](https://github.com/user-attachments/assets/c68e88e4-cf2e-4122-82bc-89ba193b1eb4)
22
+
23
+ ## How to Use
24
+
25
+ Currently, this feature is in the experimental stage and is disabled by default. To experience it, you can enable it by adding the environment variable `FEATURE_FLAGS=+pin_list`.
26
+
27
+ We have already enabled this feature in the Cloud version, and we welcome all users to try it out and provide feedback. You can share your experiences in [GitHub Discussions](https://github.com/lobehub/lobe-chat/discussions/4515) to help us refine this feature further.
28
+
29
+ ## Design Philosophy
30
+
31
+ The core goal of this update is to optimize work efficiency. By effectively utilizing the sidebar space, we make frequently used assistants easily accessible while hiding the conversation list to expand the conversation area, providing users with a more focused dialogue experience.
32
+
33
+ We hope this new feature will significantly enhance your user experience. Welcome to upgrade to version v1.26.0 and start experiencing it!
@@ -1,4 +1,3 @@
1
-
2
1
  ---
3
2
  title: LobeChat 新增助手常驻侧边栏功能
4
3
  description: LobeChat v1.26.0 推出助手常驻侧边栏功能,支持快捷键切换,让高频使用的助手触手可及,大幅提升使用效率。
@@ -0,0 +1,24 @@
1
+ ---
2
+ title: LobeChat Supports Sharing Conversations in Text Format (Markdown/JSON)
3
+ description: >-
4
+ LobeChat v1.28.0 introduces support for exporting conversations in Markdown
5
+ and OpenAI format JSON, making it easy to convert conversation content into
6
+ note materials, development debugging data, and training corpora,
7
+ significantly enhancing the reusability of conversation content.
8
+ ---
9
+
10
+ # Upgraded Conversation Sharing: Support for Text Format Export
11
+
12
+ In the latest version v1.28.0, we have launched the text format export feature for conversation content, now supporting exports in both Markdown and OpenAI format JSON.
13
+
14
+ The Markdown export feature meets users' needs for directly using conversation content in note-taking and document writing. You can easily save valuable conversation content and manage it across various note-taking applications for reuse.
15
+
16
+ ![Exporting Conversations as Markdown Text](https://github.com/user-attachments/assets/29508dda-2382-430f-bc81-fb23f02149f8)
17
+
18
+ Additionally, we support exporting conversations in JSON format that complies with OpenAI messages specifications. This format can be used directly for API debugging and serves as high-quality training data for models.
19
+
20
+ ![Exporting Conversations as JSON in OpenAI API Specification](https://github.com/user-attachments/assets/484f28f4-017c-4ed7-948b-4a8d51f0b63a)
21
+
22
+ It is particularly noteworthy that we retain the original data of Tools Calling within the conversation, which is crucial for enhancing the model's tool invocation capabilities.
23
+
24
+ This update greatly expands the sharing and application scenarios for conversation content, and we hope these new features will enhance your user experience.
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  title: LobeChat 支持分享对话为文本格式(Markdown/JSON)
3
- description: LobeChat v1.28.0 新增 Markdown 和 OpenAI 格式 JSON 导出支持,让对话内容能轻松转化为笔记素材、开发调试数据和训练语料,显著提升对话内容的复用价值。
3
+ description: >-
4
+ LobeChat v1.28.0 新增 Markdown 和 OpenAI 格式 JSON
5
+ 导出支持,让对话内容能轻松转化为笔记素材、开发调试数据和训练语料,显著提升对话内容的复用价值。
4
6
  ---
5
7
 
6
8
  # 对话内容分享升级:支持文本格式导出
@@ -5,15 +5,15 @@ description: >-
5
5
  and Cloudflare WorkersAI
6
6
  ---
7
7
 
8
- # Exciting New Additions to LobeChat's Model Providers This November! 🎉
8
+ # New Model Providers Added to LobeChat in November 🎉
9
9
 
10
- Wow, it looks like our AI family has welcomed some new members! This November, we are thrilled to introduce these shining new AI model providers:
10
+ We're excited to announce that LobeChat has expanded its AI model support with the following providers:
11
11
 
12
12
  - **Gitee AI**: [https://ai.gitee.com](https://ai.gitee.com)
13
13
  - **InternLM**: [https://internlm.intern-ai.org.cn](https://internlm.intern-ai.org.cn)
14
14
  - **xAI**: [https://x.ai](https://x.ai)
15
- - **Cloudflare WorkersAI**: [https://developers.cloudflare.com/workers-ai](https://developers.cloudflare.com/workers-ai)
15
+ - **Cloudflare Workers AI**: [https://developers.cloudflare.com/workers-ai](https://developers.cloudflare.com/workers-ai)
16
16
 
17
- We are always listening. Do you need support for more model providers?
17
+ ## Need More Model Providers?
18
18
 
19
- - Please visit [More Model Providers Support](https://github.com/lobehub/lobe-chat/discussions/1284) to submit your requests.
19
+ Feel free to submit your requests at [More Model Provider Support](https://github.com/lobehub/lobe-chat/discussions/1284).
@@ -3,15 +3,15 @@ title: LobeChat 11 月新增模型服务
3
3
  description: 'LobeChat 模型服务新增支持 Gitee AI, InternLM (书生浦语), xAI, Cloudflare WorkersAI'
4
4
  ---
5
5
 
6
- # LobeChat 11 月模型服务又添新成员啦! 🎉
6
+ # LobeChat 11 月新增模型服务支持 🎉
7
7
 
8
- 哇哦, 看来我们的 AI 大家庭又迎来了新成员! 在 11 月份,我们为你带来了这些闪亮登场的 AI 模型服务:
8
+ 我们很高兴地宣布,LobeChat 在 11 月份新增了以下 AI 模型服务的支持:
9
9
 
10
10
  - **Gitee AI**: [https://ai.gitee.com](https://ai.gitee.com)
11
11
  - **InternLM (书生浦语)**: [https://internlm.intern-ai.org.cn](https://internlm.intern-ai.org.cn)
12
12
  - **xAI**: [https://x.ai](https://x.ai)
13
- - **Cloudflare WorkersAI**: [https://developers.cloudflare.com/workers-ai](https://developers.cloudflare.com/workers-ai)
13
+ - **Cloudflare Workers AI**: [https://developers.cloudflare.com/workers-ai](https://developers.cloudflare.com/workers-ai)
14
14
 
15
- 我们始终在倾听,需要支持更多的模型服务?
15
+ ## 需要更多模型服务?
16
16
 
17
- - 请前往 [更多模型服务商支持](https://github.com/lobehub/lobe-chat/discussions/1284) 提交您的需求
17
+ 欢迎在 [更多模型服务商支持](https://github.com/lobehub/lobe-chat/discussions/1284) 提交您的需求。
@@ -0,0 +1,26 @@
1
+ ---
2
+ title: LobeChat Supports Branching Conversations
3
+ description: >-
4
+ LobeChat now allows you to create new conversation branches from any message,
5
+ freeing your thoughts.
6
+ ---
7
+
8
+ # Exciting Launch of Branching Conversations Feature 🎉
9
+
10
+ We are thrilled to announce that LobeChat has introduced a brand new branching conversations feature, making your conversation experience smoother and more natural:
11
+
12
+ ## Key Features
13
+
14
+ - **Message Branching**: Create new conversation branches from any message
15
+ - **Dual Mode Switching**:
16
+ - Continuation Mode: Maintain the original context to continue the discussion
17
+ - Standalone Mode: Start a completely new topic based on the selected message
18
+
19
+ ## How to Use
20
+
21
+ 1. Click the "Create Branch" button on the right side of any message
22
+ 2. Start a new conversation branch
23
+
24
+ ## Feedback and Suggestions
25
+
26
+ If you have any suggestions or thoughts about the branching conversations feature, feel free to share your feedback with us in the [Feature Feedback](https://github.com/lobehub/lobe-chat/discussions).
@@ -1,17 +1,24 @@
1
1
  ---
2
2
  title: LobeChat 支持分支对话
3
- description: LobeChat 聊天窗口支持分支对话
3
+ description: LobeChat 现已支持从任意消息创建新的对话分支,让您的思维不再受限
4
4
  ---
5
5
 
6
- # LobeChat 11 月模型服务又添新成员啦! 🎉
6
+ # 重磅推出分支对话功能 🎉
7
7
 
8
- 哇哦, 看来我们的 AI 大家庭又迎来了新成员! 在 11 月份,我们为你带来了这些闪亮登场的 AI 模型服务:
8
+ 我们很高兴地宣布,LobeChat 推出了全新的分支对话功能,让您的对话体验更加流畅自然:
9
9
 
10
- - **Gitee AI**: [https://ai.gitee.com](https://ai.gitee.com)
11
- - **InternLM (书生浦语)**: [https://internlm.intern-ai.org.cn](https://internlm.intern-ai.org.cn)
12
- - **xAI**: [https://x.ai](https://x.ai)
13
- - **Cloudflare WorkersAI**: [https://developers.cloudflare.com/workers-ai](https://developers.cloudflare.com/workers-ai)
10
+ ## 核心特性
14
11
 
15
- 我们始终在倾听,需要支持更多的模型服务?
12
+ - **消息分支**: 支持在任意消息处创建新的对话分支
13
+ - **双模式切换**:
14
+ - 延续模式 (Continuation): 保持原有上下文继续探讨
15
+ - 独立模式 (Standalone): 基于选定消息开启全新话题
16
16
 
17
- - 请前往 [更多模型服务商支持](https://github.com/lobehub/lobe-chat/discussions/1284) 提交您的需求
17
+ ## 使用方式
18
+
19
+ 1. 在任意消息右侧点击「创建分支」按钮
20
+ 2. 开始新的对话分支
21
+
22
+ ## 反馈建议
23
+
24
+ 如果您对分支对话功能有任何建议或想法,欢迎在 [功能反馈](https://github.com/lobehub/lobe-chat/discussions) 中与我们交流。
@@ -3,7 +3,7 @@
3
3
  "cloud": [],
4
4
  "community": [
5
5
  {
6
- "image": "",
6
+ "image": "https://github.com/user-attachments/assets/2048b4c2-4a56-4029-acf9-71e35ff08652",
7
7
  "id": "2024-11-27-forkable-chat",
8
8
  "date": "2024-11-27",
9
9
  "versionRange": ["1.34.0", "1.33.1"]
@@ -15,19 +15,19 @@
15
15
  "versionRange": ["1.33.0", "1.30.1"]
16
16
  },
17
17
  {
18
- "image": "https://github.com/user-attachments/assets/a2327800-1dc5-4bcf-b151-3dda6985b741",
18
+ "image": "https://github.com/user-attachments/assets/eb3f3d8a-79ce-40aa-a206-2c846206c0c0",
19
19
  "id": "2024-11-06-share-text-json",
20
20
  "date": "2024-11-06",
21
21
  "versionRange": ["1.28.0", "1.26.1"]
22
22
  },
23
23
  {
24
- "image": "",
24
+ "image": "https://github.com/user-attachments/assets/e70c2db6-05c9-43ea-b111-6f6f99e0ae88",
25
25
  "id": "2024-10-27-pin-assistant",
26
26
  "date": "2024-10-27",
27
27
  "versionRange": ["1.26.0", "1.19.1"]
28
28
  },
29
29
  {
30
- "image": "",
30
+ "image": "https://github.com/user-attachments/assets/635f1c74-6327-48a8-a8d9-68d7376c7749",
31
31
  "id": "2024-09-20-artifacts",
32
32
  "date": "2024-09-20",
33
33
  "versionRange": ["1.19.0", "1.17.1"]
@@ -39,7 +39,7 @@
39
39
  "versionRange": ["1.17.0", "1.12.1"]
40
40
  },
41
41
  {
42
- "image": "https://github.com/user-attachments/assets/c96185d3-7a56-40bf-b81b-e75283dbe25b",
42
+ "image": "https://github.com/user-attachments/assets/385eaca6-daea-484a-9bea-ba7270b4753d",
43
43
  "id": "2024-08-21-file-upload-and-knowledge-base",
44
44
  "date": "2024-08-21",
45
45
  "versionRange": ["1.12.0", "1.8.1"]
@@ -110,4 +110,4 @@ We have integrated several free/open-source data analytics services in LobeChat
110
110
  - Type: Required
111
111
  - Description: Langfuse host address. Use `https://us.cloud.langfuse.com` if your Langfuse project is in the US data region.
112
112
  - Default: `https://cloud.langfuse.com`
113
- - Example: `https://cloud.langfuse.com`
113
+ - Example: `https://cloud.langfuse.com`
@@ -88,10 +88,10 @@
88
88
  "title": "أسماء النماذج المخصصة"
89
89
  },
90
90
  "download": {
91
- "desc": "Ollama is downloading the model. Please try not to close this page. It will resume from where it left off if you restart the download.",
92
- "remainingTime": "Remaining Time",
93
- "speed": "Download Speed",
94
- "title": "Downloading model {{model}}"
91
+ "desc": "أولاما يقوم بتنزيل هذا النموذج، يرجى عدم إغلاق هذه الصفحة إذا أمكن. سيتم استئناف التنزيل من النقطة التي تم قطعها عند إعادة التحميل",
92
+ "remainingTime": "الوقت المتبقي",
93
+ "speed": "سرعة التنزيل",
94
+ "title": "جارٍ تنزيل النموذج {{model}} "
95
95
  },
96
96
  "endpoint": {
97
97
  "desc": "أدخل عنوان واجهة برمجة التطبيقات الخاص بـ Ollama، إذا لم يتم تحديده محليًا، يمكن تركه فارغًا",