Merge branch 'router-for-me:main' into main

This commit is contained in:
Luis Pater
2025-12-28 03:07:58 +08:00
committed by GitHub
8 changed files with 262 additions and 12 deletions
+3
View File
@@ -109,6 +109,9 @@ ws-auth: false
# headers:
# X-Custom-Header: "custom-value"
# proxy-url: "socks5://proxy.example.com:1080" # optional: per-key proxy override
# models:
# - name: "gpt-5-codex" # upstream model name
# alias: "codex-latest" # client alias mapped to the upstream model
# excluded-models:
# - "gpt-5.1" # exclude specific models (exact match)
# - "gpt-5-*" # wildcard matching prefix (e.g. gpt-5-medium, gpt-5-codex)