bhgi commited on
Commit
ac097a2
·
verified ·
1 Parent(s): b1a1cdc

Add config.json

Browse files

Minimal ds2api config

Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }