Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions content/manuals/ai/sandboxes/agents/claude-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,10 @@ $ sbx run --model gemma4 claude
On first use, `sbx` starts `llmman`, pulls the model, and leaves the server
running on your host. Later sandboxes reuse the server and its model store.

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

```console
$ sbx run --model ollama/gemma4 claude
$ sbx run --model gemma4 --provider ollama claude
```

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