Welcome to the OpenAI Custom Voice Assistant repository! This Python-based voice assistant leverages OpenAI's chat completion endpoint and the powerful GPT-4 language model to provide a customizable and intelligent voice interaction experience.
To get started with the OpenAI Custom Voice Assistant, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/Trent3759/OpenAI-CustomVoiceAssistant.git cd OpenAI-CustomVoiceAssistant -
Install the required dependencies using
pip:pip install -r requirements.txt
-
Set up your OpenAI API key:
Open the
config.pyfile and setOPENAI_API_KEYto your actual OpenAI API key. Instead of changing the code, I recommend using an environment variable.
Once you've set up the project, you can run the OpenAI Custom Voice Assistant using the following command:
python app.py