ZeroTimo commited on
Commit
307dd38
·
verified ·
1 Parent(s): 7cfddcb

Update agent.py

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