We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6971dd1 commit 1bdf249Copy full SHA for 1bdf249
1 file changed
threads/README.md
@@ -60,7 +60,7 @@ model({ model: "openai/gpt-4o-mini" })
60
model({ model: "anthropic/claude-sonnet-4-5-20250929" })
61
model({ model: "google/gemini-2.0-flash" })
62
model({ model: "xai/grok-3" })
63
-model({ model: "local/llama2" }) // Ollama
+model({ model: "local/llama2" })
64
```
65
66
API keys are resolved in order: `config.apiKey` > `setKeys()` > environment variables (`OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, etc.)
0 commit comments