Spaces:
Build error
Build error
Romain Lembo
commited on
Commit
·
20a08ff
1
Parent(s):
837f062
Change default provider in build_graph function from 'groq' to 'google'
Browse files
agent.py
CHANGED
|
@@ -51,7 +51,7 @@ tools = [
|
|
| 51 |
]
|
| 52 |
|
| 53 |
# Build graph function
|
| 54 |
-
def build_graph(provider: str = "
|
| 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":
|