Raimbault commited on
Commit
59b2108
1 Parent(s): 873b028

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -1
config.json CHANGED
@@ -151,7 +151,19 @@
151
  "avatar": "/imgs/model/openai.svg",
152
  "charsPointsPrice": 0,
153
  "defaultToken": 700,
154
- "maxToken": 3000,
 
 
 
 
 
 
 
 
 
 
 
 
155
  "weight": 100,
156
  "defaultConfig": {},
157
  "dbConfig": {},
 
151
  "avatar": "/imgs/model/openai.svg",
152
  "charsPointsPrice": 0,
153
  "defaultToken": 700,
154
+ "maxToken": 8191,
155
+ "weight": 100,
156
+ "defaultConfig": {},
157
+ "dbConfig": {},
158
+ "queryConfig": {}
159
+ },
160
+ {
161
+ "model": "text-embedding-3-large",
162
+ "name": "Embedding-3",
163
+ "avatar": "/imgs/model/openai.svg",
164
+ "charsPointsPrice": 0,
165
+ "defaultToken": 700,
166
+ "maxToken": 8191,
167
  "weight": 100,
168
  "defaultConfig": {},
169
  "dbConfig": {},