Files
nas-tools/claude-dev/scripts/start-litellm.sh
T
Gan, Jimmy 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
ci: clean trigger - tests passing, labels fixed
2026-06-07 16:21:36 +08:00

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