feat(proxy): add xai upstream adapter for Grok via OAuth

This commit is contained in:
yannsunn 2026-05-19 00:23:26 +09:00 committed by Teknium
parent bde6313e34
commit 1d6f3753de
5 changed files with 265 additions and 3 deletions

View file

@ -10264,7 +10264,7 @@ def main():
proxy_start.add_argument(
"--provider",
default="nous",
help="Upstream provider (default: nous). See `hermes proxy providers`.",
help="Upstream provider: nous or xai (default: nous). See `hermes proxy providers`.",
)
proxy_start.add_argument(
"--host",