17 lines
457 B
YAML
17 lines
457 B
YAML
port: 8080
|
|
upstream_url: "https://api.z.ai/api/anthropic"
|
|
|
|
# Temperature override for all requests (optional)
|
|
# If set, this temperature will be used instead of what clients request
|
|
# Remove this line or set to null to use client-specified temperatures
|
|
# temperature: 0.7
|
|
|
|
# Retry configuration for transient errors (429, 503)
|
|
max_retries: 3
|
|
retry_base_delay_ms: 1000
|
|
|
|
models:
|
|
- id: "glm-4.7"
|
|
owned_by: "zhipu"
|
|
- id: "glm-4.6"
|
|
owned_by: "zhipu"
|