chore: Update forced flag for single page fetch to use default value

This commit is contained in:
unclecode
2024-05-09 22:21:12 +08:00
parent c71dd9189b
commit 50d7a7e45d
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ crawler = WebCrawler(db_path='crawler_data.db')
3. Fetch a single page:
```python
single_url = UrlModel(url='https://kidocode.com', forced=True)
single_url = UrlModel(url='https://kidocode.com', forced=False)
result = crawl4ai.fetch_page(
single_url,
provider= "openai/gpt-3.5-turbo",