Update agent.py
Browse files
agent.py
CHANGED
@@ -140,7 +140,7 @@ tools = [
|
|
140 |
]
|
141 |
|
142 |
# Build graph function
|
143 |
-
def build_graph(provider: str = "
|
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":
|