mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Fix warning and update llama.cpp submodule to latest.
This commit is contained in:
parent
51768bfbda
commit
65abaa19e5
@ -1 +1 @@
|
||||
Subproject commit 2f7c8e014e3c0ceaf39688845c2ff6f919fb03b7
|
||||
Subproject commit 6a9661ea5ad72166b700ae5e87976e4452499dda
|
2
main.qml
2
main.qml
@ -929,7 +929,7 @@ Window {
|
||||
Accessible.role: Accessible.EditableText
|
||||
Accessible.name: placeholderText
|
||||
Accessible.description: qsTr("Textfield for sending messages/prompts to the model")
|
||||
Keys.onReturnPressed: {
|
||||
Keys.onReturnPressed: (event)=> {
|
||||
if (event.modifiers & Qt.ControlModifier || event.modifiers & Qt.ShiftModifier)
|
||||
event.accepted = false;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user