We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 222faab commit 01f4dd4Copy full SHA for 01f4dd4
1 file changed
rust/README.md
@@ -40,6 +40,11 @@ Or provide an OAuth bearer token directly:
40
export ANTHROPIC_AUTH_TOKEN="anthropic-oauth-or-proxy-bearer-token"
41
```
42
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
+
48
## Mock parity harness
49
50
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