bohesocool commited on
Commit
9ad0ffb
·
verified ·
1 Parent(s): 50a6499

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -17
config.json CHANGED
@@ -7,18 +7,22 @@
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": "",
@@ -27,13 +31,13 @@
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,
 
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,