renminwansui1976 commited on
Commit
f35925c
·
unverified ·
1 Parent(s): b205dbc

更新 start.sh

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