Skip to content

Commit 1bdf249

Browse files
committed
README
1 parent 6971dd1 commit 1bdf249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

threads/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ model({ model: "openai/gpt-4o-mini" })
6060
model({ model: "anthropic/claude-sonnet-4-5-20250929" })
6161
model({ model: "google/gemini-2.0-flash" })
6262
model({ model: "xai/grok-3" })
63-
model({ model: "local/llama2" }) // Ollama
63+
model({ model: "local/llama2" })
6464
```
6565
6666
API keys are resolved in order: `config.apiKey` > `setKeys()` > environment variables (`OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, etc.)

0 commit comments

Comments
 (0)