GitDeployHub

cppcoffee/translator

github.com/cppcoffee/translator ↗
Python
3 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/cppcoffee/translator
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cppcoffee/translator
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cppcoffee/translator
Or deploy to a different host
← Try another repo