You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/s00.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ Our agent will need an Anthropic API key to function. Let's set up the conventio
150
150
```bash
151
151
# .env.example
152
152
ANTHROPIC_API_KEY=your-api-key-here
153
-
MODEL_ID=claude-haiku-4-5
153
+
MODEL_ID=claude-sonnet-4-6
154
154
```
155
155
156
156
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