GPTCHAT is a CLI for chatting with ChatGPT3.5 API
It supports both text and audio prompts and responds with both text and audio aswell.
You can record audio files or use preexisting audiofiles that gets transcribed into a prompt
Additional functionality includes messages being remembered in the same session, so that the API can use the whole conversation history to answer the prompts.
!NB Requires ffmpeg Also remember to download dependencies from requirements.txt
pip install -r requirements.txt