What’s the cheapest way to give a local Llama 3 internet access? (SearXNG isn’t cutting it)

Posted by Old-Tumbleweed1422@reddit | LocalLLaMA | View on Reddit | 20 comments

Finally got Llama 3 70B running locally and wired up function calling so it can search the web. First tried self-hosting SearXNG, but the results are pretty messy. Then I tested Brave Search API, but the snippets are too short - the model just doesn’t get enough context to generate decent answers.

Looking for a cheap (ideally free for a side project) API that can quickly return useful chunks of website content instead of tiny snippets

What are you guys using?