mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-29 18:46:59 +00:00
chore(xai): drop noisy default_headers comment
This commit is contained in:
parent
5cffc53194
commit
d83e858507
1 changed files with 0 additions and 4 deletions
|
|
@ -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}"},
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue