From 17874e44262a6c951ad5279ebf571d551195a2a2 Mon Sep 17 00:00:00 2001 From: "swyx.io" Date: Wed, 30 Oct 2024 00:31:53 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3f2fa765..73ccf0e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,6 +78,7 @@ Now, navigate to the apps/api/ directory and run: ```bash pnpm run workers +# if you are going to use the [llm-extract feature](https://github.com/mendableai/firecrawl/pull/586/), you should also export OPENAI_API_KEY=sk-______ ``` This will start the workers who are responsible for processing crawl jobs.