ZeroTimo commited on
Commit
3f7cc4f
·
verified ·
1 Parent(s): 999f7f9

Update agent.py

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