Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 989 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 989 Bytes

GPT4ALL-Voice-Assistant

This is a 100% offline GPT4ALL Voice Assistant. Completely open source and privacy-friendly. Use any language model on GPT4ALL. Background process voice detection. Watch the full YouTube tutorial for the setup guide: https://youtu.be/6zAk0KHmiGw

Setup

I highly advise watching the YouTube tutorial to use this code. You will need to modify the OpenAI whisper library to work offline and I walk through that in the video as well as setting up all the other dependencies to function properly.

If you're planning on installing it on Arch-based distros, you need to install espeak and python-espeak packages from the AUR. You can install them using yay utility by running:

yay -S espeak python-espeak

Improvements to think about adding to yours

Give a system prompt. These open-source models perform far better when you send a system prompt as specified in the GPT4ALL documentation: https://docs.gpt4all.io/gpt4all_python.html#introspection