From 126e154c7f5b24653632903cce9c4153bc903f7a Mon Sep 17 00:00:00 2001 From: Gadi Evron Date: Tue, 11 Aug 2026 15:30:15 +0300 Subject: [PATCH] docs(readme): quickstart provider list is not just the original three The wizard now offers five providers (bedrock + openrouter landed), but the quickstart still enumerated only anthropic/openai/google. Point to the shipped- adapters table below instead (robust to future providers) and note Bedrock's AWS-credential-chain exception to the "enter an API key" step. Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 021be03..02de4bc 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ OpenAnt routes each pipeline phase through a configurable (provider, model) pair openant setup llm ``` -You name the config (e.g. `my-llm`), pick a provider per pipeline phase (`anthropic`, `openai`, or `google`), enter an API key once per provider, and the wizard probes each unique provider+model pair with a 1-token request before writing `~/.config/openant/config.json`. Run a scan against it with `--llm-config`: +You name the config (e.g. `my-llm`), pick a provider per pipeline phase (any of the shipped adapters below), enter its API key once per provider (Bedrock uses the AWS credential chain instead — leave the key blank), and the wizard probes each unique provider+model pair with a 1-token request before writing `~/.config/openant/config.json`. Run a scan against it with `--llm-config`: ```bash openant scan /path/to/repo --llm-config my-llm