Skip to content

Commit 42ea837

Browse files
authored
Merge pull request #25787 from dvdksn/codex/document-sbx-model-provider
docs: update sandbox local model provider syntax
2 parents ec7ccef + 1faa58d commit 42ea837

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

content/manuals/ai/sandboxes/agents/claude-code.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,10 @@ $ sbx run --model gemma4 claude
146146
On first use, `sbx` starts `llmman`, pulls the model, and leaves the server
147147
running on your host. Later sandboxes reuse the server and its model store.
148148

149-
To use an existing Ollama installation instead, prefix the model name with
150-
`ollama/`:
149+
To use an existing Ollama installation instead, set the provider to `ollama`:
151150

152151
```console
153-
$ sbx run --model ollama/gemma4 claude
152+
$ sbx run --model gemma4 --provider ollama claude
154153
```
155154

156155
Ollama must already be installed and running. `sbx` connects to it but doesn't

0 commit comments

Comments
 (0)