fix: auto-start litellm on container start, add missing DEEPSEEK_API_KEY env
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Failing after 39s
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Failing after 39s
This commit is contained in:
Regular → Executable
+3
-5
@@ -1,6 +1,4 @@
|
||||
#!/bin/sh
|
||||
# LiteLLM start script for claude-dev container
|
||||
# This starts the Anthropic-to-OpenAI translation proxy for DeepSeek
|
||||
# The container should have DEEPSEEK_API_KEY set in its environment
|
||||
|
||||
exec litellm --config /etc/claude-dev/litellm.yaml --port 4008 --host 0.0.0.0
|
||||
/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 "$@"
|
||||
|
||||
Reference in New Issue
Block a user