Fix crash with recent change to erase context.

This commit is contained in:
Adam Treat 2023-04-15 09:07:54 -04:00
parent f8005cff45
commit 12bf78bf24

View File

@ -74,6 +74,7 @@ void LLMObject::resetResponse()
void LLMObject::resetContext() void LLMObject::resetContext()
{ {
resetResponse();
s_ctx = LLModel::PromptContext(); s_ctx = LLModel::PromptContext();
} }