Skip to content

Commit 8ef91fe

Browse files
committed
test(core): align token-plan preset expectation with qwen3.7-plus
1 parent 5d9e22d commit 8ef91fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/tests/config-priority.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const resolve = (s: Parameters<typeof src>[0]): Settings => buildSettings(src(s)
3232
test("token-plan Profile 预设保持固定", () => {
3333
expect(getModelProfilePreset("token-plan")).toEqual({
3434
baseUrl: "https://token-plan.cn-beijing.maas.aliyuncs.com",
35-
defaultTextModel: "qwen3.8-max-preview",
35+
defaultTextModel: "qwen3.7-plus",
3636
defaultVideoModel: "happyhorse-1.1-t2v",
3737
defaultImageToVideoModel: "happyhorse-1.1-i2v",
3838
defaultReferenceToVideoModel: "happyhorse-1.1-r2v",

0 commit comments

Comments
 (0)