waveplate / oracle.sh

listens to your microphone and generates text-to-speech replies with chatgpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oracle.sh

listens to your microphone and generates text-to-speech responses, providing an interactive and real-time conversation with chatgpt

dependencies

  • sox
  • jq
  • festival
  • curl

usage

add your OPENAI_API_KEY to your ~/.bashrc file

export OPENAI_API_KEY=<KEY>

$ ./oracle.sh

or

$ OPENAI_API_KEY=<KEY> ./oracle.sh

then simply speak into your microphone and listen for chatgpt's response

About

listens to your microphone and generates text-to-speech replies with chatgpt

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%