fix : tts not working with web interface

This commit is contained in:
martin legrand
2025-05-03 19:22:01 +02:00
parent bddaa75e8c
commit 52e5af8116
5 changed files with 19 additions and 7 deletions
+1
View File
@@ -62,6 +62,7 @@ async def main():
interaction.get_user()
if await interaction.think():
interaction.show_answer()
interaction.speak_answer()
except Exception as e:
if config.getboolean('MAIN', 'save_session'):
interaction.save_session()