.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LITELLM_MASTER_KEY
secret
LITELLM_SALT_KEY
secret
CLIPROXYAPI_KEY
secret
POSTGRES_DB
POSTGRES_USER
POSTGRES_PASSWORD
secret
DATABASE_URL
secret
ZAI_API_BASE
External providers
ZAI_API_KEY
secret
MINIMAX_API_BASE
MINIMAX_API_KEY
secret
brew install flyctl && fly launch --from https://github.com/dalisoft/aiproxy-litellm
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dalisoft/aiproxy-litellm
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dalisoft/aiproxy-litellm