mirror of
https://github.com/dzhng/deep-research.git
synced 2025-12-26 04:48:06 +08:00
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
FIRECRAWL_KEY="YOUR_KEY"
|
|
# If you want to use your self-hosted Firecrawl, add the following below:
|
|
# FIRECRAWL_BASE_URL="http://localhost:3002"
|
|
|
|
OPENAI_KEY="YOUR_KEY"
|
|
CONTEXT_SIZE="128000"
|
|
# If you want to use other OpenAI compatible API, add the following below:
|
|
# OPENAI_ENDPOINT="http://localhost:11434/v1"
|
|
# CUSTOM_MODEL="llama3.1"
|