-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
💄 style: Update Hunyuan models & deepseek-r1-0528 #7993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@sxjeru is attempting to deploy a commit to the LobeHub OSS Team on Vercel. A member of the Team first needs to authorize it. |
👍 @sxjeru Thank you for raising your pull request and contributing to our Community |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7993 +/- ##
==========================================
- Coverage 88.45% 88.40% -0.06%
==========================================
Files 822 822
Lines 60394 60396 +2
Branches 4008 5513 +1505
==========================================
- Hits 53424 53395 -29
- Misses 6970 7001 +31
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
WalkthroughThis PR updates AI model configuration files to expand, refine, and maintain the available model selections. It adds new Hunyuan models with enhanced capabilities, removes deprecated Deepseek models from Novita, and increases context window sizes for several SiliconCloud models. Additionally, it clarifies model lifecycle statuses and removes an outdated Qwen2.5 model, improving overall model management and maintainability. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
title Hunyuan AI Models Configuration Update Flow
actor User
participant Client as "Client Application"
participant ModelConfig as "AI Model Configuration"
participant HunyuanModels as "hunyuanChatModels Array"
participant AIService as "AI Service"
User->>Client: Request available AI models
activate Client
Client->>ModelConfig: Load model configurations
activate ModelConfig
ModelConfig->>HunyuanModels: Get Hunyuan models
activate HunyuanModels
Note over HunyuanModels: Updated model configurations:
alt New Models Added
HunyuanModels-->>ModelConfig: Add Hunyuan T1 20250403 model
HunyuanModels-->>ModelConfig: Add Hunyuan Large Vision model
HunyuanModels-->>ModelConfig: Add Hunyuan TurboS 20250416 model
HunyuanModels-->>ModelConfig: Add Hunyuan TurboS Role Plus model
end
alt Models Updated
HunyuanModels-->>ModelConfig: Update Hunyuan TurboS latest
Note right of HunyuanModels: - Increased context window: 32K → 44K tokens
Note right of HunyuanModels: - Increased max output: 8K → 16K tokens
HunyuanModels-->>ModelConfig: Update Hunyuan T1 Vision
Note right of HunyuanModels: - Moved from commented to active
Note right of HunyuanModels: - Increased max output: 8K → 24K tokens
end
alt Models Commented Out/Removed
HunyuanModels-->>ModelConfig: Comment out Translation models
Note right of HunyuanModels: Translation models temporarily disabled
end
HunyuanModels-->>ModelConfig: Return updated model list
deactivate HunyuanModels
ModelConfig-->>Client: Return available models
deactivate ModelConfig
Client-->>User: Display available AI models
User->>Client: Select model for chat
Client->>AIService: Initialize chat with selected model
activate AIService
AIService-->>Client: Chat session ready
deactivate AIService
Client-->>User: Chat interface with selected model
deactivate Client
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
This PR updates various AI model configurations across multiple providers, focusing on DeepSeek and Hunyuan models.
- Added new DeepSeek R1 0528 model with 8192 token maxOutput limit and updated release dates in
src/config/aiModels/deepseek.ts
- Added new Hunyuan T1 20250403 model with 92K context window and enhanced capabilities in
src/config/aiModels/hunyuan.ts
- Increased context window sizes to 131K tokens for GLM-Z1, DeepSeek and Qwen models in
src/config/aiModels/siliconcloud.ts
- Updated pricing for Mistral 7B Instruct from 0.059 to 0.029 in
src/config/aiModels/novita.ts
- Removed older models like Qwen2.5 72B and added end-of-life dates (2025-06-05) for several models
5 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
我看这个比较全,一次性补齐得了 大佬,火山引擎也可以添加下了,我撤回我提交的了 |
I think this is quite complete, I can make it up at once Boss, Volcano Engine can also be added, I withdraw my submitted |
@hedeqiang 已更新。火山方舟因为用的是部署名,所以不需要添加新模型。 |
@hedeqiang Updated. Since Volcanic Ark uses deployment names, there is no need to add new models. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❤️ Great PR @sxjeru ❤️ The growth of project is inseparable from user feedback and contribution, thanks for your contribution! If you are interesting with the lobehub developer community, please join our discord and then dm @arvinxx or @canisminor1990. They will invite you to our private developer channel. We are talking about the lobe-chat development or sharing ai newsletter around the world. |
### [Version 1.88.21](v1.88.20...v1.88.21) <sup>Released on **2025-05-31**</sup> #### 💄 Styles - **misc**: Enhanced reasoning_effort Slider Component, Update Hunyuan models & deepseek-r1-0528. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Styles * **misc**: Enhanced reasoning_effort Slider Component, closes [#7998](#7998) ([750b26a](750b26a)) * **misc**: Update Hunyuan models & deepseek-r1-0528, closes [#7993](#7993) ([2eb198c](2eb198c)) </details> <div align="right"> [](#readme-top) </div>
🎉 This PR is included in version 1.88.21 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [Version 1.88.0](v1.87.2...v1.88.0) <sup>Released on **2025-06-02**</sup> #### ✨ Features - **misc**: Support ModelScope Provider, support protect page. #### 🐛 Bug Fixes - **misc**: Agent automatic completion meta not working error, disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, fix DeepSeek new R1 Search error. #### 💄 Styles - **misc**: `+` in the welcome message can be clicked to create an assistant, Enable deploymentName for Aliyun Bailian, Enhanced reasoning_effort Slider Component, support `web_search` tool for MiniMax & Zhipu, support 01.ai proxy url, Update Hunyuan models & deepseek-r1-0528, use default deployment name when parseModelString doesn't contain deployment name. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support ModelScope Provider, closes [lobehub#8026](https://github.com/jaworldwideorg/OneJA-Bot/issues/8026) ([7b91dfd](7b91dfd)) * **misc**: Support protect page, closes [lobehub#8024](https://github.com/jaworldwideorg/OneJA-Bot/issues/8024) ([d61a9f5](d61a9f5)) #### What's fixed * **misc**: Agent automatic completion meta not working error, closes [lobehub#8003](https://github.com/jaworldwideorg/OneJA-Bot/issues/8003) ([c5307bf](c5307bf)) * **misc**: Disable LaTeX and Mermaid rendering in SystemRoleContent to prevent lag caused by massive rendering tasks when switching topics, closes [lobehub#8034](https://github.com/jaworldwideorg/OneJA-Bot/issues/8034) ([5b42ee2](5b42ee2)) * **misc**: Fix DeepSeek new R1 Search error, closes [lobehub#8035](https://github.com/jaworldwideorg/OneJA-Bot/issues/8035) ([cf58628](cf58628)) #### Styles * **misc**: `+` in the welcome message can be clicked to create an assistant, closes [lobehub#7984](https://github.com/jaworldwideorg/OneJA-Bot/issues/7984) ([9f07e4c](9f07e4c)) * **misc**: Enable deploymentName for Aliyun Bailian, closes [lobehub#7576](https://github.com/jaworldwideorg/OneJA-Bot/issues/7576) ([169e598](169e598)) * **misc**: Enhanced reasoning_effort Slider Component, closes [lobehub#7998](https://github.com/jaworldwideorg/OneJA-Bot/issues/7998) ([750b26a](750b26a)) * **misc**: Support `web_search` tool for MiniMax & Zhipu, closes [lobehub#7980](https://github.com/jaworldwideorg/OneJA-Bot/issues/7980) ([28cdafb](28cdafb)) * **misc**: Support 01.ai proxy url, closes [lobehub#8025](https://github.com/jaworldwideorg/OneJA-Bot/issues/8025) ([e0442b8](e0442b8)) * **misc**: Update Hunyuan models & deepseek-r1-0528, closes [lobehub#7993](https://github.com/jaworldwideorg/OneJA-Bot/issues/7993) ([2eb198c](2eb198c)) * **misc**: Use default deployment name when parseModelString doesn't contain deployment name, closes [lobehub#7719](https://github.com/jaworldwideorg/OneJA-Bot/issues/7719) ([aef19f4](aef19f4)) </details> <div align="right"> [](#readme-top) </div>
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
不得不吐槽,腾讯混元也太草台班子了,官方文档各种问题,如模型型号不全,模型价格不全等。
添加 deepseek-r1-0528
📝 补充信息 | Additional Information