Skip to content

Commit

Permalink
fixed model
Browse files Browse the repository at this point in the history
  • Loading branch information
kemalcanbora committed Aug 21, 2024
1 parent 74c5b8a commit a16534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func runAIQuery(cmd *cobra.Command, args []string) error {
}

llm, err := anthropic.New(
anthropic.WithModel("claude-3-sonnet-20240320"),
anthropic.WithModel("claude-3-5-sonnet-20240620"),
)
if err != nil {
return fmt.Errorf("failed to create Anthropic client: %w", err)
Expand Down

0 comments on commit a16534a

Please sign in to comment.