framlc commited on
Commit
ad30431
1 Parent(s): 0946483

update model to use gpt-4-32k

Browse files
Files changed (1) hide show
  1. 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
  }