.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…
brew install flyctl && fly launch --from https://github.com/assafelovic/gpt-researcher
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/assafelovic/gpt-researcher
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/assafelovic/gpt-researcher