Update config.json
Browse files- config.json +22 -7
config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
{
|
10 |
"model": "Vendor-A/Qwen/Qwen2.5-72B-Instruct",
|
11 |
"name": "Qwen2.5-72B-Instruct",
|
12 |
-
"
|
13 |
"maxContext": 32000,
|
14 |
"maxResponse": 4096,
|
15 |
"quoteMaxToken": 8192,
|
@@ -18,7 +18,9 @@
|
|
18 |
"outputPrice": 0,
|
19 |
"censor": false,
|
20 |
"vision": false,
|
21 |
-
"datasetProcess": true,
|
|
|
|
|
22 |
"toolChoice": true,
|
23 |
"functionCall": true,
|
24 |
"customCQPrompt": "",
|
@@ -29,7 +31,7 @@
|
|
29 |
{
|
30 |
"model": "deepseek-ai/DeepSeek-V2.5",
|
31 |
"name": "DeepSeek V2.5",
|
32 |
-
|
33 |
"maxContext": 32000,
|
34 |
"maxResponse": 4096,
|
35 |
"quoteMaxToken": 4096,
|
@@ -39,6 +41,8 @@
|
|
39 |
"censor": false,
|
40 |
"vision": false,
|
41 |
"datasetProcess": true,
|
|
|
|
|
42 |
"toolChoice": true,
|
43 |
"functionCall": true,
|
44 |
"customCQPrompt": "",
|
@@ -49,7 +53,7 @@
|
|
49 |
{
|
50 |
"model": "Qwen/Qwen2.5-72B-Instruct-128K",
|
51 |
"name": "Qwen2.5-72B-Instruct-128K",
|
52 |
-
"
|
53 |
"maxContext": 128000,
|
54 |
"maxResponse": 8192,
|
55 |
"quoteMaxToken": 128000,
|
@@ -59,6 +63,8 @@
|
|
59 |
"censor": false,
|
60 |
"vision": true,
|
61 |
"datasetProcess": true,
|
|
|
|
|
62 |
"toolChoice": true,
|
63 |
"functionCall": true,
|
64 |
"customCQPrompt": "",
|
@@ -69,7 +75,7 @@
|
|
69 |
{
|
70 |
"model": "Qwen/Qwen2.5-32B-Instruct",
|
71 |
"name": "Qwen2.5-32B-Instruct",
|
72 |
-
|
73 |
"maxContext": 32000,
|
74 |
"maxResponse": 4096,
|
75 |
"quoteMaxToken": 32000,
|
@@ -79,6 +85,8 @@
|
|
79 |
"censor": false,
|
80 |
"vision": false,
|
81 |
"datasetProcess": true,
|
|
|
|
|
82 |
"toolChoice": true,
|
83 |
"functionCall": true,
|
84 |
"customCQPrompt": "",
|
@@ -89,7 +97,7 @@
|
|
89 |
{
|
90 |
"model": "deepseek-ai/deepseek-vl2",
|
91 |
"name": "deepseek-vl2",
|
92 |
-
"
|
93 |
"maxContext": 4096,
|
94 |
"maxResponse": 2048,
|
95 |
"quoteMaxToken": 4096,
|
@@ -99,6 +107,8 @@
|
|
99 |
"censor": false,
|
100 |
"vision": true,
|
101 |
"datasetProcess": true,
|
|
|
|
|
102 |
"toolChoice": false,
|
103 |
"functionCall": false,
|
104 |
"customCQPrompt": "",
|
@@ -145,7 +155,12 @@
|
|
145 |
}
|
146 |
}
|
147 |
],
|
148 |
-
"reRankModels": [
|
|
|
|
|
|
|
|
|
|
|
149 |
"audioSpeechModels": [
|
150 |
{
|
151 |
"model": "FunAudioLLM/CosyVoice2-0.5B",
|
|
|
9 |
{
|
10 |
"model": "Vendor-A/Qwen/Qwen2.5-72B-Instruct",
|
11 |
"name": "Qwen2.5-72B-Instruct",
|
12 |
+
"provider": "Qwen",
|
13 |
"maxContext": 32000,
|
14 |
"maxResponse": 4096,
|
15 |
"quoteMaxToken": 8192,
|
|
|
18 |
"outputPrice": 0,
|
19 |
"censor": false,
|
20 |
"vision": false,
|
21 |
+
"datasetProcess": true,
|
22 |
+
"usedInClassify": true,
|
23 |
+
"usedInExtractFields": true,
|
24 |
"toolChoice": true,
|
25 |
"functionCall": true,
|
26 |
"customCQPrompt": "",
|
|
|
31 |
{
|
32 |
"model": "deepseek-ai/DeepSeek-V2.5",
|
33 |
"name": "DeepSeek V2.5",
|
34 |
+
"provider": "DeepSeek",
|
35 |
"maxContext": 32000,
|
36 |
"maxResponse": 4096,
|
37 |
"quoteMaxToken": 4096,
|
|
|
41 |
"censor": false,
|
42 |
"vision": false,
|
43 |
"datasetProcess": true,
|
44 |
+
"usedInClassify": true,
|
45 |
+
"usedInExtractFields": true,
|
46 |
"toolChoice": true,
|
47 |
"functionCall": true,
|
48 |
"customCQPrompt": "",
|
|
|
53 |
{
|
54 |
"model": "Qwen/Qwen2.5-72B-Instruct-128K",
|
55 |
"name": "Qwen2.5-72B-Instruct-128K",
|
56 |
+
"provider": "Qwen",
|
57 |
"maxContext": 128000,
|
58 |
"maxResponse": 8192,
|
59 |
"quoteMaxToken": 128000,
|
|
|
63 |
"censor": false,
|
64 |
"vision": true,
|
65 |
"datasetProcess": true,
|
66 |
+
"usedInClassify": true,
|
67 |
+
"usedInExtractFields": true,
|
68 |
"toolChoice": true,
|
69 |
"functionCall": true,
|
70 |
"customCQPrompt": "",
|
|
|
75 |
{
|
76 |
"model": "Qwen/Qwen2.5-32B-Instruct",
|
77 |
"name": "Qwen2.5-32B-Instruct",
|
78 |
+
"provider": "Qwen",
|
79 |
"maxContext": 32000,
|
80 |
"maxResponse": 4096,
|
81 |
"quoteMaxToken": 32000,
|
|
|
85 |
"censor": false,
|
86 |
"vision": false,
|
87 |
"datasetProcess": true,
|
88 |
+
"usedInClassify": true,
|
89 |
+
"usedInExtractFields": true,
|
90 |
"toolChoice": true,
|
91 |
"functionCall": true,
|
92 |
"customCQPrompt": "",
|
|
|
97 |
{
|
98 |
"model": "deepseek-ai/deepseek-vl2",
|
99 |
"name": "deepseek-vl2",
|
100 |
+
"provider": "DeepSeek",
|
101 |
"maxContext": 4096,
|
102 |
"maxResponse": 2048,
|
103 |
"quoteMaxToken": 4096,
|
|
|
107 |
"censor": false,
|
108 |
"vision": true,
|
109 |
"datasetProcess": true,
|
110 |
+
"usedInClassify": true,
|
111 |
+
"usedInExtractFields": true,
|
112 |
"toolChoice": false,
|
113 |
"functionCall": false,
|
114 |
"customCQPrompt": "",
|
|
|
155 |
}
|
156 |
}
|
157 |
],
|
158 |
+
"reRankModels": [{
|
159 |
+
"model": "BAAI/bge-reranker-v2-m3", // 这里的model需要对应 siliconflow 的模型名
|
160 |
+
"name": "BAAI/bge-reranker-v2-m3",
|
161 |
+
"requestUrl": "https://api.siliconflow.cn/v1/rerank",
|
162 |
+
"requestAuth": "sk-yqiafonlffzbtihnqycptjfuijxshqgwhapelfyxadgqnoou"
|
163 |
+
}],
|
164 |
"audioSpeechModels": [
|
165 |
{
|
166 |
"model": "FunAudioLLM/CosyVoice2-0.5B",
|