mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-04 10:04:35 +00:00
Code interpreter (#3173)
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -824,6 +824,8 @@ Rectangle {
|
||||
textInput.forceActiveFocus();
|
||||
textInput.cursorPosition = text.length;
|
||||
}
|
||||
height: visible ? implicitHeight : 0
|
||||
visible: name !== "ToolResponse: "
|
||||
}
|
||||
|
||||
remove: Transition {
|
||||
|
Reference in New Issue
Block a user