-
-
Save jryebread/dcee7a6ae09d122d3d0724e65ed6f877 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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