Skip to content

Commit 01f4dd4

Browse files
committed
docs: mention local Ollama reasoning setup
1 parent 222faab commit 01f4dd4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

rust/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ Or provide an OAuth bearer token directly:
4040
export ANTHROPIC_AUTH_TOKEN="anthropic-oauth-or-proxy-bearer-token"
4141
```
4242

43+
For local OpenAI-compatible servers such as Ollama, including Qwen reasoning
44+
models, see [`../docs/local-openai-compatible-providers.md`](../docs/local-openai-compatible-providers.md).
45+
Use the exact model tag exposed by the server, for example `qwen3:latest`, and
46+
prefer `OLLAMA_HOST` for Ollama-specific local routing.
47+
4348
## Mock parity harness
4449

4550
The workspace now includes a deterministic Anthropic-compatible mock service and a clean-environment CLI harness for end-to-end parity checks.

0 commit comments

Comments
 (0)