aaronkaplan / cti-llm

An LLM for CTI reports - to be presented at FIRST Fukuoka 2024
9 stars 1 forks source link

do we need the SERP API? #7

Closed aaronkaplan closed 6 months ago

aaronkaplan commented 7 months ago

Hi @priamai , I started to read the code https://github.com/aaronkaplan/cti-llm/blob/main/datasets/panunit_42.ipynb and I was wondering if we need the SERP API or if a simple substring search would be enough? Because I saw that the SERP API costs something and maybe not everyone who wants to run the script will want to sign up (?) Or did I miss something?

priamai commented 7 months ago

Hello, there is a generous free tier of 5000 requests per month more than enough for the few 30s reports in the viewer. There are 3 tools available in LangChain but all of them at some point require paid credits: https://python.langchain.com/docs/integrations/tools/search_tools

priamai commented 6 months ago

Closing this down as it's not a blocking issue for now.