🫥 | Commit... yeah, commit.
This commit is contained in:
@@ -6,6 +6,7 @@ import org.kde.kirigami as Kirigami
|
||||
Kirigami.Page {
|
||||
id: page
|
||||
property alias cfg_systemPrompt: systemPrompt.text
|
||||
property alias cfg_defaultModel: defaultModelField.text
|
||||
|
||||
contentItem: ColumnLayout {
|
||||
Kirigami.Heading {
|
||||
@@ -22,5 +23,17 @@ Kirigami.Page {
|
||||
wrapMode: TextEdit.Wrap
|
||||
clip: true
|
||||
}
|
||||
|
||||
Kirigami.Heading {
|
||||
text: "Default Model"
|
||||
level: 3
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
QQC2.TextField {
|
||||
id: defaultModelField
|
||||
placeholderText: "Enter the default model name (e.g., llama3)"
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user