Skip to content

Commit 8316ed9

Browse files
committed
Update s00.md
1 parent 16b5389 commit 8316ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/s00.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Our agent will need an Anthropic API key to function. Let's set up the conventio
150150
```bash
151151
# .env.example
152152
ANTHROPIC_API_KEY=your-api-key-here
153-
MODEL_ID=claude-haiku-4-5
153+
MODEL_ID=claude-sonnet-4-6
154154
```
155155

156156
We'll read the API key from the process environment using `ProcessInfo.processInfo.environment["ANTHROPIC_API_KEY"]` when we build the API client in the next guide.

0 commit comments

Comments
 (0)