Skip to content

[Crash] Assertion isModelLoaded() fails in ChatLLM::generateName when switching chats while model is generating #2626

Open

Description

Steps to reproduce:

  • Start generating
  • Switch off of the chat
  • Switch back onto the chat (or onto a third chat)
  • Assertion failure in debug build, here:

void ChatLLM::generateName()
{
Q_ASSERT(isModelLoaded());
if (!isModelLoaded())
return;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingSomething isn't workingchatgpt4all-chat issuesgpt4all-chat issuescrash

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions