Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adri6336 authored Feb 2, 2023
1 parent 9b71f49 commit 0c76872
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Please note that outages or latency problems with the moderation api will preven

- **SPACEBAR**: This starts a recording. Whatever you say will be then transcribed and sent to GPT-3 (if it passes filters).

- **ESCAPE**: This exits without memorizing.

- **Q**: This quits and has bot remember details about you and your conversations (data is saved in the text file called memories.txt; close window to exit without remembering).

- **P**: This attempts to cancel a request to GPT-3. It will either prevent transcribing of message or will avoid sending it to GPT-3.
Expand All @@ -41,6 +43,8 @@ Please note that outages or latency problems with the moderation api will preven

- **Say 'stop speaking like a robot'**: This will revert bot's TTS to whatever you had before (either Google or ElevenLabs TTS).

- **Say 'please display conversation'**: This will output your entire conversation to the terminal window.


# Features

Expand All @@ -52,4 +56,6 @@ Please note that outages or latency problems with the moderation api will preven

- Bot will remember things about you if you close with the 'q' key

- See text GPT-3's replies as text in the terminal window (doesn't work for non-utf-8 characters)
- See text GPT-3's replies as text in the terminal window. Most UTF-32 characters (like Chinese and Arabic text) will also be printed

- Automatically save conversations to a file on your disk to help you keep track of what you've talked about

0 comments on commit 0c76872

Please sign in to comment.