mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-20 13:55:18 +00:00
feat: add Venice AI as an embedding provider
This commit is contained in:
parent
7c71185f16
commit
174658fd47
1 changed files with 8 additions and 1 deletions
|
|
@ -195,6 +195,13 @@ embedding:
|
|||
"HTTP-Referer": "https://agent-zero.ai/"
|
||||
"X-Title": "Agent Zero"
|
||||
"X-OpenRouter-Categories": "personal-agent,cloud-agent"
|
||||
venice:
|
||||
name: Venice.ai
|
||||
litellm_provider: openai
|
||||
models_list:
|
||||
endpoint_url: "https://api.venice.ai/api/v1/models"
|
||||
kwargs:
|
||||
api_base: https://api.venice.ai/api/v1
|
||||
other:
|
||||
name: Other OpenAI compatible
|
||||
litellm_provider: openai
|
||||
litellm_provider: openai
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue