mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-19 21:00:52 +08:00
22 lines
388 B
YAML
22 lines
388 B
YAML
# Server configuration
|
|
port: 8317
|
|
auth-dir: "~/.cli-proxy-api"
|
|
debug: true
|
|
proxy-url: ""
|
|
|
|
# Quota exceeded behavior
|
|
quota-exceeded:
|
|
switch-project: true
|
|
switch-preview-model: true
|
|
|
|
# API keys for client authentication
|
|
api-keys:
|
|
- "12345"
|
|
- "23456"
|
|
|
|
# Generative language API keys
|
|
generative-language-api-key:
|
|
- "AIzaSy...01"
|
|
- "AIzaSy...02"
|
|
- "AIzaSy...03"
|
|
- "AIzaSy...04" |