Hi,
I’m working on a feature for WebVerify. Here’s my process:
- Generate search terms using OpenAI.
- Make a request via the Google Search API.
- Scrape the returned URLs.
- Summarize the content using ChatGPT.
- Send back the results.
But the whole process is really slow.
Is it because I’m using Python, or do they have a more optimized method? How do tools like Perplexity or Morphic.sh manage to be so fast?
Thanks for your feedback!