ama2aifusion commited on
Commit
b351198
·
verified ·
1 Parent(s): 0790ea2

Update agent.py

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