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