gpt4all
gpt4all copied to clipboard
Gpt4all GUI
I've upgraded the GUI a bit
Now QML files are used for a more modern design on the frontend, and python on the backend. When you ask a question, a daemon is launched that accesses the nomic.gpt4all library. Then he gives the answer to the front end.
P.s. I don't understand at all why it gives such answers sometimes.
Nice!!! Could you provide more info as to how to incorporate this into GPT4All? Running Windows 10.
In order to run on windows, you need to install python, as well as libraries: nomic, PyQt5. After the libraries are installed, you can run main.py . After the launch, the nomic library will start uploading the model (a file with the extension.bin). After the download is finished, everything should work... Launching the GUI will take some time due to loading the model into RAM. There is also some strangeness with the answers of gpt itself.
This UI is a bit outdated kinda like ubuntu UI, I think it should be better)) Just personal opinion
Current GUI supports dark mode, and it is very important for people like me who are suffering from a circadian rhythm sleep disorder to reduce exposure to bright light, including from screens. Given GPT and such personal assistants are meant to be used at anytime for long sessions, dark mode needs to be supported IMHO. I'm not sure the proposed GUI upgrade would support dark mode.
At the moment I don't have time to finalize this add-on... So you can find the code I did on PyQt5 and upgrade it as you wish)