art-from-the-machine

Results 19 issues of art-from-the-machine

Some LLMs struggle to follow instructions written in their prompt, including the Follow, Offended, and Forgive actions. If players experience issues with LLMs calling these actions themselves, they should be...

enhancement

config.ini is referred to as MantellaSoftware/config.ini when mentioned in Mantella logs. A more comprehensible way of presenting this is by displaying the full path to the file so that users...

enhancement

Starting Mantella.exe often takes a few seconds to boot up. When players are switching back and forth between their Skyrim window and Mantella.exe window it can be frustrating having to...

enhancement

Before being passed to xVASynth, voicelines are appended with spaces at the start and end of the sentence. This is to help xVASynth's generation quality of these voicelines. Some xVASynth...

enhancement

The maximum number of in-game events passed to the LLM on each response is [hard-coded at 5](https://github.com/art-from-the-machine/Mantella/blob/51da23cd8cb8fed83fc3269516b2cc7d95692c4a/src/game_manager.py#L442C13-L442C77). This number should instead be a configurable option in config.ini

enhancement
good first issue

Text-To-Speech Error: Cannot access local variable 'samplerate' where it is not associated with a value

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

bug

If Piper is unable to find a voice model, it will get stuck on a loop trying to load it. To fix this, the list of available models should be...

bug

If a generic NPC does not have a bio entry in skyrim_characters.csv, a bio will be created for them including their race and sex. If a bio is available in...

enhancement