feat(docs): update examples and documentation to replace bypass_cache with cache_mode for improved clarity

This commit is contained in:
UncleCode
2024-11-17 19:44:45 +08:00
parent a59c107b23
commit df63a40606
17 changed files with 422 additions and 80 deletions

View File

@@ -56,7 +56,7 @@ async def content_filtering_example():
result = await crawler.arun(
url="https://openai.com/blog",
extraction_strategy=content_filter
content_filter=content_filter
)
print(f"Filtered content: {result.extracted_content}")