mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00:00
Initialize these.
This commit is contained in:
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…
Reference in New Issue
Block a user