|
|
|
|
|
by bigwheels
239 days ago
|
|
Maybe, there are a few different things named "Codex" from OpenAI (yes, needlessly confusing) - "Codex" is a git-centric product, the other is the GPT-5-Codex agentic coder model. I recommend installing the Codex CLI if you're able to and selecting the model via `/model`. npm install -g @openai/codex
https://github.com/openai/codex |
|