docs: document support for model_reasoning_effort and model_reasoning_summary in profiles (#1486)
Documents the new functionality added in https://github.com/openai/codex/pull/1484.
This commit is contained in:
parent
e444a50cf0
commit
cc58f1086d
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ wire_api = "chat"
|
|||
model = "o3"
|
||||
model_provider = "openai"
|
||||
approval_policy = "never"
|
||||
model_reasoning_effort = "high"
|
||||
model_reasoning_summary = "detailed"
|
||||
|
||||
[profiles.gpt3]
|
||||
model = "gpt-3.5-turbo"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue