- Add graceful shutdown with SIGTERM/SIGINT handling\n- Make model list configurable via config.yaml\n- Remove sensitive data from debug logs (log sizes instead of full bodies)\n- Handle array format in system messages (both string and []interface{})\n- Update config.yaml with new models structure
8 lines
147 B
YAML
8 lines
147 B
YAML
port: 8080
|
|
upstream_url: "https://api.z.ai/api/anthropic"
|
|
|
|
models:
|
|
- id: "glm-4.7"
|
|
owned_by: "zhipu"
|
|
- id: "glm-4.6"
|
|
owned_by: "zhipu"
|