Update changing_a_model.md

Removing an extra equal sign
This commit is contained in:
lnogier 2025-07-29 12:15:26 +02:00 committed by GitHub
parent 0b962a16e4
commit d0c0aaf1c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -359,7 +359,7 @@ To bypass chat templates and temperature controls, set `config.custom_reasoning_
```toml
[config]
reasoning_efffort= = "medium" # "low", "medium", "high"
reasoning_efffort = "medium" # "low", "medium", "high"
```
With the OpenAI models that support reasoning effort (eg: o4-mini), you can specify its reasoning effort via `config` section. The default value is `medium`. You can change it to `high` or `low` based on your usage.