proxx/config.yaml
Franz Kafka cea246da83 Implement remaining code review suggestions
- 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
2026-04-15 09:16:44 +00:00

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"