mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Add document for OpenAI models dedicated parameters
This commit is contained in:
parent
ebdbde1bca
commit
fa1eda967f
1 changed files with 9 additions and 0 deletions
|
|
@ -204,3 +204,12 @@ custom_model_max_tokens= ...
|
|||
|
||||
4. Most reasoning models do not support chat-style inputs (`system` and `user` messages) or temperature settings.
|
||||
To bypass chat templates and temperature controls, set `config.custom_reasoning_model = true` in your configuration file.
|
||||
|
||||
## Dedicated parameters
|
||||
|
||||
### OpenAI models
|
||||
|
||||
[config]
|
||||
reasoning_efffort= = "medium" # "low", "medium", "high"
|
||||
|
||||
With the OpenAI models that support reasoning effort (eg: o3-mini), you can specify its reasoning effort via `config` section. The default value is `medium`, you change it to `high` or `low` based on usages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue