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

Bracket removal potentially conflicting with NPC selection #289

Open art-from-the-machine opened 1 month ago

art-from-the-machine commented 1 month ago

In this log from a user, the NPC selected by the LLM is not recognised by Mantella.exe:

2024-06-05 03:08:40,866 INFO: Removed brackets text from response:  You're just a fleeting obstacle, and I'll crush you like the insignificant insect that you are.
Laila Law-Giver: (interrupting) Maven, that's enough. The evidence is damning, and the witness's testimony is credible. I'm afraid you're in a precarious position, Maven.

This may be due to some conflict / overwrite caused by the removal of brackets in the response. This error needs to be recreated to diagnose the cause.