Adri6336 / gpt-voice-conversation-chatbot

Allows you to have an engaging and safely emotive spoken / CLI conversation with the AI ChatGPT / GPT-4 while giving you the option to let it remember things discussed.
GNU General Public License v3.0
300 stars 50 forks source link

Fix model selection bug and stay_in_character function #13

Closed Adri6336 closed 1 year ago

Adri6336 commented 1 year ago

Due to the way models are named and selected from the set_model function, functions would use default models instead of the currently used one. Additionally, stay in character was erroneously left using GPT-4 only; this update should fix that.