Merge pull request #1988 from cxyfreedom/fix/openai-model-parameter-spell-error

docs: fix typo in OpenAI model parameter name to search
This commit is contained in:
Tal 2025-08-08 18:41:04 +03:00 committed by GitHub
commit 9ab0a611e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -379,7 +379,7 @@ To bypass chat templates and temperature controls, set `config.custom_reasoning_
```toml ```toml
[config] [config]
reasoning_efffort = "medium" # "low", "medium", "high" reasoning_effort = "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. 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.