lbls888 commited on
Commit
709f7ee
·
verified ·
1 Parent(s): e7c7ca8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +315 -315
config.json CHANGED
@@ -1,316 +1,316 @@
1
  {
2
- "systemEnv": {
3
- "openapiPrefix": "fastgpt",
4
- "vectorMaxProcess": 15,
5
- "qaMaxProcess": 15,
6
- "pgHNSWEfSearch": 100
7
- },
8
- "llmModels": [
9
- {
10
- "model": "gemini-2.0-pro-exp-02-05",
11
- "name": "gemini-2.0-pro-exp-02-05",
12
- "maxContext": 16000,
13
- "avatar": "/imgs/model/openai.svg",
14
- "maxResponse": 4000,
15
- "quoteMaxToken": 13000,
16
- "maxTemperature": 0.8,
17
- "charsPointsPrice": 0,
18
- "censor": false,
19
- "vision": true,
20
- "datasetProcess": true,
21
- "usedInClassify": true,
22
- "usedInExtractFields": true,
23
- "usedInToolCall": true,
24
- "usedInQueryExtension": true,
25
- "toolChoice": true,
26
- "functionCall": true,
27
- "customCQPrompt": "",
28
- "customExtractPrompt": "",
29
- "defaultSystemChatPrompt": "",
30
- "defaultConfig": {}
31
- },
32
- {
33
- "model": "google/gemini-2.0-flash-exp:free",
34
- "name": "google/gemini-2.0-flash-exp",
35
- "maxContext": 36000,
36
- "avatar": "/imgs/model/openai.svg",
37
- "maxResponse": 4000,
38
- "quoteMaxToken": 23000,
39
- "maxTemperature": 1.2,
40
- "charsPointsPrice": 0,
41
- "censor": false,
42
- "vision": false,
43
- "datasetProcess": true,
44
- "usedInClassify": true,
45
- "usedInExtractFields": true,
46
- "usedInToolCall": true,
47
- "usedInQueryExtension": true,
48
- "toolChoice": true,
49
- "functionCall": true,
50
- "customCQPrompt": "",
51
- "customExtractPrompt": "",
52
- "defaultSystemChatPrompt": "",
53
- "defaultConfig": {}
54
- },
55
- {
56
- "model": "gemini-2.0-flash-exp",
57
- "name": "gemini-2.0-flash-exp",
58
- "maxContext": 36000,
59
- "avatar": "/imgs/model/openai.svg",
60
- "maxResponse": 4000,
61
- "quoteMaxToken": 23000,
62
- "maxTemperature": 1.2,
63
- "charsPointsPrice": 0,
64
- "censor": false,
65
- "vision": true,
66
- "datasetProcess": true,
67
- "usedInClassify": true,
68
- "usedInExtractFields": true,
69
- "usedInToolCall": true,
70
- "usedInQueryExtension": true,
71
- "toolChoice": true,
72
- "functionCall": true,
73
- "customCQPrompt": "",
74
- "customExtractPrompt": "",
75
- "defaultSystemChatPrompt": "",
76
- "defaultConfig": {}
77
- },
78
- {
79
- "model": "gemini-2.0-flash-thinking-exp-01-21",
80
- "name": "思考模型",
81
- "maxContext": 128000,
82
- "avatar": "/imgs/model/openai.svg",
83
- "maxResponse": 4000,
84
- "quoteMaxToken": 130000,
85
- "maxTemperature": 1.2,
86
- "charsPointsPrice": 0,
87
- "censor": false,
88
- "vision": true,
89
- "datasetProcess": true,
90
- "usedInClassify": true,
91
- "usedInExtractFields": true,
92
- "usedInToolCall": true,
93
- "usedInQueryExtension": true,
94
- "toolChoice": true,
95
- "functionCall": true,
96
- "customCQPrompt": "",
97
- "customExtractPrompt": "",
98
- "defaultSystemChatPrompt": "",
99
- "defaultConfig": {}
100
- },
101
- {
102
- "model": "Qwen/QwQ-32B-Preview",
103
- "name": "硅基流动Qwen",
104
- "maxContext": 160000,
105
- "avatar": "/imgs/model/openai.svg",
106
- "maxResponse": 4000,
107
- "quoteMaxToken": 130000,
108
- "maxTemperature": 1.2,
109
- "charsPointsPrice": 0,
110
- "censor": false,
111
- "vision": false,
112
- "datasetProcess": true,
113
- "usedInClassify": true,
114
- "usedInExtractFields": true,
115
- "usedInToolCall": true,
116
- "usedInQueryExtension": true,
117
- "toolChoice": true,
118
- "functionCall": true,
119
- "customCQPrompt": "",
120
- "customExtractPrompt": "",
121
- "defaultSystemChatPrompt": "",
122
- "defaultConfig": {}
123
- },
124
- {
125
- "model": "gemini-2.0-pro-exp-02-05-search",
126
- "name": "搜索gemini-02-05",
127
- "maxContext": 16000,
128
- "avatar": "/imgs/model/openai.svg",
129
- "maxResponse": 4000,
130
- "quoteMaxToken": 13000,
131
- "maxTemperature": 1.2,
132
- "charsPointsPrice": 0,
133
- "censor": true,
134
- "vision": true,
135
- "datasetProcess": true,
136
- "usedInClassify": true,
137
- "usedInExtractFields": true,
138
- "usedInToolCall": true,
139
- "usedInQueryExtension": true,
140
- "toolChoice": true,
141
- "functionCall": true,
142
- "customCQPrompt": "",
143
- "customExtractPrompt": "",
144
- "defaultSystemChatPrompt": "",
145
- "defaultConfig": {}
146
- },
147
- {
148
- "model": "o1-preview",
149
- "name": "o1-preview",
150
- "maxContext": 128000,
151
- "avatar": "/imgs/model/openai.svg",
152
- "maxResponse": 4000,
153
- "quoteMaxToken": 120000,
154
- "maxTemperature": 1.2,
155
- "charsPointsPrice": 0,
156
- "censor": true,
157
- "vision": true,
158
- "datasetProcess": true,
159
- "usedInClassify": true,
160
- "usedInExtractFields": true,
161
- "usedInToolCall": true,
162
- "usedInQueryExtension": true,
163
- "toolChoice": true,
164
- "functionCall": true,
165
- "customCQPrompt": "",
166
- "customExtractPrompt": "",
167
- "defaultSystemChatPrompt": "",
168
- "defaultConfig": {}
169
- },
170
- {
171
- "model": "command-plus-08-2024",
172
- "name": "Cohere",
173
- "maxContext": 32000,
174
- "avatar": "/imgs/model/openai.svg",
175
- "maxResponse": 4000,
176
- "quoteMaxToken": 13000,
177
- "maxTemperature": 1.2,
178
- "charsPointsPrice": 0,
179
- "censor": false,
180
- "vision": true,
181
- "datasetProcess": true,
182
- "usedInClassify": true,
183
- "usedInExtractFields": true,
184
- "usedInToolCall": true,
185
- "usedInQueryExtension": true,
186
- "toolChoice": true,
187
- "functionCall": true,
188
- "customCQPrompt": "",
189
- "customExtractPrompt": "",
190
- "defaultSystemChatPrompt": "",
191
- "defaultConfig": {}
192
- },
193
- {
194
- "model": "gpt-4o-2024-08-06",
195
- "name": "gpt-4o-2024-08-06",
196
- "avatar": "/imgs/model/openai.svg",
197
- "maxContext": 125000,
198
- "maxResponse": 4000,
199
- "quoteMaxToken": 100000,
200
- "maxTemperature": 1.2,
201
- "charsPointsPrice": 0,
202
- "censor": true,
203
- "vision": true,
204
- "datasetProcess": true,
205
- "usedInClassify": true,
206
- "usedInExtractFields": true,
207
- "usedInToolCall": true,
208
- "usedInQueryExtension": true,
209
- "toolChoice": true,
210
- "functionCall": true,
211
- "customCQPrompt": "",
212
- "customExtractPrompt": "",
213
- "defaultSystemChatPrompt": "",
214
- "defaultConfig": {}
215
- },
216
- {
217
- "model": "gpt-4o",
218
- "name": "gpt-4o",
219
- "avatar": "/imgs/model/openai.svg",
220
- "maxContext": 128000,
221
- "maxResponse": 4000,
222
- "quoteMaxToken": 100000,
223
- "maxTemperature": 1.2,
224
- "charsPointsPrice": 0,
225
- "censor": true,
226
- "vision": true,
227
- "datasetProcess": true,
228
- "usedInClassify": true,
229
- "usedInExtractFields": true,
230
- "usedInToolCall": true,
231
- "usedInQueryExtension": false,
232
- "toolChoice": true,
233
- "functionCall": true,
234
- "customCQPrompt": "",
235
- "customExtractPrompt": "",
236
- "defaultSystemChatPrompt": "",
237
- "defaultConfig": {}
238
- }
239
- ],
240
- "vectorModels": [
241
- {
242
- "model": "BAAI/bge-m3",
243
- "name": "BAAI/bge-m3",
244
- "avatar": "/imgs/model/openai.svg",
245
- "charsPointsPrice": 0,
246
- "defaultToken": 2000,
247
- "maxToken": 8000,
248
- "weight": 100
249
- },
250
- {
251
- "model": "Pro/BAAI/bge-m3",
252
- "name": "Pro/BAAI/bge-m3",
253
- "avatar": "/imgs/model/openai.svg",
254
- "charsPointsPrice": 0,
255
- "defaultToken": 2000,
256
- "maxToken": 8000,
257
- "weight": 100,
258
- "defaultConfig": {},
259
- "dbConfig": {},
260
- "queryConfig": {}
261
- }
262
- ],
263
- "reRankModels": [
264
- {
265
- "model": "BAAI/bge-reranker-v2-m3",
266
- "name": "检索重排-base",
267
- "charsPointsPrice": 0,
268
- "requestUrl": "https://api.siliconflow.cn/v1/rerank",
269
- "requestAuth": "sk-xqnfqdvwujzarsqayfyoqojyewvcmixymkjrzqinrpuseuzn"
270
- }
271
- ],
272
- "audioSpeech模型": [
273
- {
274
- "model": "tts-1",
275
- "name": "OpenAI TTS1",
276
- "charsPointsPrice": 0,
277
- "voices": [
278
- {
279
- "label": "全部oy",
280
- "value": "alloy",
281
- "bufferId": "openai-全部oy"
282
- },
283
- {
284
- "label": "Echo",
285
- "value": "echo",
286
- "bufferId": "openai-Echo"
287
- },
288
- {
289
- "label": "Fable",
290
- "value": "fable",
291
- "bufferId": "openai-Fable"
292
- },
293
- {
294
- "label": "Onyx",
295
- "value": "onyx",
296
- "bufferId": "openai-Onyx"
297
- },
298
- {
299
- "label": "11月a",
300
- "value": "nova",
301
- "bufferId": "openai-11月a"
302
- },
303
- {
304
- "label": "Shimmer",
305
- "value": "shimmer",
306
- "bufferId": "openai-Shimmer"
307
- }
308
- ]
309
- }
310
- ],
311
- "whisperModel": {
312
- "model": "whisper-1",
313
- "name": "Whisper1",
314
- "charsPointsPrice": 0
315
- }
316
- }
 
1
  {
2
+ "systemEnv": {
3
+ "openapiPrefix": "fastgpt",
4
+ "vectorMaxProcess": 15,
5
+ "qaMaxProcess": 15,
6
+ "pgHNSWEfSearch": 100
7
+ },
8
+ "llmModels": [
9
+ {
10
+ "model": "gemini-2.0-pro-exp-02-05",
11
+ "name": "gemini-2.0-pro-exp-02-05",
12
+ "maxContext": 16000,
13
+ "avatar": "/imgs/model/openai.svg",
14
+ "maxResponse": 4000,
15
+ "quoteMaxToken": 13000,
16
+ "maxTemperature": 0.8,
17
+ "charsPointsPrice": 0,
18
+ "censor": false,
19
+ "vision": true,
20
+ "datasetProcess": true,
21
+ "usedInClassify": true,
22
+ "usedInExtractFields": true,
23
+ "usedInToolCall": true,
24
+ "usedInQueryExtension": true,
25
+ "toolChoice": true,
26
+ "functionCall": true,
27
+ "customCQPrompt": "",
28
+ "customExtractPrompt": "",
29
+ "defaultSystemChatPrompt": "",
30
+ "defaultConfig": {}
31
+ },
32
+ {
33
+ "model": "google/gemini-2.0-flash-exp:free",
34
+ "name": "google/gemini-2.0-flash-exp",
35
+ "maxContext": 36000,
36
+ "avatar": "/imgs/model/openai.svg",
37
+ "maxResponse": 4000,
38
+ "quoteMaxToken": 23000,
39
+ "maxTemperature": 1.2,
40
+ "charsPointsPrice": 0,
41
+ "censor": false,
42
+ "vision": false,
43
+ "datasetProcess": true,
44
+ "usedInClassify": true,
45
+ "usedInExtractFields": true,
46
+ "usedInToolCall": true,
47
+ "usedInQueryExtension": true,
48
+ "toolChoice": true,
49
+ "functionCall": true,
50
+ "customCQPrompt": "",
51
+ "customExtractPrompt": "",
52
+ "defaultSystemChatPrompt": "",
53
+ "defaultConfig": {}
54
+ },
55
+ {
56
+ "model": "gemini-2.0-flash-exp",
57
+ "name": "gemini-2.0-flash-exp",
58
+ "maxContext": 36000,
59
+ "avatar": "/imgs/model/openai.svg",
60
+ "maxResponse": 4000,
61
+ "quoteMaxToken": 23000,
62
+ "maxTemperature": 1.2,
63
+ "charsPointsPrice": 0,
64
+ "censor": false,
65
+ "vision": true,
66
+ "datasetProcess": true,
67
+ "usedInClassify": true,
68
+ "usedInExtractFields": true,
69
+ "usedInToolCall": true,
70
+ "usedInQueryExtension": true,
71
+ "toolChoice": true,
72
+ "functionCall": true,
73
+ "customCQPrompt": "",
74
+ "customExtractPrompt": "",
75
+ "defaultSystemChatPrompt": "",
76
+ "defaultConfig": {}
77
+ },
78
+ {
79
+ "model": "gemini-2.0-flash-thinking-exp-01-21",
80
+ "name": "思考模型",
81
+ "maxContext": 128000,
82
+ "avatar": "/imgs/model/openai.svg",
83
+ "maxResponse": 4000,
84
+ "quoteMaxToken": 130000,
85
+ "maxTemperature": 1.2,
86
+ "charsPointsPrice": 0,
87
+ "censor": false,
88
+ "vision": true,
89
+ "datasetProcess": true,
90
+ "usedInClassify": true,
91
+ "usedInExtractFields": true,
92
+ "usedInToolCall": true,
93
+ "usedInQueryExtension": true,
94
+ "toolChoice": true,
95
+ "functionCall": true,
96
+ "customCQPrompt": "",
97
+ "customExtractPrompt": "",
98
+ "defaultSystemChatPrompt": "",
99
+ "defaultConfig": {}
100
+ },
101
+ {
102
+ "model": "Qwen/QwQ-32B-Preview",
103
+ "name": "硅基流动Qwen",
104
+ "maxContext": 160000,
105
+ "avatar": "/imgs/model/openai.svg",
106
+ "maxResponse": 4000,
107
+ "quoteMaxToken": 130000,
108
+ "maxTemperature": 1.2,
109
+ "charsPointsPrice": 0,
110
+ "censor": false,
111
+ "vision": false,
112
+ "datasetProcess": true,
113
+ "usedInClassify": true,
114
+ "usedInExtractFields": true,
115
+ "usedInToolCall": true,
116
+ "usedInQueryExtension": true,
117
+ "toolChoice": true,
118
+ "functionCall": true,
119
+ "customCQPrompt": "",
120
+ "customExtractPrompt": "",
121
+ "defaultSystemChatPrompt": "",
122
+ "defaultConfig": {}
123
+ },
124
+ {
125
+ "model": "gemini-2.0-pro-exp-02-05-search",
126
+ "name": "搜索gemini-02-05",
127
+ "maxContext": 16000,
128
+ "avatar": "/imgs/model/openai.svg",
129
+ "maxResponse": 4000,
130
+ "quoteMaxToken": 13000,
131
+ "maxTemperature": 1.2,
132
+ "charsPointsPrice": 0,
133
+ "censor": true,
134
+ "vision": true,
135
+ "datasetProcess": true,
136
+ "usedInClassify": true,
137
+ "usedInExtractFields": true,
138
+ "usedInToolCall": true,
139
+ "usedInQueryExtension": true,
140
+ "toolChoice": true,
141
+ "functionCall": true,
142
+ "customCQPrompt": "",
143
+ "customExtractPrompt": "",
144
+ "defaultSystemChatPrompt": "",
145
+ "defaultConfig": {}
146
+ },
147
+ {
148
+ "model": "o1-preview",
149
+ "name": "o1-preview",
150
+ "maxContext": 128000,
151
+ "avatar": "/imgs/model/openai.svg",
152
+ "maxResponse": 4000,
153
+ "quoteMaxToken": 120000,
154
+ "maxTemperature": 1.2,
155
+ "charsPointsPrice": 0,
156
+ "censor": true,
157
+ "vision": true,
158
+ "datasetProcess": true,
159
+ "usedInClassify": true,
160
+ "usedInExtractFields": true,
161
+ "usedInToolCall": true,
162
+ "usedInQueryExtension": true,
163
+ "toolChoice": true,
164
+ "functionCall": true,
165
+ "customCQPrompt": "",
166
+ "customExtractPrompt": "",
167
+ "defaultSystemChatPrompt": "",
168
+ "defaultConfig": {}
169
+ },
170
+ {
171
+ "model": "command-plus-08-2024",
172
+ "name": "Cohere",
173
+ "maxContext": 32000,
174
+ "avatar": "/imgs/model/openai.svg",
175
+ "maxResponse": 4000,
176
+ "quoteMaxToken": 13000,
177
+ "maxTemperature": 1.2,
178
+ "charsPointsPrice": 0,
179
+ "censor": false,
180
+ "vision": true,
181
+ "datasetProcess": true,
182
+ "usedInClassify": true,
183
+ "usedInExtractFields": true,
184
+ "usedInToolCall": true,
185
+ "usedInQueryExtension": true,
186
+ "toolChoice": true,
187
+ "functionCall": true,
188
+ "customCQPrompt": "",
189
+ "customExtractPrompt": "",
190
+ "defaultSystemChatPrompt": "",
191
+ "defaultConfig": {}
192
+ },
193
+ {
194
+ "model": "gpt-4o-2024-08-06",
195
+ "name": "gpt-4o-2024-08-06",
196
+ "avatar": "/imgs/model/openai.svg",
197
+ "maxContext": 125000,
198
+ "maxResponse": 4000,
199
+ "quoteMaxToken": 100000,
200
+ "maxTemperature": 1.2,
201
+ "charsPointsPrice": 0,
202
+ "censor": true,
203
+ "vision": true,
204
+ "datasetProcess": true,
205
+ "usedInClassify": true,
206
+ "usedInExtractFields": true,
207
+ "usedInToolCall": true,
208
+ "usedInQueryExtension": true,
209
+ "toolChoice": true,
210
+ "functionCall": true,
211
+ "customCQPrompt": "",
212
+ "customExtractPrompt": "",
213
+ "defaultSystemChatPrompt": "",
214
+ "defaultConfig": {}
215
+ },
216
+ {
217
+ "model": "gpt-4o",
218
+ "name": "gpt-4o",
219
+ "avatar": "/imgs/model/openai.svg",
220
+ "maxContext": 128000,
221
+ "maxResponse": 4000,
222
+ "quoteMaxToken": 100000,
223
+ "maxTemperature": 1.2,
224
+ "charsPointsPrice": 0,
225
+ "censor": true,
226
+ "vision": true,
227
+ "datasetProcess": true,
228
+ "usedInClassify": true,
229
+ "usedInExtractFields": true,
230
+ "usedInToolCall": true,
231
+ "usedInQueryExtension": false,
232
+ "toolChoice": true,
233
+ "functionCall": true,
234
+ "customCQPrompt": "",
235
+ "customExtractPrompt": "",
236
+ "defaultSystemChatPrompt": "",
237
+ "defaultConfig": {}
238
+ }
239
+ ],
240
+ "vectorModels": [
241
+ {
242
+ "model": "BAAI/bge-m3",
243
+ "name": "BAAI/bge-m3",
244
+ "avatar": "/imgs/model/openai.svg",
245
+ "charsPointsPrice": 0,
246
+ "defaultToken": 2000,
247
+ "maxToken": 8000,
248
+ "weight": 100
249
+ },
250
+ {
251
+ "model": "Pro/BAAI/bge-m3",
252
+ "name": "Pro/BAAI/bge-m3",
253
+ "avatar": "/imgs/model/openai.svg",
254
+ "charsPointsPrice": 0,
255
+ "defaultToken": 2000,
256
+ "maxToken": 8000,
257
+ "weight": 100,
258
+ "defaultConfig": {},
259
+ "dbConfig": {},
260
+ "queryConfig": {}
261
+ }
262
+ ],
263
+ "reRankModels": [
264
+ {
265
+ "model": "BAAI/bge-reranker-v2-m3",
266
+ "name": "检索重排-base",
267
+ "charsPointsPrice": 0,
268
+ "requestUrl": "https://api.siliconflow.cn/v1/rerank",
269
+ "requestAuth": "sk-xqnfqdvwujzarsqayfyoqojyewvcmixymkjrzqinrpuseuzn"
270
+ }
271
+ ],
272
+ "audioSpeech模型": [
273
+ {
274
+ "model": "tts-1",
275
+ "name": "OpenAI TTS1",
276
+ "charsPointsPrice": 0,
277
+ "voices": [
278
+ {
279
+ "label": "全部oy",
280
+ "value": "alloy",
281
+ "bufferId": "openai-全部oy"
282
+ },
283
+ {
284
+ "label": "Echo",
285
+ "value": "echo",
286
+ "bufferId": "openai-Echo"
287
+ },
288
+ {
289
+ "label": "Fable",
290
+ "value": "fable",
291
+ "bufferId": "openai-Fable"
292
+ },
293
+ {
294
+ "label": "Onyx",
295
+ "value": "onyx",
296
+ "bufferId": "openai-Onyx"
297
+ },
298
+ {
299
+ "label": "11月a",
300
+ "value": "nova",
301
+ "bufferId": "openai-11月a"
302
+ },
303
+ {
304
+ "label": "Shimmer",
305
+ "value": "shimmer",
306
+ "bufferId": "openai-Shimmer"
307
+ }
308
+ ]
309
+ }
310
+ ],
311
+ "whisperModel": {
312
+ "model": "whisper-1",
313
+ "name": "Whisper1",
314
+ "charsPointsPrice": 0
315
+ }
316
+ }