Initial commit
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
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
|
||||
Reference in New Issue
Block a user