zumes commited on
Commit
7a22b4e
·
1 Parent(s): 1246b71

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -1,3 +1,9 @@
1
  {
2
  "hide_history_when_not_logged_in": true
 
 
 
 
 
 
3
  }
 
1
  {
2
  "hide_history_when_not_logged_in": true
3
+ // 是否多个API Key轮换使用
4
+ "multi_api_key": true,
5
+ "api_key_list": [
6
+ "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",
7
+ "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",
8
+ ],
9
  }