GitDeployHub

assafelovic/gpt-researcher

github.com/assafelovic/gpt-researcher ↗
Python
6 environment variables found in .env.example

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

  • OPENAI_API_KEY secret
  • TAVILY_API_KEY secret
  • BRAVE_API_KEY secret
  • XQUIK_API_KEY secret
  • DOC_PATH
  • GROUNDROUTE_API_KEY secret Token Limits Maximum output tokens per LLM call. Leaving unset uses package defaults (FAST=3000, SMART=6000, STRATEGIC=4000) suited to…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/assafelovic/gpt-researcher
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/assafelovic/gpt-researcher
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/assafelovic/gpt-researcher
Or deploy to a different host
← Try another repo