| commit | 0e8073a19a88ef5e7a03acc8b5f924bfda0afdd5 | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Thu May 22 21:04:51 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Fri May 23 11:30:33 2025 -0700 |
| tree | e5511fc6781ee80ec5f8c257e6a9a16446b27ab9 | |
| parent | 3e6a4c4abe8714ebb04c0d4834bcc7230f4d4a03 [diff] [blame] |
llm/ant: add Claude 4 sonnet/opus Not set as default yet. There's a bit of prompt engineering work to do before we flip the switch.
diff --git a/llm/llm.go b/llm/llm.go index 3de6b7f..0e14c7f 100644 --- a/llm/llm.go +++ b/llm/llm.go
@@ -169,6 +169,7 @@ StopReasonMaxTokens StopReasonEndTurn StopReasonToolUse + StopReasonRefusal ) type Response struct {