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();