fix(headers): update X-OpenRouter-Categories to include 'productivity'
This commit is contained in:
parent
1ddf8c26f5
commit
2205b22409
6 changed files with 6 additions and 6 deletions
|
|
@ -297,7 +297,7 @@ class AIAgent:
|
|||
client_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",
|
||||
}
|
||||
|
||||
self._client_kwargs = client_kwargs # stored for rebuilding after interrupt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue