Initialize these.

pull/1025/head
Adam Treat 1 year ago committed by AT
parent d018b4c821
commit aa2c824258

@ -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)

Loading…
Cancel
Save