gpt4all
gpt4all copied to clipboard
Downgrading breaks chat file compatibility - fix before v3.4.0 release
trafficstars
We serialize CHAT_FORMAT_VERSION, but when we deserialize we do not validate the version against this, we only compare it with 1. Version 10 chats in the data folder of a version of GPT4All capable of reading only version 9 chats causes a hang (or possibly a crash in some cases).