gpt4all
gpt4all copied to clipboard
any way can it be connected to internet , like scrapping a part of website or go through the link and analyze it?
im wondering, this would give edge over chat gpt 3.5, but is it possible for gptall to do it like chatgpt 4
There's another project that relies on this one under the hood. It's called Auto-GPT. I believe it can search the web.
There's another project that relies on this one under the hood. It's called Auto-GPT. I believe it can search the web.
but that uses gpt 4 or 3 api, can it same be ran by gpt4all??
Can we add a feature like the WebChatGPT extension? It uses DuckDuckGO to improve the prompt by including relevant search data.
I made a short python wrapper for llama.cpp that integrates SearX results: https://codeberg.org/Fr0d0Beutl1n/SearX_for_llama.cpp
This could probably be implemented in a similar way.
Duplicate of #142