瀏覽代碼

chore(sandbox.py): 更改为公网ip

tanjingyu 2 月之前
父節點
當前提交
eecfec88ee
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      agent/tools/builtin/sandbox.py

+ 2 - 1
agent/tools/builtin/sandbox.py

@@ -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