Fix crash with recent change to erase context.

This commit is contained in:
Adam Treat 2023-04-15 09:07:54 -04:00
parent 1c5dd6710d
commit b1bb9866ab

View File

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