mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-05 10:30:29 +00:00
Don't block the gui thread for tool calls (#3435)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -110,6 +110,7 @@ GridLayout {
|
||||
case Chat.PromptProcessing: return qsTr("processing ...")
|
||||
case Chat.ResponseGeneration: return qsTr("generating response ...");
|
||||
case Chat.GeneratingQuestions: return qsTr("generating questions ...");
|
||||
case Chat.ToolCallGeneration: return qsTr("generating toolcall ...");
|
||||
default: return ""; // handle unexpected values
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user