What does HackerNews think of gpt4all?
gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue
Gpt4all[1] offers a similar 'simple setup' but with application exe downloads, but is arguably more like open core because the gpt4all makers (nomic?) want to sell you the vector database addon stuff on top.
[1]https://github.com/nomic-ai/gpt4all
I like this one because it feels more private / is not being pushed by a company that can do a rug pull. This can still do a rug pull, but it would be harder to do.
Happened last week. Download here.[1]
The trick for the moment is to skip Python though. lambda.cpp and its many variants are the ones that I've heard working best.
I suggest starting with LLaMA 7B or Alpaca. More notes here: https://simonwillison.net/tags/homebrewllms/
This one is the easiest to get working I think: https://github.com/nomic-ai/gpt4all
now integrate your toy with https://github.com/nomic-ai/gpt4all
then we can have fully offline chat and databases
It seems this gpt4free was basically hijacking 3rd parties services that use GPT-4, bypassing the official OpenAI APIs in order to avoid paying for inference. Of course, that means that the hijacked 3rd parties are the ones footing the bill...
I'm not surprised they have been issued a takedown notice.
This is one of many, many open LLM models that are approaching GPT level now. They're not on the same level yet, but given the rate of progress in this field, it's safe to say that OpenAI's moat will not be there forever.
Also, their level is already sufficient for A LOT of tasks that people use OpenAI's APIs now.