Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
{
|
2 |
-
"hide_history_when_not_logged_in": true
|
|
|
3 |
}
|
|
|
1 |
{
|
2 |
+
"hide_history_when_not_logged_in": true,
|
3 |
+
"default_model": "gpt-3.5-turbo-16k"
|
4 |
}
|