Sync ollama docs from 53fed261 on 2026-09-12

This commit is contained in:
The Librarian
2026-09-12 04:00:05 +00:00
parent 1f556d946e
commit f10d4bfbcc
12 changed files with 131 additions and 14 deletions
+12
View File
@@ -76,3 +76,15 @@ Then run:
```
codex --profile ollama-launch
```
## Web search
Codex web-search requests sent through the Ollama profile are executed by
Ollama for both local and cloud models. Sign in with `ollama signin` to use the
web-search service.
To disable web search for a Codex session:
```shell
codex --profile ollama-launch -c 'web_search="disabled"'
```