wuran commited on
Commit
5eb6654
·
verified ·
1 Parent(s): 973f1d1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -150
config.json CHANGED
@@ -6,160 +6,13 @@
6
  "pgHNSWEfSearch": 100
7
  },
8
  "llmModels": [
9
- {
10
- "model": "gpt-4o-mini",
11
- "name": "gpt-4o-mini",
12
- "maxContext": 125000,
13
- "maxResponse": 16000,
14
- "quoteMaxToken": 120000,
15
- "maxTemperature": 1.2,
16
- "charsPointsPrice": 0,
17
- "censor": false,
18
- "vision": true,
19
- "datasetProcess": true,
20
- "usedInClassify": true,
21
- "usedInExtractFields": true,
22
- "usedInToolCall": true,
23
- "usedInQueryExtension": true,
24
- "toolChoice": true,
25
- "functionCall": false,
26
- "customCQPrompt": "",
27
- "customExtractPrompt": "",
28
- "defaultSystemChatPrompt": "",
29
- "defaultConfig": {},
30
- "fieldMap": {}
31
- },
32
- {
33
- "model": "net-gpt-4o-mini",
34
- "name": "net-gpt-4o-mini",
35
- "maxContext": 125000,
36
- "maxResponse": 16000,
37
- "quoteMaxToken": 120000,
38
- "maxTemperature": 1.2,
39
- "charsPointsPrice": 0,
40
- "censor": false,
41
- "vision": true,
42
- "datasetProcess": true,
43
- "usedInClassify": true,
44
- "usedInExtractFields": true,
45
- "usedInToolCall": true,
46
- "usedInQueryExtension": true,
47
- "toolChoice": true,
48
- "functionCall": false,
49
- "customCQPrompt": "",
50
- "customExtractPrompt": "",
51
- "defaultSystemChatPrompt": "",
52
- "defaultConfig": {},
53
- "fieldMap": {}
54
- },{
55
- "model": "gpt-4o",
56
- "name": "gpt-4o",
57
- "maxContext": 125000,
58
- "maxResponse": 4000,
59
- "quoteMaxToken": 120000,
60
- "maxTemperature": 1.2,
61
- "charsPointsPrice": 0,
62
- "censor": false,
63
- "vision": true,
64
- "datasetProcess": true,
65
- "usedInClassify": true,
66
- "usedInExtractFields": true,
67
- "usedInToolCall": true,
68
- "usedInQueryExtension": true,
69
- "toolChoice": true,
70
- "functionCall": false,
71
- "customCQPrompt": "",
72
- "customExtractPrompt": "",
73
- "defaultSystemChatPrompt": "",
74
- "defaultConfig": {},
75
- "fieldMap": {}
76
- },
77
- {
78
- "model": "dall-e-3",
79
- "name": "dall-e-3",
80
- "maxContext": 125000,
81
- "maxResponse": 4000,
82
- "quoteMaxToken": 120000,
83
- "maxTemperature": 1.2,
84
- "charsPointsPrice": 0,
85
- "censor": false,
86
- "vision": true,
87
- "datasetProcess": true,
88
- "usedInClassify": true,
89
- "usedInExtractFields": true,
90
- "usedInToolCall": true,
91
- "usedInQueryExtension": true,
92
- "toolChoice": true,
93
- "functionCall": false,
94
- "customCQPrompt": "",
95
- "customExtractPrompt": "",
96
- "defaultSystemChatPrompt": "",
97
- "defaultConfig": {},
98
- "fieldMap": {}
99
- },
100
- {
101
- "model": "o1-mini",
102
- "name": "o1-mini",
103
- "maxContext": 125000,
104
- "maxResponse": 65000,
105
- "quoteMaxToken": 120000,
106
- "maxTemperature": 1.2,
107
- "charsPointsPrice": 0,
108
- "censor": false,
109
- "vision": false,
110
- "datasetProcess": true,
111
- "usedInClassify": true,
112
- "usedInExtractFields": true,
113
- "usedInToolCall": true,
114
- "usedInQueryExtension": true,
115
- "toolChoice": false,
116
- "functionCall": false,
117
- "customCQPrompt": "",
118
- "customExtractPrompt": "",
119
- "defaultSystemChatPrompt": "",
120
- "defaultConfig": {
121
- "temperature": 1,
122
- "stream": false
123
- },
124
- "fieldMap": {
125
- "max_tokens": "max_completion_tokens"
126
- }
127
- },
128
- {
129
- "model": "o1-preview",
130
- "name": "o1-preview",
131
- "maxContext": 125000,
132
- "maxResponse": 32000,
133
- "quoteMaxToken": 120000,
134
- "maxTemperature": 1.2,
135
- "charsPointsPrice": 0,
136
- "censor": false,
137
- "vision": false,
138
- "datasetProcess": true,
139
- "usedInClassify": true,
140
- "usedInExtractFields": true,
141
- "usedInToolCall": true,
142
- "usedInQueryExtension": true,
143
- "toolChoice": false,
144
- "functionCall": false,
145
- "customCQPrompt": "",
146
- "customExtractPrompt": "",
147
- "defaultSystemChatPrompt": "",
148
- "defaultConfig": {
149
- "temperature": 1,
150
- "stream": false
151
- },
152
- "fieldMap": {
153
- "max_tokens": "max_completion_tokens"
154
- }
155
- },
156
  {
157
  "model": "gpt-3.5-turbo-16k",
158
  "name": "gpt-3.5-turbo",
159
  "maxContext": 16000,
160
  "maxResponse": 4000,
161
  "quoteMaxToken": 13000,
162
- "maxTemperature": 1.2,
163
  "charsPointsPrice": 0,
164
  "censor": false,
165
  "vision": false,
@@ -172,8 +25,8 @@
172
  "defaultConfig": {}
173
  },
174
  {
175
- "model": "deepseek-chat",
176
- "name": "deepseek-chat",
177
  "maxContext": 125000,
178
  "maxResponse": 8000,
179
  "quoteMaxToken": 100000,
@@ -316,6 +169,24 @@
316
  "customExtractPrompt": "",
317
  "defaultSystemChatPrompt": "",
318
  "defaultConfig": {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
319
  }
320
  ],
321
  "vectorModels": [
 
6
  "pgHNSWEfSearch": 100
7
  },
8
  "llmModels": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  {
10
  "model": "gpt-3.5-turbo-16k",
11
  "name": "gpt-3.5-turbo",
12
  "maxContext": 16000,
13
  "maxResponse": 4000,
14
  "quoteMaxToken": 13000,
15
+ "maxTemperature": 1.3,
16
  "charsPointsPrice": 0,
17
  "censor": false,
18
  "vision": false,
 
25
  "defaultConfig": {}
26
  },
27
  {
28
+ "model": "gpt-4o",
29
+ "name": "gpt-4o",
30
  "maxContext": 125000,
31
  "maxResponse": 8000,
32
  "quoteMaxToken": 100000,
 
169
  "customExtractPrompt": "",
170
  "defaultSystemChatPrompt": "",
171
  "defaultConfig": {}
172
+ },
173
+ {
174
+ "model": "dall-e-3",
175
+ "name": "dall-e-3",
176
+ "maxContext": 128000,
177
+ "maxResponse": 4000,
178
+ "quoteMaxToken": 100000,
179
+ "maxTemperature": 1.2,
180
+ "charsPointsPrice": 0,
181
+ "censor": false,
182
+ "vision": true,
183
+ "datasetProcess": false,
184
+ "toolChoice": true,
185
+ "functionCall": false,
186
+ "customCQPrompt": "",
187
+ "customExtractPrompt": "",
188
+ "defaultSystemChatPrompt": "",
189
+ "defaultConfig": {}
190
  }
191
  ],
192
  "vectorModels": [