assafelovic / gpt-researcher

LLM based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
Apache License 2.0
14.27k stars 1.86k forks source link

Implemented SerpApiSearch Class and removed raise NotImplementedError… #498

Closed dphiggs01 closed 4 months ago

dphiggs01 commented 4 months ago

Hi GPT-Researcher team,

Thank you for creating such a great product!

This pull request implements the SerpApiSearch class, following the coding patterns defined in TavilySearch. I have tested the changes using the local client and the examples/sample_report.py program and can confirm positive results.

Thanks, Dan

assafelovic commented 4 months ago

Great addition @dphiggs01 ! Appreciate the contribution