Spaces:
Running
Running
update model to use gpt-4-32k
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
2 |
"hide_history_when_not_logged_in": true,
|
3 |
-
"language": "en_US"
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
"hide_history_when_not_logged_in": true,
|
3 |
+
"language": "en_US",
|
4 |
+
"default_model": "gpt-4-32k",
|
5 |
}
|