chore(internal-testing): 默认模型改为 MiMo V2.5 Pro(小米 Pro)#29
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
本次 PR 将 internal-testing 渠道的默认模型切换为 MiMo V2.5 Pro(小米 Pro),通过调整 models 数组顺序来实现(默认模型由数组首元素隐式决定),并同步递增配置数据版本与更新时间,确保客户端可感知更新。
Changes:
- 将
compute/providers/internal-testing.json中的mimo-v2.5-pro移动到models数组首位(移动非复制,文件内仅出现一次) - 更新
manifest.json:presetDataVersion从 53 → 54,updatedAt更新为 2026-05-30
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| manifest.json | 递增预置数据版本并更新日期,触发客户端合并更新逻辑 |
| compute/providers/internal-testing.json | 通过调整 models 顺序更改 internal-testing 默认模型为 mimo-v2.5-pro |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更
将内测专用(
internal-testing)渠道的默认模型改为 MiMo V2.5 Pro(小米 Pro)。默认模型由
models数组首元素隐式决定,本次把mimo-v2.5-pro移动到数组首位(仅调整顺序,内容不变)。compute/providers/internal-testing.json:mimo-v2.5-pro移至 models 首位manifest.json:presetDataVersion53 → 54,updatedAt→ 2026-05-30验证
mimo-v2.5-pro,且全数组仅出现一次(移动非复制)