Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(anthropic): bump models #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Siyo92
Copy link

@Siyo92 Siyo92 commented Nov 18, 2024

No description provided.

@Siyo92
Copy link
Author

Siyo92 commented Nov 19, 2024

@roushou Could you take a look? Thank you

@@ -4,8 +4,10 @@ use std::str::FromStr;

#[derive(Debug, Clone, Serialize, Deserialize, PartialEq, Eq)]
pub enum ClaudeModel {
#[serde(rename = "claude-3-5-sonnet-20240620")]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No longer being able to parse the old string value (claude-3-5-sonnet-20240620) sounds like a problem.

Perhaps it should remain as some other variant (Claude35Sonnet20240620).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants