mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-29 12:10:57 +00:00
refactor: move allow_chat_override to top-level config and improve datetime parsing
- Move allow_chat_override from chat_model to top-level configuration - Update all references to use new config path - Set default to true in default_config.yaml, false in migration - Fix datetime parsing to handle timezone-less ISO strings by appending 'Z' - Remove inline style from tune icon in config.html
This commit is contained in:
parent
f249aa15dd
commit
31ddee713c
6 changed files with 16 additions and 9 deletions
|
|
@ -1,3 +1,5 @@
|
|||
allow_chat_override: true
|
||||
|
||||
chat_model:
|
||||
provider: "openrouter"
|
||||
name: "anthropic/claude-sonnet-4.6"
|
||||
|
|
@ -9,7 +11,6 @@ chat_model:
|
|||
rl_input: 0
|
||||
rl_output: 0
|
||||
kwargs: {}
|
||||
allow_chat_override: false
|
||||
|
||||
utility_model:
|
||||
provider: "openrouter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue