Skip to content

Commit 0f4fc38

Browse files
authored
Change the Sonnet model to 5 (#187)
1 parent 9a0dba5 commit 0f4fc38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp-client-ruby/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require "mcp"
77

88
class MCPClient
9-
ANTHROPIC_MODEL = "claude-sonnet-4-5"
9+
ANTHROPIC_MODEL = "claude-sonnet-5"
1010

1111
def initialize
1212
@mcp_client = nil

0 commit comments

Comments
 (0)