.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DEBUG
Application Settings
APP_ENV
SEARCH_API
Search Engine, Supported values: tavily (recommended), duckduckgo, brave_search, arxiv
TAVILY_API_KEY
secret
VOLCENGINE_TTS_APPID
Optional, volcengine TTS for generating podcast
VOLCENGINE_TTS_ACCESS_TOKEN
secret
brew install flyctl && fly launch --from https://github.com/dontriskit/deer-flow
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dontriskit/deer-flow
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dontriskit/deer-flow