docs: ollama launch (#13852)

This commit is contained in:
Parth Sareen
2026-01-24 02:18:50 -05:00
committed by GitHub
parent b44f56319f
commit 5267d31d56
11 changed files with 291 additions and 66 deletions

View File

@@ -13,7 +13,21 @@ npm install -g @openai/codex
## Usage with Ollama
<Note>Codex requires a larger context window. It is recommended to use a context window of at least 32K tokens.</Note>
<Note>Codex requires a larger context window. It is recommended to use a context window of at least 64k tokens.</Note>
### Quick setup
```
ollama launch codex
```
To configure without launching:
```shell
ollama launch codex --config
```
### Manual setup
To use `codex` with Ollama, use the `--oss` flag: