| commit | 0efb29db25ff141e6463b40675defc423a42379c | [log] [tgz] |
|---|---|---|
| author | Josh Bleecher Snyder <josharian@gmail.com> | Thu May 22 21:05:04 2025 -0700 |
| committer | Josh Bleecher Snyder <josharian@gmail.com> | Sat May 24 12:06:12 2025 -0700 |
| tree | 19472c6271558f22e3b2ebd339f9e0e587f55009 | |
| parent | 78e7cf986aa461b62a923f6f5175ab94a12e2536 [diff] |
llm/ant: switch default to Claude 4 sonnet
diff --git a/llm/ant/ant.go b/llm/ant/ant.go index 6a0a393..1dcff4e 100644 --- a/llm/ant/ant.go +++ b/llm/ant/ant.go
@@ -19,7 +19,7 @@ ) const ( - DefaultModel = Claude37Sonnet + DefaultModel = Claude4Sonnet // See https://docs.anthropic.com/en/docs/about-claude/models/all-models for // current maximums. There's currently a flag to enable 128k output (output-128k-2025-02-19) DefaultMaxTokens = 8192