mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
fix: use anthropic model in anthropic provider docs example
This commit is contained in:
parent
4f90a5621d
commit
dec2c47145
1 changed files with 1 additions and 1 deletions
|
|
@ -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-..."
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue