renminwansui1976 commited on
Commit
f573995
·
unverified ·
1 Parent(s): 98be530

更新 start.sh

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