In a terminal window, do the following:
brew install portaudio
pip install -r requirements.txt
python3 -m advise --signup
to get your OpenAI API key (copy it)python3 -m advise --apikey=PASTE_YOUR_KEY_HERE
- Edit
config.json
and set your name, and the Apple voice you want the speaker to use.
- Run
python3 -m speak
in a terminal. Give the terminal permission to access your microphone - When 'Listening...' is displayed, you may ask your question.
- Be patient, neither the Google recognizer nor the OpenAI ChatGPT system is fast.