eggacheb commited on
Commit
5c8e41b
·
verified ·
1 Parent(s): 9e44deb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -1
config.json CHANGED
@@ -79,6 +79,24 @@
79
  "defaultSystemChatPrompt": "",
80
  "defaultConfig": {}
81
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
  {
83
  "model": "claude-3-opus",
84
  "name": "claude-3-opus",
@@ -90,7 +108,7 @@
90
  "outputPrice": 0,
91
  "censor": false,
92
  "vision": false,
93
- "datasetProcess": false,
94
  "toolChoice": true,
95
  "functionCall": false,
96
  "customCQPrompt": "",
 
79
  "defaultSystemChatPrompt": "",
80
  "defaultConfig": {}
81
  },
82
+ {
83
+ "model": "gpt-4o",
84
+ "name": "gpt-4o",
85
+ "maxContext": 128000,
86
+ "maxResponse": 4000,
87
+ "quoteMaxToken": 100000,
88
+ "maxTemperature": 1.2,
89
+ "charsPointsPrice": 0,
90
+ "censor": false,
91
+ "vision": true,
92
+ "datasetProcess": true,
93
+ "toolChoice": true,
94
+ "functionCall": true,
95
+ "customCQPrompt": "",
96
+ "customExtractPrompt": "",
97
+ "defaultSystemChatPrompt": "",
98
+ "defaultConfig": {}
99
+ },
100
  {
101
  "model": "claude-3-opus",
102
  "name": "claude-3-opus",
 
108
  "outputPrice": 0,
109
  "censor": false,
110
  "vision": false,
111
+ "datasetProcess": true,
112
  "toolChoice": true,
113
  "functionCall": false,
114
  "customCQPrompt": "",