Skip to content

Commit 94fa246

Browse files
perf: Disable some llm model
1 parent 9b76925 commit 94fa246

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

frontend/src/entity/supplier.ts

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const supplierList: Array<{
3535
],
3636
model_options: [
3737
{ name: 'qwen-plus' },
38-
{ name: 'qwen-plus-latest' },
38+
/* { name: 'qwen-plus-latest' }, */
3939
{ name: 'qwen-max' },
4040
{ name: 'qwen-max-latest' },
4141
{ name: 'qwen-turbo' },
@@ -47,10 +47,10 @@ export const supplierList: Array<{
4747
{ name: 'qwen-omni-turbo' },
4848
/* { name: 'qwen-omni-turbo-realtime' },
4949
{ name: 'qwen-omni-turbo-realtime-latest' }, */
50-
{ name: 'qvq-max' },
50+
/* { name: 'qvq-max' },
5151
{ name: 'qvq-max-latest' },
5252
{ name: 'qvq-plus' },
53-
{ name: 'qvq-plus-latest' },
53+
{ name: 'qvq-plus-latest' }, */
5454
],
5555
},
5656
},
@@ -73,7 +73,10 @@ export const supplierList: Array<{
7373
model_config: {
7474
0: {
7575
api_domain: 'https://api.deepseek.com',
76-
model_options: [{ name: 'deepseek-chat' }, { name: 'deepseek-reasoner' }],
76+
model_options: [
77+
{ name: 'deepseek-chat' },
78+
/* { name: 'deepseek-reasoner' } */
79+
],
7780
},
7881
},
7982
},
@@ -87,11 +90,11 @@ export const supplierList: Array<{
8790
common_args: [{ key: 'temperature', val: 1.0, type: 'number', range: '[0, 2]' }],
8891
model_options: [
8992
{ name: 'hunyuan-turbos-latest' },
90-
{ name: 'hunyuan-turbos-longtext-128k-20250325' },
91-
{ name: 'hunyuan-large' },
93+
/* { name: 'hunyuan-turbos-longtext-128k-20250325' },
94+
{ name: 'hunyuan-large' }, */
9295
{ name: 'hunyuan-standard-256K' },
9396
{ name: 'hunyuan-standard' },
94-
{ name: 'hunyuan-lite' },
97+
/* { name: 'hunyuan-lite' }, */
9598
],
9699
},
97100
},
@@ -109,7 +112,7 @@ export const supplierList: Array<{
109112
name: '4.0Ultra',
110113
args: [{ key: 'max_tokens', val: 32768, type: 'number', range: '[1, 32768]' }],
111114
},
112-
{
115+
/* {
113116
name: 'generalv3.5',
114117
args: [{ key: 'max_tokens', val: 4096, type: 'number', range: '[1, 8192]' }],
115118
},
@@ -128,7 +131,7 @@ export const supplierList: Array<{
128131
{
129132
name: 'lite',
130133
args: [{ key: 'max_tokens', val: 4096, type: 'number', range: '[1, 4096]' }],
131-
},
134+
}, */
132135
{
133136
name: 'x1',
134137
args: [

0 commit comments

Comments
 (0)