Skip to content

Commit 9f7b9f4

Browse files
committed
Fix README: Anthropic uses API key only, not OAuth
1 parent 707d260 commit 9f7b9f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Query every configured LLM simultaneously. Responses fan out in parallel (latenc
3333

3434
| Provider | Type | Streaming | Tool Use | Reasoning | Auth |
3535
|----------|------|-----------|----------|-----------|------|
36-
| **Anthropic Claude** | `anthropic` | SSE | Function calling | Extended thinking | API key, OAuth |
36+
| **Anthropic Claude** | `anthropic` | SSE | Function calling | Extended thinking | API key |
3737
| **OpenAI (GPT, o-series)** | `openai` | SSE | Function calling | reasoning_effort | API key |
3838
| **Google Gemini** | `google` | SSE | Function calling | thinkingBudget | API key, OAuth |
3939
| **OpenAI-compatible** | `openai_compatible` | SSE | Function calling | reasoning_effort | API key, none |
@@ -101,7 +101,7 @@ The consensus output can drive coding actions, just like single-model assistants
101101

102102
- **API keys** stored in your OS keyring (macOS Keychain, Linux secret-service)
103103
- **Encrypted file fallback** when keyring is unavailable
104-
- **OAuth 2.0 device flow** for providers that support it (Claude, Gemini)
104+
- **OAuth 2.0 device flow** for providers that support it (Gemini)
105105
- **Automatic token refresh** — expired OAuth tokens are refreshed using stored refresh tokens before queries fail
106106
- **No-auth mode** for local models (Ollama, etc.)
107107

0 commit comments

Comments
 (0)