This commit is contained in:
Ishaan Jaff 2025-04-18 19:57:03 -07:00
parent b4a1ca40d5
commit 543072fb03

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')} />