Akshajzclap commited on
Commit
62c10c5
·
verified ·
1 Parent(s): 59f1245

Update src/agent.py

Browse files
Files changed (1) hide show
  1. src/agent.py +1 -1
src/agent.py CHANGED
@@ -141,7 +141,7 @@ def create_agent_executor():
141
 
142
  # This is the other critical fix
143
  llm = ChatOpenAI(
144
- model="openai/gpt-4o",
145
  temperature=0,
146
  streaming=False, # <-- MUST BE FALSE
147
  )
 
141
 
142
  # This is the other critical fix
143
  llm = ChatOpenAI(
144
+ model="anthropic/claude-haiku-4.5",
145
  temperature=0,
146
  streaming=False, # <-- MUST BE FALSE
147
  )