We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed73ae commit 14721b3Copy full SHA for 14721b3
README.md
@@ -52,9 +52,9 @@ pip install -e .
52
53
| Provider | Status | Note |
54
|----------|--------|------|
55
-| OpenAI | Stable ✅ | Default, tested |
56
-| Anthropic | Beta ⚠️ | May have edge cases |
57
-| OpenRouter | Beta ⚠️ | Via OpenAI-compatible endpoint |
+| OpenAI | Stable ✅ | Default provider |
+| Anthropic | Beta ⚠️ | Different API format |
+| OpenRouter | Tested ✅ | OpenAI-compatible |
58
| Ollama | Alpha 🧪 | Local only, requires setup |
59
60
> Note: OpenAI is default and most tested. Others should work but report issues if found.
0 commit comments