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
|
|
@ -31,7 +31,7 @@ def get_async_client() -> AsyncOpenAI:
|
|||
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",
|
||||
},
|
||||
)
|
||||
return _client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue