bhgi commited on
Commit
51ef135
·
verified ·
1 Parent(s): 2dcf63f

Fix config.json format

Browse files

Use correct api_keys format (object array)

Files changed (1) hide show
  1. config.json +10 -3
config.json CHANGED
@@ -1,11 +1,18 @@
1
  {
2
  "api_keys": [
3
- "sk-114114aa"
 
 
 
 
4
  ],
5
  "accounts": [],
6
- "model_aliases": {},
7
  "runtime": {
8
  "account_max_inflight": 2,
9
- "auto_delete": "all"
 
 
 
 
10
  }
11
  }
 
1
  {
2
  "api_keys": [
3
+ {
4
+ "key": "sk-114114aa",
5
+ "name": "\u4e3b API Key",
6
+ "remark": "HF\u90e8\u7f72"
7
+ }
8
  ],
9
  "accounts": [],
 
10
  "runtime": {
11
  "account_max_inflight": 2,
12
+ "account_max_queue": 0,
13
+ "global_max_inflight": 0
14
+ },
15
+ "auto_delete": {
16
+ "mode": "none"
17
  }
18
  }