Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.09 KB

changelog.md

File metadata and controls

37 lines (19 loc) · 1.09 KB

Changelog

Copyright ⓒ 2023 Kayden Cormier | Copyright ⓒ 2023 K-GamesMedia

September 30th 2023:

  1. 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.

  1. Added Changelog

  2. Updated README

October 6th 2023:

  1. Added New file: inputtovoice.py

    • This file is like gptvoice but instead of user input via audio, it will get user input via text
  2. Updated Changelog

  3. Updated README

October 17th 2023:

  1. 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
  2. Updated Changelog

  3. Updated README