Spaces:
Sleeping
Sleeping
更新 start.sh
Browse files
start.sh
CHANGED
|
@@ -67,4 +67,4 @@ echo "[start.sh] LiteLLM healthy after ${WAITED}s"
|
|
| 67 |
exec env \
|
| 68 |
OPENAI_API_KEY=litellm-proxy \
|
| 69 |
OPENAI_BASE_URL=http://127.0.0.1:4000 \
|
| 70 |
-
openclaw gateway --port 7860
|
|
|
|
| 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
|