sid385 commited on
Commit
914aa3a
·
verified ·
1 Parent(s): 5fd6b4a

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -132,7 +132,7 @@ tools = [
132
  ]
133
 
134
  # Build graph function
135
- def build_graph(provider: str = "groq"):
136
  """Build the graph"""
137
  # Load environment variables from .env file
138
  if provider == "google":
 
132
  ]
133
 
134
  # Build graph function
135
+ def build_graph(provider: str = "google"):
136
  """Build the graph"""
137
  # Load environment variables from .env file
138
  if provider == "google":