sumedhphadke commited on
Commit
43de7ff
·
1 Parent(s): 0d1d761

updated agent

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def get_chain():
46
 
47
  # Initialize the ChatAnthropic model with streaming enabled
48
  model = ChatAnthropic(
49
- model="claude-3-5-sonnet-20241022",
50
  streaming=True,
51
  temperature=0.7
52
  )
 
46
 
47
  # Initialize the ChatAnthropic model with streaming enabled
48
  model = ChatAnthropic(
49
+ model="claude-sonnet-4-5-20250929", # Using the standard Claude 3.5 Sonnet model
50
  streaming=True,
51
  temperature=0.7
52
  )