We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b657c commit 1573ad8Copy full SHA for 1573ad8
gpt4all-chat/src/chatllm.h
@@ -30,7 +30,7 @@
30
using namespace Qt::Literals::StringLiterals;
31
32
class QDataStream;
33
-struct MessageItem;
+class MessageItem;
34
35
// NOTE: values serialized to disk, do not change or reuse
36
enum class LLModelTypeV0 { // chat versions 2-5
0 commit comments