Skip to content

Commit

Permalink
Use different display name for anthropic/claude-2 (#635)
Browse files Browse the repository at this point in the history
## Test plan
1. try chat on a pro account
  • Loading branch information
mkondratek authored Feb 13, 2024
1 parent 804103a commit 8a3f6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/sourcegraph/cody/ui/ChatModel.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import javax.swing.Icon

enum class ChatModel(val icon: Icon, val displayName: String, val agentName: String) {
UNKNOWN_MODEL(Icons.CodyLogo, "", ""),
ANTHROPIC_CLAUDE_2(Icons.LLM.Anthropic, "Claude 2.0 by Anthropic", "anthropic/claude-2"),
ANTHROPIC_CLAUDE_2(Icons.LLM.Anthropic, "Claude 2 by Anthropic", "anthropic/claude-2"),
ANTHROPIC_CLAUDE_2_0(Icons.LLM.Anthropic, "Claude 2.0 by Anthropic", "anthropic/claude-2.0"),
ANTHROPIC_CLAUDE_2_1(Icons.LLM.Anthropic, "Claude 2.1 by Anthropic", "anthropic/claude-2.1"),
ANTHROPIC_CLAUDE_INSTANT(
Expand Down

0 comments on commit 8a3f6de

Please sign in to comment.