#!/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