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

Do not look for encodings/cl100k_base.tiktoken when running offline #285

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

art-from-the-machine commented 1 month ago

Mantella sometimes tries to pull LLM encodings from online even when it is running offline. A workaround needs to be made for this to not search online if running offline, or a better solution would be to remove this check completely.