.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
API_KEY
secret
API Key from your provider
BASE_URL
Base URL choose your provider OpenAI: https://api.openai.com/v1 DeepSeek: https://api.deepseek.com
MODEL
Model name OpenAI: gpt-5.4, gpt-5.5, etc. DeepSeek: deepseek-v4-pro, deepseek-v4-flash
brew install flyctl && fly launch --from https://github.com/cppcoffee/translator
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cppcoffee/translator
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cppcoffee/translator