.env.sample
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENAI_API_KEY
secret
OpenAI API Key
ANTHROPIC_API_KEY
secret
Anthropic API Key
AWS_ACCESS_KEY_ID
secret
AWS SDK credentials
AWS_SECRET_ACCESS_KEY
secret
AWS_REGION
secret
AZURE_API_KEY
secret
Azure
GOOGLE_APPLICATION_CREDENTIALS
secret
Google Cloud
GOOGLE_REGION
GOOGLE_PROJECT_ID
HUGGINGFACE_TOKEN
secret
Hugging Face token
FIREWORKS_API_KEY
secret
Fireworks
TOGETHER_API_KEY
secret
Together AI
brew install flyctl && fly launch --from https://github.com/camilocbarrera/aisuite
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/camilocbarrera/aisuite
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/camilocbarrera/aisuite