Comments

Log in with itch.io to leave a comment.

Video of your game here

If you download https://huggingface.co/TheBloke/Mistral-7B-v0.1-GGUF/resolve/main/mistral-7b-v0.1.Q4_K_M.gguf yourself and put it in the game directory next to the EXE it should solve the download error. It seems like it is asking for the data from the server but getting like a bad bit or something and immediately bailing out because I never wrote retry code.

Trying to get this started up. Had issues with AVG when I started this up, as well as just getting it to download. Now getting it to download but it is hellishly slow; maybe I'll drop an update in an hour or so when I get it done.

Sorry it was so hard to get working! It’s probably upsetting AVG because it’s just a Python script pretending to be an executable, which I guess is a suspicious kind of executable? Like, that Python script in there could do anything. It looks like in your video it is detected as “Win64:Malware-gen”, which I think means it’s not infected with anything in particular but they don’t like how it smells.

It does have to download a giant model file when it starts up.