renminwansui1976 commited on
Commit
ac50586
·
unverified ·
1 Parent(s): aff8570

更新 start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -2
start.sh CHANGED
@@ -65,7 +65,6 @@ echo "[start.sh] LiteLLM healthy after ${WAITED}s"
65
 
66
  # ── 5. Start OpenClaw pointing at LiteLLM proxy ───────────────────────────────
67
  exec env \
68
- OPENCLAW_GATEWAY_BIND=lan \
69
  OPENAI_API_KEY=litellm-proxy \
70
  OPENAI_BASE_URL=http://127.0.0.1:4000 \
71
- openclaw gateway --port 7860 --bind lan --allow-unconfigured
 
65
 
66
  # ── 5. Start OpenClaw pointing at LiteLLM proxy ───────────────────────────────
67
  exec env \
 
68
  OPENAI_API_KEY=litellm-proxy \
69
  OPENAI_BASE_URL=http://127.0.0.1:4000 \
70
+ openclaw gateway --port 7860 --bind 0.0.0.0 --allow-unconfigured