nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
69.12k stars 7.59k forks source link

any way can it be connected to internet , like scrapping a part of website or go through the link and analyze it? #389

Closed revolverocelot1 closed 1 year ago

revolverocelot1 commented 1 year ago

im wondering, this would give edge over chat gpt 3.5, but is it possible for gptall to do it like chatgpt 4

devlux76 commented 1 year ago

There's another project that relies on this one under the hood. It's called Auto-GPT. I believe it can search the web.

revolverocelot1 commented 1 year ago

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??

YogliB commented 1 year ago

Can we add a feature like the WebChatGPT extension? It uses DuckDuckGO to improve the prompt by including relevant search data.

Fr0d0Beutl1n commented 1 year ago

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.

niansa commented 1 year ago

Duplicate of #142