8 lines
278 B
Bash
8 lines
278 B
Bash
# OpenAI API Key (Required)
|
|
# Get your API key from: https://platform.openai.com/api-keys
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
|
|
# Firecrawl API Key (Optional - for web scraping)
|
|
# Get your API key from: https://www.firecrawl.dev
|
|
FIRECRAWL_API_KEY=your_firecrawl_api_key_here
|