GitDeployHub

camilocbarrera/llm-evaluation

github.com/camilocbarrera/llm-evaluation ↗
Python
16 environment variables found in .env.sample

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

  • SUBSCRIPTION_ID AZURE AI STUDIO
  • RESOURCE_GROUP
  • PROJECT_NAME
  • AZURE_OPENAI_MODEL secret AZURE OPENAI
  • AZURE_OPENAI_DEPLOYMENT secret
  • AZURE_OPENAI_ENDPOINT secret
  • AZURE_OPENAI_API_VERSION secret
  • AZURE_OPENAI_KEY secret
  • MODEL_NAME
  • ADA_EMBEDDING_NAME
  • AZURE_OPENAI_ENDPOINT secret
  • AZURE_OPENAI_KEY secret
  • AZURE_OPENAI_MOVIES_MODEL secret
  • AZURE_AI_SEARCH_ENDPOINT secret AZURE AI SEARCH
  • AZURE_AI_SEARCH_INDEX_NAME secret
  • AZURE_AI_SEARCH_KEY secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/camilocbarrera/llm-evaluation
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/camilocbarrera/llm-evaluation
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/camilocbarrera/llm-evaluation
Or deploy to a different host
← Try another repo