docs(config): align inline comments and sync model defaults
This commit is contained in:
parent
9410e4e78e
commit
461a4563f8
6 changed files with 41 additions and 41 deletions
|
|
@ -122,9 +122,9 @@ default_model = "anthropic/claude-sonnet-4-6"
|
|||
default_temperature = 0.7
|
||||
|
||||
[memory]
|
||||
backend = "sqlite" # sqlite | lucid | markdown | none
|
||||
backend = "sqlite" # sqlite | lucid | markdown | none
|
||||
auto_save = true
|
||||
embedding_provider = "none" # none | openai | custom:https://...
|
||||
embedding_provider = "none" # none | openai | custom:https://...
|
||||
|
||||
[gateway]
|
||||
host = "127.0.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue