ai: add temperature

This commit is contained in:
end-4
2025-06-05 13:15:02 +02:00
parent 938b4b2c69
commit 1e24608e2b
3 changed files with 39 additions and 1 deletions
@@ -6,6 +6,7 @@ pragma ComponentBehavior: Bound
Singleton {
property QtObject ai: QtObject {
property string model
property real temperature: 0.5
}
property QtObject sidebar: QtObject {