-
-
Notifications
You must be signed in to change notification settings - Fork 12.9k
style: add ollama qwen models #7903
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
base: main
Are you sure you want to change the base?
Conversation
@wyangx is attempting to deploy a commit to the LobeHub Team on Vercel. A member of the Team first needs to authorize it. |
👍 @wyangx Thank you for raising your pull request and contributing to our Community |
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
Added support for Qwen3 model series in the Ollama provider configuration, expanding local deployment options with 8 new models ranging from 0.6B to 235B parameters.
- Added 8 new Qwen3 models in
/src/config/modelProviders/ollama.ts
with sizes: 0.6B, 1.7B, 4B, 8B, 14B, 30B, 32B, and 235B - Each Qwen3 model includes 131K context window (32K for smaller models), function calling and reasoning capabilities
- Set release date to April 28, 2025 for all Qwen3 models
- Models feature Chinese descriptions highlighting improved reasoning, general capabilities, and agent functionality
- Configured with consistent property structure including
contextWindowTokens
,functionCall
, andreasoning
flags
💡 (1/5) You can manually trigger the bot by mentioning @greptileai in a comment!
1 file(s) reviewed, 1 comment(s)
Edit PR Review Bot Settings | Greptile
'Qwen3是一款能力大幅提升的新一代通义千问大模型,在推理、通用、Agent和多语言等多个核心能力上均达到业界领先水平,并支持思考模式切换。', | ||
displayName: 'Qwen3 0.6B', |
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.
style: Description is in Chinese while other model descriptions are in English. Consider translating for consistency.
'Qwen3是一款能力大幅提升的新一代通义千问大模型,在推理、通用、Agent和多语言等多个核心能力上均达到业界领先水平,并支持思考模式切换。', | |
displayName: 'Qwen3 0.6B', | |
'Qwen3 is a next-generation model with significantly improved capabilities, achieving industry-leading performance in reasoning, general tasks, agent behaviors, and multilingual support, with switchable thinking modes.', | |
displayName: 'Qwen3 0.6B', |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7903 +/- ##
==========================================
+ Coverage 88.48% 88.50% +0.01%
==========================================
Files 821 821
Lines 60165 60245 +80
Branches 3999 3998 -1
==========================================
+ Hits 53237 53317 +80
Misses 6928 6928
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:
|
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.
modelProviders 的配置不再修改了,后续都使用 aiModels
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
在


modelProviders
里添加 Qwen3 模型,让自部署的模型正常显示修改前
修改后
📝 补充信息 | Additional Information