Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 984 Bytes

README.md

File metadata and controls

49 lines (40 loc) · 984 Bytes

Prolexa

A virtual assistant using ChatGPT.


Quickstart

Instructions for Macos:

Installation:

pip3 install -U openai-whisper
pip3 install --upgrade openai
brew install ffmpeg
git clone git@github.com:the-real-finnventor/prolexa.git
cd prolexa

If you get errors like:

Cloning into 'prolexa'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Then try:

git clone https://github.com/the-real-finnventor/prolexa.git
cd prolexa

Edit:

ffmpeg -f avfoundation -list_devices true -i ""

Find the number of the audio device you want to use to record. I use Built-in Microphone.

open prolexa.py

Paste in your OpenAI API key that you can get it here to where it says sk-xxx.

Also change :4 to : then your audio devce number

Run:

python3 prolexa.py