From 56b11e9ab7e895180f54dc1161dc4400cdcdab6e Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 6 Jun 2025 20:39:29 +0200 Subject: [PATCH] comments --- .config/quickshell/modules/bar/Workspaces.qml | 4 ++-- .config/quickshell/services/Ai.qml | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.config/quickshell/modules/bar/Workspaces.qml b/.config/quickshell/modules/bar/Workspaces.qml index 4639edd22..5ed0e6af1 100644 --- a/.config/quickshell/modules/bar/Workspaces.qml +++ b/.config/quickshell/modules/bar/Workspaces.qml @@ -144,13 +144,13 @@ Item { Behavior on activeWorkspaceMargin { animation: Appearance.animation.elementMoveFast.numberAnimation.createObject(this) } - Behavior on idx1 { + Behavior on idx1 { // Leading anim NumberAnimation { duration: 100 easing.type: Easing.OutSine } } - Behavior on idx2 { + Behavior on idx2 { // Following anim NumberAnimation { duration: 300 easing.type: Easing.OutSine diff --git a/.config/quickshell/services/Ai.qml b/.config/quickshell/services/Ai.qml index c58137938..7b3084fca 100644 --- a/.config/quickshell/services/Ai.qml +++ b/.config/quickshell/services/Ai.qml @@ -430,8 +430,7 @@ Singleton { "parts": [{ text: root.systemPrompt }] }, "generationConfig": { - "temperature": root.temperature, - "responseMimeType": "text/plain", + // "temperature": root.temperature, }, }; return model.extraParams ? Object.assign({}, baseData, model.extraParams) : baseData; @@ -450,7 +449,7 @@ Singleton { }), ], "stream": true, - "temperature": root.temperature, + // "temperature": root.temperature, }; return model.extraParams ? Object.assign({}, baseData, model.extraParams) : baseData; } @@ -612,7 +611,7 @@ Singleton { stdout: SplitParser { onRead: data => { - // console.log("RAW DATA: ", data); + console.log("RAW DATA: ", data); if (data.length === 0) return; // Handle response line