GitDeployHub

sure-scale/hey-jude

github.com/sure-scale/hey-jude ↗
Python
11 environment variables found in .env.example

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

  • REDIS_URL secret Minimal local setup
  • REDIS_TTL_SECONDS
  • LOCAL_LLM_URL Local Ollama model used by the anonymization layer
  • LOCAL_LLM_MODEL
  • EXTERNAL_LLM_MODEL Default demo destination also stays local through LiteLLM + Ollama. Advanced users can replace these with OpenAI, Anthropic, Gemini, Azure,…
  • EXTERNAL_LLM_API_BASE
  • EXTERNAL_LLM_MODEL_SENSITIVE In-jurisdiction sovereign destination for irreducible-PII requests: self-hosted OSS on compute not subject to US compulsion. Defaults to…
  • EXTERNAL_LLM_MODEL_SENSITIVE_API_BASE
  • IRREDUCIBLE_POLICY Policy for irreducible PII (cannot be masked below the re-id threshold): BLOCK refuses, ASK confirms, WARN routes to the sovereign model…
  • API_KEY secret Gateway auth
  • DOCUMENT_UNREADABLE_ACTION reject, warn, or skip unreadable documents/images without a text layer
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/sure-scale/hey-jude
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/sure-scale/hey-jude
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/sure-scale/hey-jude
Or deploy to a different host
← Try another repo