Interact with GPT through a CLI using your microphone to generate voice input.
Clone the repository and make sure you have Python 3.x installed and create a virtual environment:
python -m venv venvpip install -r requirements.txtYou may encounter some issues installing pyaudio depending on your system. WSL distros for example,
have issues with pyaudio and peripherals like the microphone.
Create a .env file and store your OpenAI API key
OPENAI_KEY=<Your API Key>python src/main.py