From 704df1efa37617598c484f1a0f2e21dd185335a2 Mon Sep 17 00:00:00 2001 From: ddgond Date: Wed, 16 Apr 2025 13:45:24 -0400 Subject: [PATCH] Update README.md to include correct default (#12) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0bd9065..221bddcb 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ Not directly, it requires [Linux on Windows (WSL2)](https://learn.microsoft.com/
Which models are supported? -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.