refactor: Update Firecrawl API parameters and default settings (#13082)
This commit is contained in:
parent
d44882c1b5
commit
d0a21086bd
4 changed files with 10 additions and 12 deletions
|
|
@ -21,8 +21,8 @@ class FirecrawlAuth(ApiKeyAuthBase):
|
|||
headers = self._prepare_headers()
|
||||
options = {
|
||||
"url": "https://example.com",
|
||||
"excludes": [],
|
||||
"includes": [],
|
||||
"includePaths": [],
|
||||
"excludePaths": [],
|
||||
"limit": 1,
|
||||
"scrapeOptions": {"onlyMainContent": True},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue