mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-28 11:40:47 +00:00
feat: add _model_config plugin with call-time model resolution
This commit is contained in:
parent
6d067a12d0
commit
d570c629c2
19 changed files with 793 additions and 207 deletions
35
plugins/_model_config/default_config.yaml
Normal file
35
plugins/_model_config/default_config.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
chat_model:
|
||||
provider: "openrouter"
|
||||
name: "anthropic/claude-sonnet-4.6"
|
||||
api_base: ""
|
||||
ctx_length: 128000
|
||||
ctx_history: 0.7
|
||||
vision: true
|
||||
rl_requests: 0
|
||||
rl_input: 0
|
||||
rl_output: 0
|
||||
kwargs: {}
|
||||
allow_chat_override: false
|
||||
|
||||
utility_model:
|
||||
provider: "openrouter"
|
||||
name: "google/gemini-3-flash-preview"
|
||||
api_base: ""
|
||||
ctx_length: 128000
|
||||
ctx_input: 0.7
|
||||
rl_requests: 0
|
||||
rl_input: 0
|
||||
rl_output: 0
|
||||
kwargs: {}
|
||||
|
||||
embedding_model:
|
||||
provider: "huggingface"
|
||||
name: "sentence-transformers/all-MiniLM-L6-v2"
|
||||
api_base: ""
|
||||
rl_requests: 0
|
||||
rl_input: 0
|
||||
kwargs: {}
|
||||
|
||||
browser_http_headers: {}
|
||||
|
||||
model_presets: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue