Spaces:
Paused
Paused
Remove PythonInterpreter - no public sandbox endpoint available
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ def init_dev_search_agent_service(
|
|
| 73 |
def app_gui():
|
| 74 |
agents = []
|
| 75 |
for name, port, desc, reasoning, max_llm_calls, tools in [
|
| 76 |
-
('Tongyi DeepResearch', 8004, '...', True, 50, ['search', 'visit', 'google_scholar'
|
| 77 |
]:
|
| 78 |
search_bot_dev = init_dev_search_agent_service(
|
| 79 |
name=name,
|
|
|
|
| 73 |
def app_gui():
|
| 74 |
agents = []
|
| 75 |
for name, port, desc, reasoning, max_llm_calls, tools in [
|
| 76 |
+
('Tongyi DeepResearch', 8004, '...', True, 50, ['search', 'visit', 'google_scholar']),
|
| 77 |
]:
|
| 78 |
search_bot_dev = init_dev_search_agent_service(
|
| 79 |
name=name,
|