From 60f06412875f7a921c6327fde703698cc8ab247c Mon Sep 17 00:00:00 2001 From: exalsch Date: Mon, 12 May 2025 20:14:55 +0200 Subject: [PATCH] Update firecrawl_extract.py Pipeline to pipe --- pipelines/firecrawl_extract.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines/firecrawl_extract.py b/pipelines/firecrawl_extract.py index 1a4ffff..e3b4a9c 100644 --- a/pipelines/firecrawl_extract.py +++ b/pipelines/firecrawl_extract.py @@ -173,7 +173,7 @@ def get_extract_status(self, request: ExtractStatusRequest) -> ExtractStatusResp logger.error(traceback.format_exc()) raise Exception(f"Request failed: {e}") -class Pipeline: +class Pipe: class Valves(BaseModel): FIRECRAWL_API_KEY: str = Field(default="", description="Firecrawl API key") DEFAULT_FORMAT: str = Field(default="markdown", description="Default format for content extraction")