Initialize these.

This commit is contained in:
Adam Treat 2023-06-19 18:26:04 -04:00 committed by AT
parent d018b4c821
commit aa2c824258

View File

@ -92,6 +92,8 @@ ChatLLM::ChatLLM(Chat *parent, bool isServer)
, m_promptResponseTokens(0)
, m_promptTokens(0)
, m_isRecalc(false)
, m_shouldBeLoaded(true)
, m_stopGenerating(false)
, m_chat(parent)
, m_timer(nullptr)
, m_isServer(isServer)