mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 07:59:34 +00:00
fix: OpenRouter extra_headers list value causing TypeError
This commit is contained in:
parent
4494d30fe5
commit
ac5d4385af
1 changed files with 2 additions and 5 deletions
|
|
@ -124,9 +124,7 @@ chat:
|
|||
extra_headers:
|
||||
"HTTP-Referer": "https://agent-zero.ai/"
|
||||
"X-Title": "Agent Zero"
|
||||
"X-OpenRouter-Categories":
|
||||
- personal-agent
|
||||
- cloud-agent
|
||||
"X-OpenRouter-Categories": "personal-agent,cloud-agent"
|
||||
sambanova:
|
||||
name: Sambanova
|
||||
litellm_provider: sambanova
|
||||
|
|
@ -196,8 +194,7 @@ embedding:
|
|||
extra_headers:
|
||||
"HTTP-Referer": "https://agent-zero.ai/"
|
||||
"X-Title": "Agent Zero"
|
||||
"X-OpenRouter-Categories":
|
||||
- personal-agent
|
||||
"X-OpenRouter-Categories": "personal-agent"
|
||||
- cloud-agent
|
||||
other:
|
||||
name: Other OpenAI compatible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue