IamRulo commited on
Commit
d50d797
·
verified ·
1 Parent(s): dcb83b3

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -140,7 +140,7 @@ tools = [
140
  ]
141
 
142
  # Build graph function
143
- def build_graph(provider: str = "huggingface"):
144
  """Build the graph"""
145
  # Load environment variables from .env file
146
  if provider == "huggingface":
 
140
  ]
141
 
142
  # Build graph function
143
+ def build_graph(provider: str = "google"):
144
  """Build the graph"""
145
  # Load environment variables from .env file
146
  if provider == "huggingface":