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
brew install flyctl && fly launch --from https://github.com/LAION-AI/Open-Assistant
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/LAION-AI/Open-Assistant
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/LAION-AI/Open-Assistant