fix: clean out some ASCII (#1856)

Similar to https://github.com/openai/codex/pull/1855, this got through.

Fixed by running:

```
./scripts/asciicheck.py README.md
```
This commit is contained in:
Michael Bolin
2025-08-05 11:44:04 -07:00
committed by GitHub
parent 9f91b3da24
commit bd24bc320e

View File

@@ -189,11 +189,11 @@ they'll be committed to your working directory.
## Using Open Source Models
Codex can run fully locally against an OpenAIcompatible OSS host (like Ollama) using the `--oss` flag:
Codex can run fully locally against an OpenAI-compatible OSS host (like Ollama) using the `--oss` flag:
- Interactive UI:
- codex --oss
- Noninteractive (programmatic) mode:
- Non-interactive (programmatic) mode:
- echo "Refactor utils" | codex exec --oss
Model selection when using `--oss`:
@@ -212,7 +212,7 @@ Point Codex at your own OSS host:
- or CODEX_OSS_PORT (when the host is localhost):
- CODEX_OSS_PORT=11434 codex --oss
Advanced: you can persist this in your config instead of environment variables by overriding the builtin `oss` provider in `~/.codex/config.toml`:
Advanced: you can persist this in your config instead of environment variables by overriding the built-in `oss` provider in `~/.codex/config.toml`:
```toml
[model_providers.oss]