jlnh commited on
Commit
28444ee
·
verified ·
1 Parent(s): d29020a

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -146,7 +146,7 @@ tools = [
146
  ]
147
 
148
  # Build graph function
149
- def build_graph(provider: str = "groq"):
150
  """Build the graph"""
151
  # Load environment variables from .env file
152
  if provider == "google":
 
146
  ]
147
 
148
  # Build graph function
149
+ def build_graph(provider: str = "google"):
150
  """Build the graph"""
151
  # Load environment variables from .env file
152
  if provider == "google":