vsare commited on
Commit
876ac4b
·
verified ·
1 Parent(s): 879a59d
Files changed (1) hide show
  1. config.json +20 -20
config.json CHANGED
@@ -7,11 +7,11 @@
7
  },
8
  "llmModels": [
9
  {
10
- "model": "abab6.5s-chat",
11
- "name": "abab6.5s-chat",
12
- "maxContext": 16000,
13
  "maxResponse": 4000,
14
- "quoteMaxToken": 13000,
15
  "maxTemperature": 1.2,
16
  "inputPrice": 0,
17
  "outputPrice": 0,
@@ -26,8 +26,8 @@
26
  "defaultConfig": {}
27
  },
28
  {
29
- "model": "glm-4",
30
- "name": "glm-4",
31
  "maxContext": 16000,
32
  "maxResponse": 4000,
33
  "quoteMaxToken": 13000,
@@ -47,9 +47,9 @@
47
  {
48
  "model": "deepseek-chat",
49
  "name": "deepseek-chat",
50
- "maxContext": 16000,
51
  "maxResponse": 4000,
52
- "quoteMaxToken": 13000,
53
  "maxTemperature": 1.2,
54
  "inputPrice": 0,
55
  "outputPrice": 0,
@@ -85,7 +85,7 @@
85
  {
86
  "model": "gpt-3.5-turbo",
87
  "name": "gpt-3.5-turbo",
88
- "maxContext": 16000,
89
  "maxResponse": 4000,
90
  "quoteMaxToken": 13000,
91
  "maxTemperature": 1.2,
@@ -121,9 +121,9 @@
121
  {
122
  "model": "gpt-4",
123
  "name": "gpt-4",
124
- "maxContext": 125000,
125
  "maxResponse": 4000,
126
- "quoteMaxToken": 100000,
127
  "maxTemperature": 1.2,
128
  "charsPointsPrice": 0,
129
  "censor": false,
@@ -157,9 +157,9 @@
157
  {
158
  "model": "gemini-1.5-flash-latest",
159
  "name": "gemini-1.5-flash-latest",
160
- "maxContext": 200000,
161
  "maxResponse": 4000,
162
- "quoteMaxToken": 100000,
163
  "maxTemperature": 0.9,
164
  "inputPrice": 0,
165
  "outputPrice": 0,
@@ -176,16 +176,16 @@
176
  {
177
  "model": "dall-e-3",
178
  "name": "dall-e-3",
179
- "maxContext": 128000,
180
- "maxResponse": 4000,
181
- "quoteMaxToken": 100000,
182
- "maxTemperature": 1.2,
183
  "charsPointsPrice": 0,
184
  "censor": false,
185
- "vision": true,
186
  "datasetProcess": false,
187
- "toolChoice": true,
188
- "functionCall": true,
189
  "customCQPrompt": "",
190
  "customExtractPrompt": "",
191
  "defaultSystemChatPrompt": "",
 
7
  },
8
  "llmModels": [
9
  {
10
+ "model": "@cf/qwen/qwen1.5-14b-chat-awq",
11
+ "name": "@cf/qwen/qwen1.5-14b-chat-awq",
12
+ "maxContext": 8000,
13
  "maxResponse": 4000,
14
+ "quoteMaxToken": 8000,
15
  "maxTemperature": 1.2,
16
  "inputPrice": 0,
17
  "outputPrice": 0,
 
26
  "defaultConfig": {}
27
  },
28
  {
29
+ "model": "@hf/thebloke/llama-2-13b-chat-awq",
30
+ "name": "@hf/thebloke/llama-2-13b-chat-awq",
31
  "maxContext": 16000,
32
  "maxResponse": 4000,
33
  "quoteMaxToken": 13000,
 
47
  {
48
  "model": "deepseek-chat",
49
  "name": "deepseek-chat",
50
+ "maxContext": 8000,
51
  "maxResponse": 4000,
52
+ "quoteMaxToken": 8000,
53
  "maxTemperature": 1.2,
54
  "inputPrice": 0,
55
  "outputPrice": 0,
 
85
  {
86
  "model": "gpt-3.5-turbo",
87
  "name": "gpt-3.5-turbo",
88
+ "maxContext": 16385,
89
  "maxResponse": 4000,
90
  "quoteMaxToken": 13000,
91
  "maxTemperature": 1.2,
 
121
  {
122
  "model": "gpt-4",
123
  "name": "gpt-4",
124
+ "maxContext": 8192,
125
  "maxResponse": 4000,
126
+ "quoteMaxToken": 6000,
127
  "maxTemperature": 1.2,
128
  "charsPointsPrice": 0,
129
  "censor": false,
 
157
  {
158
  "model": "gemini-1.5-flash-latest",
159
  "name": "gemini-1.5-flash-latest",
160
+ "maxContext": 32000,
161
  "maxResponse": 4000,
162
+ "quoteMaxToken": 28000,
163
  "maxTemperature": 0.9,
164
  "inputPrice": 0,
165
  "outputPrice": 0,
 
176
  {
177
  "model": "dall-e-3",
178
  "name": "dall-e-3",
179
+ "maxImageSize": 1024,
180
+ "minImageSize": 256,
181
+ "styleOptions": ["vivid", "natural"],
182
+ "qualityOptions": ["standard", "hd"],
183
  "charsPointsPrice": 0,
184
  "censor": false,
185
+ "vision": false,
186
  "datasetProcess": false,
187
+ "toolChoice": false,
188
+ "functionCall": false,
189
  "customCQPrompt": "",
190
  "customExtractPrompt": "",
191
  "defaultSystemChatPrompt": "",