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