chore(xai): drop noisy default_headers comment

This commit is contained in:
Jaaneek 2026-07-27 18:00:47 +00:00 committed by Teknium
parent 5cffc53194
commit d83e858507

View file

@ -11,10 +11,6 @@ xai = ProviderProfile(
env_vars=("XAI_API_KEY",),
base_url="https://api.x.ai/v1",
auth_type="api_key",
# Attribution so xAI can identify Hermes chat/completions traffic.
# Must match tools.xai_http.hermes_xai_user_agent() (Hermes-Agent/<ver>).
# Host-based api.x.ai matching in run_agent / auxiliary_client also
# covers provider=xai-oauth.
default_headers={"User-Agent": f"Hermes-Agent/{_HERMES_VERSION}"},
)