Files
nas-tools/claude-dev/scripts/start-litellm.sh
T
Gan, Jimmy ff74fc0b65
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Failing after 39s
fix: auto-start litellm on container start, add missing DEEPSEEK_API_KEY env
2026-06-08 09:06:51 +08:00

5 lines
147 B
Bash
Executable File

#!/bin/sh
/usr/local/bin/litellm --config /etc/claude-dev/litellm.yaml --port 4008 --host 0.0.0.0 > /tmp/litellm.log 2>&1 &
sleep 2
exec bash "$@"