mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-09 08:21:50 +00:00
fix(model): include Premium+ in xAI OAuth label
X Premium+ also grants Grok OAuth access — the 'SuperGrok Subscription' wording suggested SuperGrok was the only entitlement path. Updated to 'SuperGrok / Premium+' across the picker label, setup wizard, auth flows, and docs so Premium+ subscribers know the row applies to them too.
This commit is contained in:
parent
4987fd2a59
commit
af144cd60d
15 changed files with 33 additions and 33 deletions
|
|
@ -7,8 +7,8 @@ from hermes_cli.providers import get_label
|
|||
def test_xai_oauth_provider_label_is_not_collapsed_to_api_key_label():
|
||||
"""The model picker must distinguish xAI API-key and OAuth providers."""
|
||||
assert get_label("xai") == "xAI"
|
||||
assert get_label("xai-oauth") == "xAI Grok OAuth (SuperGrok Subscription)"
|
||||
assert get_label("grok-oauth") == "xAI Grok OAuth (SuperGrok Subscription)"
|
||||
assert get_label("xai-oauth") == "xAI Grok OAuth (SuperGrok / Premium+)"
|
||||
assert get_label("grok-oauth") == "xAI Grok OAuth (SuperGrok / Premium+)"
|
||||
|
||||
|
||||
def test_xai_oauth_provider_labels_match_canonical_model_labels():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue