fix(headers): update X-OpenRouter-Categories to include 'productivity'

This commit is contained in:
teknium1
2026-02-28 10:38:49 -08:00
parent 1ddf8c26f5
commit 2205b22409
6 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ if _aux_sync_client is not None:
_async_kwargs["default_headers"] = {
"HTTP-Referer": "https://github.com/NousResearch/hermes-agent",
"X-OpenRouter-Title": "Hermes Agent",
"X-OpenRouter-Categories": "cli-agent",
"X-OpenRouter-Categories": "productivity,cli-agent",
}
_aux_async_client = AsyncOpenAI(**_async_kwargs)