mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
d7e28c9704
- Load balancing (can connect to multiple accounts, automatically switch accounts when there is no quota) - AI call log - Model rate configuration
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"printWidth": 120,
|
|
"useTabs": false,
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"trailingComma": "none",
|
|
"singleQuote": true,
|
|
"bracketLine": true
|
|
}
|