gperdrizet commited on
Commit
7f7a151
·
unverified ·
2 Parent(s): 05d0970 6a560c0

Merge pull request #15 from gperdrizet/dev

Browse files
Files changed (1) hide show
  1. client/anthropic_bridge.py +1 -1
client/anthropic_bridge.py CHANGED
@@ -5,7 +5,7 @@ from typing import Dict, List, Any, Optional
5
  import anthropic
6
  from client.mcp_client import MCPClientWrapper, ToolDef, ToolParameter, ToolInvocationResult
7
 
8
- DEFAULT_ANTHROPIC_MODEL = 'claude-3-haiku-20240307'
9
 
10
  # Type mapping from Python/MCP types to JSON Schema types
11
  TYPE_MAPPING = {
 
5
  import anthropic
6
  from client.mcp_client import MCPClientWrapper, ToolDef, ToolParameter, ToolInvocationResult
7
 
8
+ DEFAULT_ANTHROPIC_MODEL = 'claude-3-5-haiku-latest'
9
 
10
  # Type mapping from Python/MCP types to JSON Schema types
11
  TYPE_MAPPING = {