Spaces:
Sleeping
Sleeping
更新 start.sh
Browse files
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 --bind 0.0.0.0 --allow-unconfigured
|
|
|
|
| 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 0.0.0.0 --allow-unconfigured
|