AndrewVeee / nucleo-ai

An AI assistant beyond the chat box.
Apache License 2.0
313 stars 29 forks source link

Advanced web search capabilities #13

Open AndrewVeee opened 7 months ago

AndrewVeee commented 7 months ago

The Researcher tool has a very limited view into the web right now, and the library below handles multiple searches, uses selenium for better scraping, and LLMs to extract snippets: https://github.com/myrakrusemark/llm-gpt4-browser

This would also be useful for the assistant chat mode.