chat: join ChatLLM threads without calling destructors (#2043)

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel
2024-03-06 16:42:59 -05:00
committed by GitHub
parent d8c842263f
commit a0bd96f75d
5 changed files with 9 additions and 8 deletions

View File

@@ -72,6 +72,7 @@ public:
ChatLLM(Chat *parent, bool isServer = false);
virtual ~ChatLLM();
void destroy();
bool isModelLoaded() const;
void regenerateResponse();
void resetResponse();