added concurrency limit env var

This commit is contained in:
David Zhang
2025-03-23 23:06:10 -07:00
parent 8124f8abd7
commit 459f381b9f
3 changed files with 10 additions and 17 deletions

View File

@@ -1,6 +1,7 @@
FIRECRAWL_KEY="YOUR_KEY"
# If you want to use your self-hosted Firecrawl, add the following below:
# FIRECRAWL_BASE_URL="http://localhost:3002"
# FIRECRAWL_CONCURRENCY="2"
OPENAI_KEY="YOUR_KEY"
CONTEXT_SIZE="128000"