fix(model): disambiguate xAI OAuth picker label

This commit is contained in:
helix4u 2026-05-24 11:41:59 -06:00 committed by Teknium
parent 031f9c9edc
commit 4987fd2a59
2 changed files with 17 additions and 0 deletions

View file

@ -381,6 +381,7 @@ _LABEL_OVERRIDES: Dict[str, str] = {
"local": "Local endpoint",
"bedrock": "AWS Bedrock",
"ollama-cloud": "Ollama Cloud",
"xai-oauth": "xAI Grok OAuth (SuperGrok Subscription)",
}