mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: fix typo in OpenAI model parameter name to search
- Fix spelling error: `reasoning_efffort` -> `reasoning_effort`
This commit is contained in:
parent
4958decc89
commit
a60b91e85d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue