clarkmcc / chitchat

A simple LLM chat front-end that makes it easy to find, download, and mess around with models on your local machine.
https://www.clarkmccauley.com/projects/chitchat
MIT License
64 stars 3 forks source link

Os error 3 after start #3

Closed khannover closed 1 year ago

khannover commented 1 year ago

I'm just getting the "os error 3" error code affter launch ("path not found") and i can't do anything inside the app. I've tried the exe and msi installer on german Win11 22H2 Build 22621.1992.

clarkmcc commented 1 year ago

Did the error occur when you opened the app, started downloading a model (if so what model?), or when you started promoting the model?

Edit: reproduced on Windows Server 2022. Looking into it, thanks!

clarkmcc commented 1 year ago

Found it, looks like it's crashing when the ~/.chitchat models directory doesn't exist. Fixing now. You can manually create it if you'd like and the app should start up.

clarkmcc commented 1 year ago

Resolved for me. Give this .msi a try and let me know if you run into the same error.