Romain Lembo commited on
Commit
20a08ff
·
1 Parent(s): 837f062

Change default provider in build_graph function from 'groq' to 'google'

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -51,7 +51,7 @@ tools = [
51
  ]
52
 
53
  # Build graph function
54
- def build_graph(provider: str = "groq"):
55
  """Build the graph"""
56
  # Load environment variables from .env file
57
  if provider == "google":
 
51
  ]
52
 
53
  # Build graph function
54
+ def build_graph(provider: str = "google"):
55
  """Build the graph"""
56
  # Load environment variables from .env file
57
  if provider == "google":