yuexinyun commited on
Commit
af00a2e
·
verified ·
1 Parent(s): b2f8d5b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +63 -170
config.json CHANGED
@@ -1,76 +1,29 @@
1
  {
 
 
 
2
  "systemEnv": {
3
- "openapiPrefix": "fastgpt",
4
  "vectorMaxProcess": 15,
5
  "qaMaxProcess": 15,
6
  "pgHNSWEfSearch": 100
7
  },
8
  "llmModels": [
9
  {
10
- "model": "@cf/qwen/qwen1.5-14b-chat-awq",
11
- "name": "@cf/qwen/qwen1.5-14b-chat-awq",
12
- "maxContext": 8000,
13
- "maxResponse": 4000,
14
- "quoteMaxToken": 8000,
15
- "maxTemperature": 1.2,
16
- "inputPrice": 0,
17
- "outputPrice": 0,
18
- "censor": false,
19
- "vision": false,
20
- "datasetProcess": true,
21
- "toolChoice": true,
22
- "functionCall": false,
23
- "customCQPrompt": "",
24
- "customExtractPrompt": "",
25
- "defaultSystemChatPrompt": "",
26
- "defaultConfig": {}
27
- },
28
- {
29
- "model": "@hf/thebloke/llama-2-13b-chat-awq",
30
- "name": "@hf/thebloke/llama-2-13b-chat-awq",
31
- "maxContext": 8000,
32
- "maxResponse": 4000,
33
- "quoteMaxToken": 8000,
34
- "maxTemperature": 1.2,
35
- "censor": false,
36
- "vision": false,
37
- "datasetProcess": true,
38
- "toolChoice": true,
39
- "functionCall": false,
40
- "customCQPrompt": "",
41
- "customExtractPrompt": "",
42
- "defaultSystemChatPrompt": "",
43
- "defaultConfig": {}
44
- },
45
- {
46
- "model": "deepseek-chat",
47
- "name": "deepseek-chat",
48
- "avatar": "/imgs/model/deepseek.svg",
49
- "maxContext": 8000,
50
- "maxResponse": 4000,
51
- "quoteMaxToken": 8000,
52
- "maxTemperature": 1.2,
53
- "censor": false,
54
- "vision": false,
55
- "datasetProcess": true,
56
- "toolChoice": true,
57
- "functionCall": true,
58
- "customCQPrompt": "",
59
- "customExtractPrompt": "",
60
- "defaultSystemChatPrompt": "",
61
- "defaultConfig": {}
62
- },
63
- {
64
- "model": "command-r-plus",
65
- "name": "command-r-plus",
66
- "maxContext": 16000,
67
- "maxResponse": 4000,
68
- "quoteMaxToken": 13000,
69
  "maxTemperature": 1.2,
70
  "charsPointsPrice": 0,
71
  "censor": false,
72
- "vision": false,
73
  "datasetProcess": true,
 
 
 
 
74
  "toolChoice": true,
75
  "functionCall": false,
76
  "customCQPrompt": "",
@@ -79,97 +32,44 @@
79
  "defaultConfig": {}
80
  },
81
  {
82
- "model": "claude-3-haiku",
83
- "name": "claude-3-haiku",
84
- "avatar": "/imgs/model/calude.svg",
85
- "maxContext": 16000,
86
  "maxResponse": 4000,
87
- "quoteMaxToken": 13000,
88
  "maxTemperature": 1.2,
89
- "inputPrice": 0,
90
- "outputPrice": 0,
91
- "censor": false,
92
- "vision": false,
93
- "datasetProcess": true,
94
- "toolChoice": true,
95
- "functionCall": false,
96
- "customCQPrompt": "",
97
- "customExtractPrompt": "",
98
- "defaultSystemChatPrompt": "",
99
- "defaultConfig": {}
100
- },
101
- {
102
- "model": "claude-3-opus",
103
- "name": "claude-3-opus",
104
- "avatar": "/imgs/model/calude.svg",
105
- "maxContext": 200000,
106
- "maxResponse": 4000,
107
- "quoteMaxToken": 100000,
108
- "maxTemperature": 0.9,
109
- "inputPrice": 0,
110
- "outputPrice": 0,
111
- "censor": false,
112
- "vision": false,
113
- "datasetProcess": true,
114
- "toolChoice": true,
115
- "functionCall": false,
116
- "customCQPrompt": "",
117
- "customExtractPrompt": "",
118
- "defaultSystemChatPrompt": "",
119
- "defaultConfig": {}
120
- },
121
- {
122
- "model": "claude-3-sonnet",
123
- "name": "claude-3-sonnet",
124
- "avatar": "/imgs/model/calude.svg",
125
- "maxContext": 200000,
126
- "maxResponse": 4000,
127
- "quoteMaxToken": 100000,
128
- "maxTemperature": 0.9,
129
- "inputPrice": 0,
130
- "outputPrice": 0,
131
- "censor": false,
132
- "vision": false,
133
- "datasetProcess": true,
134
- "toolChoice": true,
135
- "functionCall": false,
136
- "customCQPrompt": "",
137
- "customExtractPrompt": "",
138
- "defaultSystemChatPrompt": "",
139
- "defaultConfig": {}
140
- },
141
- {
142
- "model": "claude-35-sonnet",
143
- "name": "claude-35-sonnet",
144
- "avatar": "/imgs/model/calude.svg",
145
- "maxContext": 200000,
146
- "maxResponse": 4000,
147
- "quoteMaxToken": 100000,
148
- "maxTemperature": 0.9,
149
- "inputPrice": 0,
150
- "outputPrice": 0,
151
  "censor": false,
152
  "vision": true,
153
- "datasetProcess": true,
 
 
 
 
154
  "toolChoice": true,
155
  "functionCall": false,
156
  "customCQPrompt": "",
157
  "customExtractPrompt": "",
158
  "defaultSystemChatPrompt": "",
159
  "defaultConfig": {}
160
- },
161
  {
162
- "model": "gpt-4o-mini",
163
- "name": "gpt-4o-mini",
164
- "avatar": "/imgs/model/openai.svg",
165
- "maxContext": 125000,
166
- "maxResponse": 16000,
167
- "quoteMaxToken": 12000,
168
- "maxTemperature": 1.2,
169
  "charsPointsPrice": 0,
170
  "censor": false,
171
  "vision": true,
172
  "datasetProcess": true,
 
 
 
 
173
  "toolChoice": true,
174
  "functionCall": true,
175
  "customCQPrompt": "",
@@ -178,17 +78,21 @@
178
  "defaultConfig": {}
179
  },
180
  {
181
- "model": "gpt-4o",
182
- "name": "gpt-4o",
183
- "avatar": "/imgs/model/openai.svg",
184
- "maxContext": 125000,
185
- "maxResponse": 4000,
186
- "quoteMaxToken": 120000,
187
- "maxTemperature": 1.2,
188
  "charsPointsPrice": 0,
189
  "censor": false,
190
  "vision": true,
191
  "datasetProcess": true,
 
 
 
 
192
  "toolChoice": true,
193
  "functionCall": true,
194
  "customCQPrompt": "",
@@ -199,35 +103,21 @@
199
  {
200
  "model": "gemini-1.5-flash-latest",
201
  "name": "gemini-1.5-flash-latest",
202
- "avatar": "/imgs/model/gemini.svg",
203
- "maxContext": 125000,
204
- "maxResponse": 4000,
205
- "quoteMaxToken": 120000,
206
- "maxTemperature": 1.2,
207
  "charsPointsPrice": 0,
208
  "censor": false,
209
  "vision": true,
210
  "datasetProcess": true,
 
 
 
 
211
  "toolChoice": true,
212
- "functionCall": false,
213
- "customCQPrompt": "",
214
- "customExtractPrompt": "",
215
- "defaultSystemChatPrompt": "",
216
- "defaultConfig": {}
217
- },
218
- {
219
- "model": "dall-e-3",
220
- "name": "dall-e-3",
221
- "maxImageSize": 1024,
222
- "minImageSize": 256,
223
- "styleOptions": ["vivid", "natural"],
224
- "qualityOptions": ["standard", "hd"],
225
- "charsPointsPrice": 0,
226
- "censor": false,
227
- "vision": false,
228
- "datasetProcess": false,
229
- "toolChoice": false,
230
- "functionCall": false,
231
  "customCQPrompt": "",
232
  "customExtractPrompt": "",
233
  "defaultSystemChatPrompt": "",
@@ -238,11 +128,14 @@
238
  {
239
  "model": "text-embedding-ada-002",
240
  "name": "Embedding-2",
241
- "avatar": "/imgs/model/openai.svg",
242
  "charsPointsPrice": 0,
243
  "defaultToken": 700,
244
  "maxToken": 3000,
245
- "weight": 100
 
 
 
246
  },
247
  {
248
  "model": "text-embedding-3-large",
 
1
  {
2
+ "feConfigs": {
3
+ "lafEnv": "https://laf.dev"
4
+ },
5
  "systemEnv": {
 
6
  "vectorMaxProcess": 15,
7
  "qaMaxProcess": 15,
8
  "pgHNSWEfSearch": 100
9
  },
10
  "llmModels": [
11
  {
12
+ "model": "gpt-4o-mini",
13
+ "name": "gpt-4o-mini",
14
+ "avatar": "/imgs/model/openai.svg",
15
+ "maxContext": 125000,
16
+ "maxResponse": 16000,
17
+ "quoteMaxToken": 120000,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  "maxTemperature": 1.2,
19
  "charsPointsPrice": 0,
20
  "censor": false,
21
+ "vision": true,
22
  "datasetProcess": true,
23
+ "usedInClassify": true,
24
+ "usedInExtractFields": true,
25
+ "usedInToolCall": true,
26
+ "usedInQueryExtension": true,
27
  "toolChoice": true,
28
  "functionCall": false,
29
  "customCQPrompt": "",
 
32
  "defaultConfig": {}
33
  },
34
  {
35
+ "model": "gpt-4o",
36
+ "name": "gpt-4o",
37
+ "avatar": "/imgs/model/openai.svg",
38
+ "maxContext": 125000,
39
  "maxResponse": 4000,
40
+ "quoteMaxToken": 120000,
41
  "maxTemperature": 1.2,
42
+ "charsPointsPrice": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  "censor": false,
44
  "vision": true,
45
+ "datasetProcess": false,
46
+ "usedInClassify": true,
47
+ "usedInExtractFields": true,
48
+ "usedInToolCall": true,
49
+ "usedInQueryExtension": true,
50
  "toolChoice": true,
51
  "functionCall": false,
52
  "customCQPrompt": "",
53
  "customExtractPrompt": "",
54
  "defaultSystemChatPrompt": "",
55
  "defaultConfig": {}
56
+ },
57
  {
58
+ "model": "gemini-1.5-pro-latest",
59
+ "name": "gemini-1.5-pro-latest",
60
+ "avatar": "/imgs/model/google.svg",
61
+ "maxContext": 2105344,
62
+ "maxResponse": 270000,
63
+ "quoteMaxToken": 1800000,
64
+ "maxTemperature": 2,
65
  "charsPointsPrice": 0,
66
  "censor": false,
67
  "vision": true,
68
  "datasetProcess": true,
69
+ "usedInClassify": true,
70
+ "usedInExtractFields": true,
71
+ "usedInToolCall": true,
72
+ "usedInQueryExtension": true,
73
  "toolChoice": true,
74
  "functionCall": true,
75
  "customCQPrompt": "",
 
78
  "defaultConfig": {}
79
  },
80
  {
81
+ "model": "gemini-1.5-pro-exp-0801",
82
+ "name": "gemini-1.5-pro-exp-0801",
83
+ "avatar": "/imgs/model/google.svg",
84
+ "maxContext": 2105344,
85
+ "maxResponse": 270000,
86
+ "quoteMaxToken": 1800000,
87
+ "maxTemperature": 2,
88
  "charsPointsPrice": 0,
89
  "censor": false,
90
  "vision": true,
91
  "datasetProcess": true,
92
+ "usedInClassify": true,
93
+ "usedInExtractFields": true,
94
+ "usedInToolCall": true,
95
+ "usedInQueryExtension": true,
96
  "toolChoice": true,
97
  "functionCall": true,
98
  "customCQPrompt": "",
 
103
  {
104
  "model": "gemini-1.5-flash-latest",
105
  "name": "gemini-1.5-flash-latest",
106
+ "avatar": "/imgs/model/google.svg",
107
+ "maxContext": 2105344,
108
+ "maxResponse": 270000,
109
+ "quoteMaxToken": 1800000,
110
+ "maxTemperature": 2,
111
  "charsPointsPrice": 0,
112
  "censor": false,
113
  "vision": true,
114
  "datasetProcess": true,
115
+ "usedInClassify": true,
116
+ "usedInExtractFields": true,
117
+ "usedInToolCall": true,
118
+ "usedInQueryExtension": true,
119
  "toolChoice": true,
120
+ "functionCall": true,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
121
  "customCQPrompt": "",
122
  "customExtractPrompt": "",
123
  "defaultSystemChatPrompt": "",
 
128
  {
129
  "model": "text-embedding-ada-002",
130
  "name": "Embedding-2",
131
+ "avatar": "/imgs/model/openai.svg",
132
  "charsPointsPrice": 0,
133
  "defaultToken": 700,
134
  "maxToken": 3000,
135
+ "weight": 100,
136
+ "defaultConfig": {},
137
+ "dbConfig": {},
138
+ "queryConfig": {}
139
  },
140
  {
141
  "model": "text-embedding-3-large",