Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
},
|
8 |
"llmModels": [
|
9 |
{
|
10 |
-
"model": "gpt-3.5-turbo-
|
11 |
"name": "gpt-3.5-turbo",
|
12 |
"maxContext": 16000,
|
13 |
"maxResponse": 4000,
|
|
|
7 |
},
|
8 |
"llmModels": [
|
9 |
{
|
10 |
+
"model": "gpt-3.5-turbo-16k",
|
11 |
"name": "gpt-3.5-turbo",
|
12 |
"maxContext": 16000,
|
13 |
"maxResponse": 4000,
|