fix: use anthropic model in anthropic provider docs example

This commit is contained in:
0xallam
2026-03-22 22:08:20 -07:00
committed by Ahmed Allam
parent 12c39c52d6
commit ff1db26989
+1 -1
View File
@@ -6,7 +6,7 @@ description: "Configure Strix with Claude models"
## Setup
```bash
export STRIX_LLM="openai/gpt-5.4"
export STRIX_LLM="anthropic/claude-sonnet-4-6"
export LLM_API_KEY="sk-ant-..."
```