GitDeployHub

aimeritething/sealos-ai

github.com/aimeritething/sealos-ai ↗
Python
10 environment variables found in .env.example

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

  • LANGSMITH_API_KEY secret
  • SEALOS_BRAIN_FRONTEND_URL
  • TRIAL_BASE_URL
  • TRIAL_API_KEY secret
  • REDIS_URI
  • DATABASE_URI
  • ASSISTANT_DATABASE_URL secret sealos-ai .env
  • SYSTEM_OPENAI_API_BASE_URL
  • SYSTEM_OPENAI_API_KEY secret
  • FREE_CHAT_TURNS
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/aimeritething/sealos-ai
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aimeritething/sealos-ai
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aimeritething/sealos-ai
Or deploy to a different host
← Try another repo