Spaces:
Running
Running
Update config.json
Browse files- config.json +21 -17
config.json
CHANGED
@@ -7,18 +7,22 @@
|
|
7 |
},
|
8 |
"llmModels": [
|
9 |
{
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"maxContext":
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
"censor": false,
|
20 |
-
"vision":
|
21 |
"datasetProcess": true,
|
|
|
|
|
|
|
|
|
22 |
"toolChoice": true,
|
23 |
"functionCall": true,
|
24 |
"customCQPrompt": "",
|
@@ -27,13 +31,13 @@
|
|
27 |
"defaultConfig": {}
|
28 |
},
|
29 |
{
|
30 |
-
"model": "
|
31 |
-
"name": "
|
32 |
-
"avatar": "/imgs/model/
|
33 |
-
"maxContext":
|
34 |
-
"maxResponse":
|
35 |
-
"quoteMaxToken":
|
36 |
-
"maxTemperature": 1.
|
37 |
"inputPrice": 0,
|
38 |
"outputPrice": 0,
|
39 |
"censor": false,
|
|
|
7 |
},
|
8 |
"llmModels": [
|
9 |
{
|
10 |
+
"provider": "Gemini",
|
11 |
+
"model": "gemini-1.5-pro-latest",
|
12 |
+
"name": "gemini-1.5-pro-latest",
|
13 |
+
"maxContext": 2097152,
|
14 |
+
"avatar": "/imgs/model/gemini.svg",
|
15 |
+
"maxResponse": 8192,
|
16 |
+
"quoteMaxToken": 2097152,
|
17 |
+
"maxTemperature": 1.2,
|
18 |
+
"charsPointsPrice": 0,
|
19 |
"censor": false,
|
20 |
+
"vision": true,
|
21 |
"datasetProcess": true,
|
22 |
+
"usedInClassify": true,
|
23 |
+
"usedInExtractFields": true,
|
24 |
+
"usedInToolCall": true,
|
25 |
+
"usedInQueryExtension": true,
|
26 |
"toolChoice": true,
|
27 |
"functionCall": true,
|
28 |
"customCQPrompt": "",
|
|
|
31 |
"defaultConfig": {}
|
32 |
},
|
33 |
{
|
34 |
+
"model": "gemini-2.0-flash-exp",
|
35 |
+
"name": "gemini-2.0-flash-exp",
|
36 |
+
"avatar": "/imgs/model/gemini.svg",
|
37 |
+
"maxContext": 1048576,
|
38 |
+
"maxResponse": 8192,
|
39 |
+
"quoteMaxToken": 1048576,
|
40 |
+
"maxTemperature": 1.2,
|
41 |
"inputPrice": 0,
|
42 |
"outputPrice": 0,
|
43 |
"censor": false,
|