supratipb commited on
Commit
30febcc
Β·
verified Β·
1 Parent(s): abe9ab8

Upload agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -279,7 +279,7 @@ tools = [
279
  ]
280
 
281
  # Build graph function
282
- def build_graph(provider: str = "groq"):
283
  """Build the graph"""
284
  # Load environment variables from .env file
285
  if provider == "openai":
 
279
  ]
280
 
281
  # Build graph function
282
+ def build_graph(provider: str = "huggingface"):
283
  """Build the graph"""
284
  # Load environment variables from .env file
285
  if provider == "openai":