@@ -12,7 +12,8 @@ from agent.tools.models import ToolResult
# 服务地址,可根据实际部署情况修改
-SANDBOX_SERVER_URL = "http://192.168.100.20:9999"
+# SANDBOX_SERVER_URL = "http://192.168.100.20:9998"
+SANDBOX_SERVER_URL = "http://61.48.133.26:9998"
# 默认超时时间(秒)
DEFAULT_TIMEOUT = 300.0