Update README.md to include correct default (#12)
This commit is contained in:
parent
e4b4850688
commit
704df1efa3
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ Not directly, it requires [Linux on Windows (WSL2)](https://learn.microsoft.com/
|
|||
<details>
|
||||
<summary>Which models are supported?</summary>
|
||||
|
||||
Any model available with [Responses API](https://platform.openai.com/docs/api-reference/responses). The default is `o3`, but pass `--model gpt-4o` or set `model: gpt-4o` in your config file to override.
|
||||
Any model available with [Responses API](https://platform.openai.com/docs/api-reference/responses). The default is `o4-mini`, but pass `--model gpt-4o` or set `model: gpt-4o` in your config file to override.
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue