gpt4all
gpt4all copied to clipboard
Make it possible to skip downloading local embedding model in gpt4all-chat cmake file.
trafficstars
Bug Report
Gentoo linux and other linux distributions build packages without network access. Thus, gpt4all-chat's cmake file will fail to download local embedding model when linux distributions try to make a package for gpt4all-chat.
Perhaps, local embedding model can be included in .gitmodules or downloaded by gpt4all-chat into ~/.local/share/gpt4all-chat?