Spaces:
Runtime error
Runtime error
Upload agent.py
Browse files
agent.py
CHANGED
|
@@ -279,7 +279,7 @@ tools = [
|
|
| 279 |
]
|
| 280 |
|
| 281 |
# Build graph function
|
| 282 |
-
def build_graph(provider: str = "
|
| 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":
|