diff --git a/docs/my-website/docs/tutorials/openai_codex.md b/docs/my-website/docs/tutorials/openai_codex.md index ed6aae289e..bb5af956b0 100644 --- a/docs/my-website/docs/tutorials/openai_codex.md +++ b/docs/my-website/docs/tutorials/openai_codex.md @@ -111,7 +111,7 @@ export OPENAI_API_KEY="sk-1234" With everything configured, you can now run Codex with Gemini: ```bash showLineNumbers -codex --model gemini-flash --full-auto +codex --model gemini-2.0-flash --full-auto ```