Skip to content

Commit

Permalink
Add speech "Welcome" message to modem ChatGPT feature 🐈
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Feb 21, 2023
1 parent a752709 commit 4c31bd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified midilink
Binary file not shown.
1 change: 1 addition & 0 deletions modem.c
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ int modem_do_chat_gpt()
int iBuf = 0;
int done = FALSE;
openai_init();
misc_text_to_speech("Welcome to chat GPT!");
misc_swrite(fdSerial, "\r\nWelcome to ChatGPT!\r\n\r\n<--");
char del = TCPAsciiTrans == AsciiToPetskii?(char)0x14:(char)0x08;
do
Expand Down

0 comments on commit 4c31bd5

Please sign in to comment.