mirror of
https://github.com/usestrix/strix.git
synced 2026-09-07 08:25:56 +00:00
fix: use anthropic model in anthropic provider docs example
This commit is contained in:
parent
a95f6aaa6e
commit
2947420801
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