Skip to content

Commit ce96e06

Browse files
committed
feat: change qwen's default config value
1 parent 20f2bb9 commit ce96e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/entity/supplier.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export const supplierList: Array<{
4343
{ key: 'extra_body', val: '{"enable_thinking": false}', type: 'json' },
4444
],
4545
model_options: [
46+
{ name: 'qwen3-coder-plus' },
47+
{ name: 'qwen3-coder-flash' },
4648
{ name: 'qwen-plus' },
4749
/* { name: 'qwen-plus-latest' }, */
4850
{ name: 'qwen-max' },

0 commit comments

Comments
 (0)