GitDeployHub

LAION-AI/Open-Assistant

github.com/LAION-AI/Open-Assistant ↗
Python
7 environment variables found in backend/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • HUGGING_FACE_API_KEY secret
  • DATABASE_URI
  • BACKEND_CORS_ORIGINS
  • REDIS_HOST
  • REDIS_PORT
  • DEBUG_SKIP_EMBEDDING_COMPUTATION
  • DEBUG_SKIP_TOXICITY_CALCULATION
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/LAION-AI/Open-Assistant
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/LAION-AI/Open-Assistant
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/LAION-AI/Open-Assistant
Or deploy to a different host
← Try another repo