This commit is contained in:
Ishaan Jaff 2025-04-18 19:57:03 -07:00
parent 76f00a5121
commit 6de3481252

View file

@ -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
```
<Image img={require('../../img/litellm_codex.gif')} />