supratipb commited on
Commit
758bf14
Β·
verified Β·
1 Parent(s): bc4dd96

Upload agent.py

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