core-agent-ide/codex-rs/exec
easong-openai 9285350842
Introduce --oss flag to use gpt-oss models (#1848)
This adds support for easily running Codex backed by a local Ollama
instance running our new open source models. See
https://github.com/openai/gpt-oss for details.

If you pass in `--oss` you'll be prompted to install/launch ollama, and
it will automatically download the 20b model and attempt to use it.

We'll likely want to expand this with some options later to make the
experience smoother for users who can't run the 20b or want to run the
120b.

Co-authored-by: Michael Bolin <mbolin@openai.com>
2025-08-05 11:31:11 -07:00
..
src Introduce --oss flag to use gpt-oss models (#1848) 2025-08-05 11:31:11 -07:00
tests fix: run apply_patch calls through the sandbox (#1705) 2025-07-30 16:45:08 -07:00
Cargo.toml Introduce --oss flag to use gpt-oss models (#1848) 2025-08-05 11:31:11 -07:00