Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -198,6 +198,7 @@ def sql_engine(query: str) -> str:
|
|
| 198 |
|
| 199 |
|
| 200 |
def agent_setup():
|
|
|
|
| 201 |
"""
|
| 202 |
Initialize the inference client, as well as the sql agent.
|
| 203 |
Args:
|
|
|
|
| 198 |
|
| 199 |
|
| 200 |
def agent_setup():
|
| 201 |
+
NEBIUS_API_KEY = os.environ.get('NEBIUS_API_KEY')
|
| 202 |
"""
|
| 203 |
Initialize the inference client, as well as the sql agent.
|
| 204 |
Args:
|