wuran commited on
Commit
0a3e526
·
verified ·
1 Parent(s): 0edf642

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +38 -2
config.json CHANGED
@@ -7,7 +7,7 @@
7
  },
8
  "llmModels": [
9
  {
10
- "model": "gpt-3.5-turbo-1106",
11
  "name": "gpt-3.5-turbo",
12
  "maxContext": 16000,
13
  "maxResponse": 4000,
@@ -33,7 +33,43 @@
33
  "maxTemperature": 1.2,
34
  "charsPointsPrice": 0,
35
  "censor": false,
36
- "vision": false,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
  "datasetProcess": false,
38
  "toolChoice": true,
39
  "functionCall": false,
 
7
  },
8
  "llmModels": [
9
  {
10
+ "model": "gpt-3.5-turbo-16k",
11
  "name": "gpt-3.5-turbo",
12
  "maxContext": 16000,
13
  "maxResponse": 4000,
 
33
  "maxTemperature": 1.2,
34
  "charsPointsPrice": 0,
35
  "censor": false,
36
+ "vision": true,
37
+ "datasetProcess": false,
38
+ "toolChoice": true,
39
+ "functionCall": false,
40
+ "customCQPrompt": "",
41
+ "customExtractPrompt": "",
42
+ "defaultSystemChatPrompt": "",
43
+ "defaultConfig": {}
44
+ },
45
+ {
46
+ "model": "gemini-1.5-flash-002",
47
+ "name": "gemini-1.5-flash-002",
48
+ "maxContext": 125000,
49
+ "maxResponse": 8000,
50
+ "quoteMaxToken": 100000,
51
+ "maxTemperature": 1.2,
52
+ "charsPointsPrice": 0,
53
+ "censor": false,
54
+ "vision": true,
55
+ "datasetProcess": false,
56
+ "toolChoice": true,
57
+ "functionCall": false,
58
+ "customCQPrompt": "",
59
+ "customExtractPrompt": "",
60
+ "defaultSystemChatPrompt": "",
61
+ "defaultConfig": {}
62
+ },
63
+ {
64
+ "model": "gemini-1.5-pro-002",
65
+ "name": "gemini-1.5-pro-002",
66
+ "maxContext": 125000,
67
+ "maxResponse": 8000,
68
+ "quoteMaxToken": 100000,
69
+ "maxTemperature": 1.2,
70
+ "charsPointsPrice": 0,
71
+ "censor": false,
72
+ "vision": true,
73
  "datasetProcess": false,
74
  "toolChoice": true,
75
  "functionCall": false,