From a832d836743c6ff04d541df402a251b995628862 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:20:53 +0200 Subject: [PATCH] Refactor commit message generation options in settings.html --- settings.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/settings.html b/settings.html index 5934567..63a66aa 100644 --- a/settings.html +++ b/settings.html @@ -236,12 +236,19 @@ if (!qwen.length) { // keine qwen2.5-coder → Pull-Buttons container.innerHTML = ` -
- `; +
+ Model for commit message generation: + +
+
+ Model for README generation: + +
+ `; document.getElementById('pullCommitModelBtn').onclick = async () => { await window.electronAPI.ollamaPull('qwen2.5-coder:7b'); location.reload();