xiangdy commited on
Commit
0ef5cfa
1 Parent(s): e9b99a7

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
  "openai_api_key": "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",
3
- "language": "简体中文",
4
  "default_model": "gpt-3.5-turbo",
 
 
 
5
  "hide_history_when_not_logged_in": true
6
  }
 
1
  {
2
  "openai_api_key": "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",
 
3
  "default_model": "gpt-3.5-turbo",
4
+ "users": [
5
+ ["xiangDY", "1331"]
6
+ ],
7
  "hide_history_when_not_logged_in": true
8
  }