art-from-the-machine / Mantella

Mantella is a Skyrim and Fallout 4 mod which allows you to naturally speak to NPCs using Whisper (speech-to-text), LLMs (text generation), and xVASynth / XTTS (text-to-speech).
https://art-from-the-machine.github.io/Mantella/
GNU General Public License v3.0
153 stars 38 forks source link

stt.py issue with attributes debug_use_default_player_response & default_player_response #295

Open YetAnotherModder opened 4 weeks ago

YetAnotherModder commented 4 weeks ago

These two attributes here are causing a crash when the microphone is enabled with the latest commits: self.debug_use_default_player_response = config.debug_use_default_player_response self.default_player_response = config.default_player_response

Crash is : File "C:\Mantella-gui\src\stt.py", line 27, in init self.debug_use_default_player_response = config.debug_use_default_player_response ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ConfigLoader' object has no attribute 'debug_use_default_player_response'