Skip to content

Commit 2129a96

Browse files
committed
fix(anthropic): AnthropicChatModelName.CLAUDE_2_1 does not exist
1 parent 08802b2 commit 2129a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin/settings/clients/anthropic/AnthropicClientConfiguration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import javax.swing.Icon
1313

1414
class AnthropicClientConfiguration : LLMClientConfiguration(
1515
"Anthropic",
16-
AnthropicChatModelName.CLAUDE_2_1.toString(),
16+
AnthropicChatModelName.CLAUDE_3_5_SONNET_20240620.toString(),
1717
"0.7"
1818
) {
1919
@Attribute

0 commit comments

Comments
 (0)