Copyright ⓒ 2023 Kayden Cormier | Copyright ⓒ 2023 K-GamesMedia
September 30th 2023:
- Updated GPTvoice.py - Version 2.0
Changes:
-
Instead of just sending the fixed prompt with new user prompt, This caused GPT to get confused and restart the conversation often, It now keeps a transcript of the chat that it will sned to GPT with new user input so you can have a conversation with the AI.
-
It will now save the transcript to a text file under the name "ChatTranscript_{current_date}.txt". This text files gets updated after each new response from GPT.
-
Added Changelog
-
Updated README
October 6th 2023:
-
Added New file: inputtovoice.py
- This file is like gptvoice but instead of user input via audio, it will get user input via text
-
Updated Changelog
-
Updated README
October 17th 2023:
-
Added new file: GPTVoicewithGUI.py
- This file is like GPTvoice, except instead of doing everything by just running the file, this one is a gui based application allowing the user to change the fixed prompt and then begin the thread
-
Updated Changelog
-
Updated README