vsare commited on
Commit
9a8ec54
·
verified ·
1 Parent(s): db0d695

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -306
config.json DELETED
@@ -1,306 +0,0 @@
1
- {
2
- "systemEnv": {
3
- "openapiPrefix": "fastgpt",
4
- "vectorMaxProcess": 10,
5
- "qaMaxProcess": 10,
6
- "pgHNSWEfSearch": 80
7
- },
8
- "llmModels": [
9
- {
10
- "model": "@cf/qwen/qwen1.5-14b-chat-awq",
11
- "name": "Qwen 1.5 14B Chat AWQ",
12
- "avatar": "/imgs/model/qwen.svg",
13
- "maxContext": 8192,
14
- "maxResponse": 2048,
15
- "quoteMaxToken": 8192,
16
- "maxTemperature": 1.0,
17
- "inputPrice": 0,
18
- "outputPrice": 0,
19
- "censor": false,
20
- "vision": false,
21
- "datasetProcess": true,
22
- "toolChoice": true,
23
- "functionCall": true,
24
- "customCQPrompt": "",
25
- "customExtractPrompt": "",
26
- "defaultSystemChatPrompt": "",
27
- "defaultConfig": {}
28
- },
29
- {
30
- "model": "deepseek-chat",
31
- "name": "DeepSeek V2",
32
- "avatar": "/imgs/model/deepseek.svg",
33
- "maxContext": 4096,
34
- "maxResponse": 2048,
35
- "quoteMaxToken": 4096,
36
- "maxTemperature": 1.0,
37
- "inputPrice": 0,
38
- "outputPrice": 0,
39
- "censor": false,
40
- "vision": false,
41
- "datasetProcess": true,
42
- "toolChoice": true,
43
- "functionCall": true,
44
- "customCQPrompt": "",
45
- "customExtractPrompt": "",
46
- "defaultSystemChatPrompt": "",
47
- "defaultConfig": {}
48
- },
49
- {
50
- "model": "gpt-4o-mini",
51
- "name": "GPT-4O Mini",
52
- "avatar": "/imgs/model/openai.svg",
53
- "maxContext": 128000,
54
- "maxResponse": 4096,
55
- "quoteMaxToken": 128000,
56
- "maxTemperature": 2.0,
57
- "inputPrice": 3,
58
- "outputPrice": 6,
59
- "censor": true,
60
- "vision": true,
61
- "datasetProcess": true,
62
- "toolChoice": true,
63
- "functionCall": true,
64
- "customCQPrompt": "",
65
- "customExtractPrompt": "",
66
- "defaultSystemChatPrompt": "",
67
- "defaultConfig": {}
68
- },
69
- {
70
- "model": "chatgpt-4o-latest",
71
- "name": "GPT-4O",
72
- "avatar": "/imgs/model/openai.svg",
73
- "maxContext": 128000,
74
- "maxResponse": 4096,
75
- "quoteMaxToken": 128000,
76
- "maxTemperature": 2.0,
77
- "inputPrice": 10,
78
- "outputPrice": 30,
79
- "censor": true,
80
- "vision": true,
81
- "datasetProcess": true,
82
- "toolChoice": true,
83
- "functionCall": true,
84
- "customCQPrompt": "",
85
- "customExtractPrompt": "",
86
- "defaultSystemChatPrompt": "",
87
- "defaultConfig": {}
88
- },
89
- {
90
- "model": "claude-3-haiku-20240307",
91
- "name": "Claude 3 Haiku",
92
- "avatar": "/imgs/model/claude.svg",
93
- "maxContext": 200000,
94
- "maxResponse": 4096,
95
- "quoteMaxToken": 200000,
96
- "maxTemperature": 1.0,
97
- "inputPrice": 0.25,
98
- "outputPrice": 1.25,
99
- "censor": true,
100
- "vision": true,
101
- "datasetProcess": true,
102
- "toolChoice": true,
103
- "functionCall": true,
104
- "customCQPrompt": "",
105
- "customExtractPrompt": "",
106
- "defaultSystemChatPrompt": "",
107
- "defaultConfig": {}
108
- },
109
- {
110
- "model": "claude-3-5-sonnet-20240620",
111
- "name": "Claude 3.5 Sonnet",
112
- "avatar": "/imgs/model/claude.svg",
113
- "maxContext": 200000,
114
- "maxResponse": 4096,
115
- "quoteMaxToken": 200000,
116
- "maxTemperature": 1.0,
117
- "inputPrice": 3,
118
- "outputPrice": 15,
119
- "censor": true,
120
- "vision": true,
121
- "datasetProcess": true,
122
- "toolChoice": true,
123
- "functionCall": true,
124
- "customCQPrompt": "",
125
- "customExtractPrompt": "",
126
- "defaultSystemChatPrompt": "",
127
- "defaultConfig": {}
128
- },
129
- {
130
- "model": "qwen-turbo",
131
- "name": "Qwen Turbo",
132
- "avatar": "/imgs/model/qwen.svg",
133
- "maxContext": 128000,
134
- "maxResponse": 8192,
135
- "quoteMaxToken": 128000,
136
- "maxTemperature": 1.0,
137
- "inputPrice": 0,
138
- "outputPrice": 0,
139
- "censor": false,
140
- "vision": true,
141
- "datasetProcess": true,
142
- "toolChoice": true,
143
- "functionCall": true,
144
- "customCQPrompt": "",
145
- "customExtractPrompt": "",
146
- "defaultSystemChatPrompt": "",
147
- "defaultConfig": {}
148
- },
149
- {
150
- "model": "qwen-plus",
151
- "name": "Qwen Plus",
152
- "avatar": "/imgs/model/qwen.svg",
153
- "maxContext": 128000,
154
- "maxResponse": 8192,
155
- "quoteMaxToken": 128000,
156
- "maxTemperature": 1.0,
157
- "inputPrice": 0,
158
- "outputPrice": 0,
159
- "censor": false,
160
- "vision": true,
161
- "datasetProcess": true,
162
- "toolChoice": true,
163
- "functionCall": true,
164
- "customCQPrompt": "",
165
- "customExtractPrompt": "",
166
- "defaultSystemChatPrompt": "",
167
- "defaultConfig": {}
168
- },
169
- {
170
- "model": "gemini-1.5-flash-latest",
171
- "name": "Gemini 1.5 Flash",
172
- "avatar": "/imgs/model/gemini.svg",
173
- "maxContext": 128000,
174
- "maxResponse": 2048,
175
- "quoteMaxToken": 128000,
176
- "maxTemperature": 1.0,
177
- "inputPrice": 0,
178
- "outputPrice": 0,
179
- "censor": false,
180
- "vision": true,
181
- "datasetProcess": true,
182
- "toolChoice": true,
183
- "functionCall": true,
184
- "customCQPrompt": "",
185
- "customExtractPrompt": "",
186
- "defaultSystemChatPrompt": "",
187
- "defaultConfig": {}
188
- },
189
- {
190
- "model": "gemini-1.5-pro-latest",
191
- "name": "Gemini 1.5 Pro",
192
- "avatar": "/imgs/model/gemini.svg",
193
- "maxContext": 2000000,
194
- "maxResponse": 2048,
195
- "quoteMaxToken": 2000000,
196
- "maxTemperature": 1.0,
197
- "inputPrice": 0,
198
- "outputPrice": 0,
199
- "censor": false,
200
- "vision": true,
201
- "datasetProcess": true,
202
- "toolChoice": true,
203
- "functionCall": true,
204
- "customCQPrompt": "",
205
- "customExtractPrompt": "",
206
- "defaultSystemChatPrompt": "",
207
- "defaultConfig": {}
208
- },
209
- {
210
- "model": "dall-e-3",
211
- "name": "dall-e-3",
212
- "avatar": "/imgs/model/openai.svg",
213
- "maxImageSize": 1024,
214
- "minImageSize": 256,
215
- "styleOptions": ["vivid", "natural"],
216
- "qualityOptions": ["standard", "hd"],
217
- "charsPointsPrice": 0,
218
- "censor": false,
219
- "vision": false,
220
- "datasetProcess": false,
221
- "toolChoice": false,
222
- "functionCall": false,
223
- "customCQPrompt": "",
224
- "customExtractPrompt": "",
225
- "defaultSystemChatPrompt": "",
226
- "defaultConfig": {}
227
- }
228
- ],
229
- "vectorModels": [
230
- {
231
- "model": "text-embedding-ada-002",
232
- "name": "Embedding-2",
233
- "avatar": "/imgs/model/openai.svg",
234
- "charsPointsPrice": 0,
235
- "defaultToken": 700,
236
- "maxToken": 3000,
237
- "weight": 100
238
- },
239
- {
240
- "model": "text-embedding-3-large",
241
- "name": "text-embedding-3-large",
242
- "avatar": "/imgs/model/openai.svg",
243
- "charsPointsPrice": 0,
244
- "defaultToken": 512,
245
- "maxToken": 3000,
246
- "weight": 100,
247
- "defaultConfig": {
248
- "dimensions": 1024
249
- }
250
- },
251
- {
252
- "model": "text-embedding-3-small",
253
- "name": "text-embedding-3-small",
254
- "avatar": "/imgs/model/openai.svg",
255
- "charsPointsPrice": 0,
256
- "defaultToken": 512,
257
- "maxToken": 3000,
258
- "weight": 100
259
- }
260
- ],
261
- "reRankModels": [],
262
- "audioSpeechModels": [
263
- {
264
- "model": "tts-1",
265
- "name": "OpenAI TTS1",
266
- "charsPointsPrice": 0,
267
- "voices": [
268
- {
269
- "label": "Alloy",
270
- "value": "alloy",
271
- "bufferId": "openai-Alloy"
272
- },
273
- {
274
- "label": "Echo",
275
- "value": "echo",
276
- "bufferId": "openai-Echo"
277
- },
278
- {
279
- "label": "Fable",
280
- "value": "fable",
281
- "bufferId": "openai-Fable"
282
- },
283
- {
284
- "label": "Onyx",
285
- "value": "onyx",
286
- "bufferId": "openai-Onyx"
287
- },
288
- {
289
- "label": "Nova",
290
- "value": "nova",
291
- "bufferId": "openai-Nova"
292
- },
293
- {
294
- "label": "Shimmer",
295
- "value": "shimmer",
296
- "bufferId": "openai-Shimmer"
297
- }
298
- ]
299
- }
300
- ],
301
- "whisperModel": {
302
- "model": "whisper-1",
303
- "name": "Whisper1",
304
- "charsPointsPrice": 0
305
- }
306
- }