🎉 | Project released.

This commit is contained in:
2026-01-25 15:53:39 +02:00
parent 2ecfd0dced
commit dec85d4509
5 changed files with 352 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import QtQuick
import org.kde.plasma.configuration
ConfigModel {
ConfigCategory {
name: i18n("General")
icon: "configure"
source: "configGeneral.qml"
}
}

8
contents/config/main.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0">
<group name="General">
<entry name="systemPrompt" type="String">
<default>You are a helpful assistant. Your answers are compact.</default>
</entry>
</group>
</kcfg>