fix: cleanup Qwen OAuth provider gaps

- Add HERMES_QWEN_BASE_URL to OPTIONAL_ENV_VARS in config.py (was missing
  despite being referenced in code)
- Remove redundant qwen-oauth entry from _API_KEY_PROVIDER_AUX_MODELS
  (non-aggregator providers use their main model for aux tasks automatically)
This commit is contained in:
Teknium
2026-04-08 13:39:57 -07:00
committed by Teknium
parent 3377017eb4
commit 5d2fc6d928
2 changed files with 8 additions and 1 deletions

View File

@@ -106,7 +106,6 @@ _API_KEY_PROVIDER_AUX_MODELS: Dict[str, str] = {
"opencode-zen": "gemini-3-flash",
"opencode-go": "glm-5",
"kilocode": "google/gemini-3-flash-preview",
"qwen-oauth": "qwen3-coder",
}
# OpenRouter app attribution headers