Skip to content

Instantly share code, notes, and snippets.

@jryebread
Created February 17, 2025 07:00
Show Gist options
  • Save jryebread/dcee7a6ae09d122d3d0724e65ed6f877 to your computer and use it in GitHub Desktop.
Save jryebread/dcee7a6ae09d122d3d0724e65ed6f877 to your computer and use it in GitHub Desktop.
# DeepSeek API credentials
# Get your API key from: https://platform.deepseek.com
DEEPSEEK_API_KEY=
# Apify API token
# Get your token from: https://console.apify.com/account/integrations
APIFY_API_TOKEN=
# OpenAI API key
# Get your key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=
# Optional: Tavily API key (if you plan to use Tavily search)
# Get your key from: https://tavily.com
TAVILY_API_KEY=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment