From 01f4dd48a38f280ad1dc230b4e170f67822e0478 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 8 Jun 2026 10:08:44 +0900 Subject: [PATCH] docs: mention local Ollama reasoning setup --- rust/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust/README.md b/rust/README.md index edcd4fef..53ebfc74 100644 --- a/rust/README.md +++ b/rust/README.md @@ -40,6 +40,11 @@ Or provide an OAuth bearer token directly: export ANTHROPIC_AUTH_TOKEN="anthropic-oauth-or-proxy-bearer-token" ``` +For local OpenAI-compatible servers such as Ollama, including Qwen reasoning +models, see [`../docs/local-openai-compatible-providers.md`](../docs/local-openai-compatible-providers.md). +Use the exact model tag exposed by the server, for example `qwen3:latest`, and +prefer `OLLAMA_HOST` for Ollama-specific local routing. + ## Mock parity harness The workspace now includes a deterministic Anthropic-compatible mock service and a clean-environment CLI harness for end-to-end parity checks.