gperdrizet commited on
Commit
6a560c0
·
verified ·
1 Parent(s): f4c434b

Switched to claude-3.5-latest.

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 = {