mchinea commited on
Commit
2352872
·
1 Parent(s): eb88e41

update model

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -17,7 +17,7 @@ load_dotenv()
17
  def build_agent_graph():
18
  """Build the graph"""
19
  # Load environment variables from .env file
20
- llm = ChatOpenAI(model="gpt-4o-mini")
21
 
22
  # Bind tools to LLM
23
  llm_with_tools = llm.bind_tools(level1_tools)
 
17
  def build_agent_graph():
18
  """Build the graph"""
19
  # Load environment variables from .env file
20
+ llm = ChatOpenAI(model="gpt-4o")
21
 
22
  # Bind tools to LLM
23
  llm_with_tools = llm.bind_tools(level1_tools)