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
|
|
@ -32,7 +32,7 @@ logger = logging.getLogger(__name__)
|
|||
_OR_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",
|
||||
}
|
||||
|
||||
# Nous Portal extra_body for product attribution.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue