Update contradiction-testing-using-llms.mdx

This commit is contained in:
Eric Ciarla 2024-04-30 16:05:33 -04:00
parent d3c36adaa7
commit 5ae05bda1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Build an agent that check your website for contradictions
# Build an agent that checks your website for contradictions
Learn how to use Firecrawl and Claude to scrape your website's data and look for contradictions and inconsistencies in a few lines of code. When you are shipping fast, data is bound to get stale, with FireCrawl and LLMs you can make sure your public web data is always consistent! We will be using Opus's huge 200k context window and Firecrawl's parellization, making this process accurate and fast.