9a2b1f8941
Deploy Dashboard (Dev) / Backend Tests (push) Successful in 1m14s
Deploy Dashboard (Dev) / Frontend Tests (push) Successful in 50s
Deploy Dashboard (Dev) / Build Dev Image (push) Failing after 12m34s
Deploy Dashboard (Dev) / Deploy to Dev (push) Has been skipped
Deploy Claude Dev (Dev) / deploy-claude-dev-dev (push) Has been cancelled
7 lines
274 B
Bash
7 lines
274 B
Bash
#!/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
|