Skip to content

Commit 49d66ae

Browse files
committed
feat: change qwen default extra_body setting
1 parent 4e8e4a9 commit 49d66ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/entity/supplier.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const supplierList: Array<{
3838
api_domain: 'https://dashscope.aliyuncs.com/compatible-mode/v1',
3939
common_args: [
4040
{ key: 'temperature', val: 1.0, type: 'number', range: '[0, 2)' },
41-
{ key: 'extra_body', val: '{"enable_thinking": true}', type: 'json' },
41+
{ key: 'extra_body', val: '{"enable_thinking": false}', type: 'json' },
4242
],
4343
model_options: [
4444
{ name: 'qwen-plus' },

0 commit comments

Comments
 (0)