pjpjq commited on
Commit
fa13a08
·
1 Parent(s): f01821e

Remove PythonInterpreter - no public sandbox endpoint available

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'PythonInterpreter']),
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,