mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-04-02 03:01:13 -04:00
chore: bump anthropic-sdk-go from v1.22.0 to v1.23.0
- Upgrade Anthropic SDK Go dependency to version 1.23.0 - Add Claude Sonnet 4.6 to list of supported models - Update `go.sum` checksums for new SDK version
This commit is contained in:
@@ -40,6 +40,7 @@ func NewClient() (ret *Client) {
|
||||
string(anthropic.ModelClaude3_7SonnetLatest), string(anthropic.ModelClaude3_7Sonnet20250219),
|
||||
string(anthropic.ModelClaude3_5HaikuLatest), string(anthropic.ModelClaude3_5Haiku20241022),
|
||||
// The following are the current supported models
|
||||
string(anthropic.ModelClaudeSonnet4_6),
|
||||
string(anthropic.ModelClaudeOpus4_6),
|
||||
string(anthropic.ModelClaudeOpus4_5_20251101),
|
||||
string(anthropic.ModelClaudeOpus4_5),
|
||||
|
||||
Reference in New Issue
Block a user