GitDeployHub

camilocbarrera/aisuite

github.com/camilocbarrera/aisuite ↗
Python
12 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/camilocbarrera/aisuite
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/camilocbarrera/aisuite
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/camilocbarrera/aisuite
Or deploy to a different host
← Try another repo