Files
AIChat/cliproxyapi/config.example.yaml
T

34 lines
655 B
YAML

host: ''
port: 8317
remote-management:
allow-remote: false
secret-key: 'replace-with-a-strong-secret'
disable-control-panel: false
auth-dir: '/root/.cli-proxy-api'
api-keys:
- 'replace-with-an-api-key'
debug: false
commercial-mode: false
logging-to-file: false
usage-statistics-enabled: false
proxy-url: 'http://host.docker.internal:6152'
request-retry: 3
ws-auth: false
disable-image-generation: 'chat'
routing:
strategy: 'round-robin'
session-affinity: true
session-affinity-ttl: '1h'
oauth-model-alias:
codex:
- name: 'gpt-5.5'
alias: 'GPT 5.5'
fork: true
force-mapping: true