-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
💄 style(): add MiniMax-M2.1 and GLM-4.7 for Qiniu provider #10982
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: next
Are you sure you want to change the base?
Conversation
|
@yliu7949 is attempting to deploy a commit to the LobeHub OSS Team on Vercel. A member of the Team first needs to authorize it. |
Reviewer's GuideAdds two new Qiniu chat model definitions (MiniMax-M2.1 and GLM-4.7) and adjusts the existing GLM-4.6 entry to keep it alongside the new GLM-4.7 model in the Qiniu provider model bank. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
TestGru AssignmentSummary
Tip You can |
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.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location> `packages/model-bank/src/aiModels/qiniu.ts:49-57` </location>
<code_context>
+ { name: 'textOutput', rate: 8.4, strategy: 'fixed', unit: 'millionTokens' },
+ ],
+ },
+ releasedAt: '2025-12-24',
+ settings: {
+ searchImpl: 'params',
</code_context>
<issue_to_address>
**issue (bug_risk):** Check whether the `releasedAt` years are intended to be in the future or if `2024-…` was meant.
Both new entries use `releasedAt: '2025-12-24'` and `'2025-12-23'`. If these are meant to represent already-released models (or mirror provider metadata), they likely should be `2024-12-24` / `2024-12-23`. Future dates may break any ordering or feature-flag logic that depends on `releasedAt` being correct.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## next #10982 +/- ##
=======================================
Coverage 80.31% 80.31%
=======================================
Files 980 980
Lines 66983 66983
Branches 8780 8813 +33
=======================================
Hits 53800 53800
Misses 13183 13183
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
💻 Change Type
🔀 Description of Change
Add MiniMax-M2.1 and GLM-4.7 these two new models for Qiniu provider.
🧪 How to Test
📝 Additional Information
Summary by Sourcery
Add new Qiniu chat models and update existing model metadata.
New Features:
Enhancements: