Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ managed_sql_agent = ManagedAgent(
|
|
| 83 |
manager_agent = CodeAgent(
|
| 84 |
tools=[],
|
| 85 |
model=HfApiModel(model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"),
|
| 86 |
-
managed_agents=[
|
| 87 |
additional_authorized_imports=['pyparsing', 'matplotlib', 'datetime', 'statistics', 'bs4', 'request', 'unicodedata', 'queue', 'time', 'collections', 're', 'math', 'stat', 'random',
|
| 88 |
'itertools'],
|
| 89 |
)
|
|
|
|
| 83 |
manager_agent = CodeAgent(
|
| 84 |
tools=[],
|
| 85 |
model=HfApiModel(model_id = "Qwen/Qwen2.5-Coder-32B-Instruct"),
|
| 86 |
+
managed_agents=[managed_sql_agent],
|
| 87 |
additional_authorized_imports=['pyparsing', 'matplotlib', 'datetime', 'statistics', 'bs4', 'request', 'unicodedata', 'queue', 'time', 'collections', 're', 'math', 'stat', 'random',
|
| 88 |
'itertools'],
|
| 89 |
)
|