fix: use anthropic model in anthropic provider docs example

This commit is contained in:
0xallam
2026-03-22 22:05:49 -07:00
committed by Ahmed Allam
parent 4f90a5621d
commit dec2c47145

View File

@@ -6,7 +6,7 @@ description: "Configure Strix with Claude models"
## Setup ## Setup
```bash ```bash
export STRIX_LLM="openai/gpt-5.4" export STRIX_LLM="anthropic/claude-sonnet-4-6"
export LLM_API_KEY="sk-ant-..." export LLM_API_KEY="sk-ant-..."
``` ```