mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
Add OpenRouter category headers to chat and embedding model providers
This commit is contained in:
parent
5e7253282c
commit
9a397a439c
1 changed files with 6 additions and 0 deletions
|
|
@ -78,6 +78,9 @@ chat:
|
|||
extra_headers:
|
||||
"HTTP-Referer": "https://agent-zero.ai/"
|
||||
"X-Title": "Agent Zero"
|
||||
"X-OpenRouter-Categories":
|
||||
- personal-agent
|
||||
- cloud-agent
|
||||
sambanova:
|
||||
name: Sambanova
|
||||
litellm_provider: sambanova
|
||||
|
|
@ -139,6 +142,9 @@ embedding:
|
|||
extra_headers:
|
||||
"HTTP-Referer": "https://agent-zero.ai/"
|
||||
"X-Title": "Agent Zero"
|
||||
"X-OpenRouter-Categories":
|
||||
- personal-agent
|
||||
- cloud-agent
|
||||
other:
|
||||
name: Other OpenAI compatible
|
||||
litellm_provider: openai
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue