-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sources don't persist #1
Comments
Thanks for the report, @luke3butler. Couple of things here:
|
Same problems here, ~/Library/Application Support/com.alexrozanski.LlamaChat/sources.json is exists, with contents {"sources":[{"id":"60E16EE0-B03C-48E4-9005-7E518ADBBBF0","modelDirectoryId":null,"modelURL":"file:///Users/user/source/ai/llama.cpp/models/7B/ggml-model-q4_0.bin.1","avatarImageName":null,"modelSize":"size7B","type":"llama","name":"LLaMA"}]} |
ah got it, there was a bug in the chat source deserialisation logic. fixed in 1fafb1f, will release an update shortly. for now, a workaround is to make sure to select an avatar when adding a source. thanks for the reports! |
After closing the app and reopening it, the chat sources are cleared out and need to be re-added.
My steps:
The text was updated successfully, but these errors were encountered: