Update renderer-preload.js

This commit is contained in:
2025-09-09 20:14:14 +12:00
parent 1537c495bd
commit 0b0bf27028
+1 -1
View File
@@ -430,7 +430,7 @@ function panelEl() {
async function openSettings() { async function openSettings() {
const { settings } = await ipcRenderer.invoke(`${pluginId}:get-settings`); const { settings } = await ipcRenderer.invoke(`${pluginId}:get-settings`);
const base = prompt('Ollama base URL', settings.ollamaBaseUrl || 'http://192.168.1.132:11434'); const base = prompt('Ollama base URL', settings.ollamaBaseUrl || 'http://homelab.andrewzambazos.com:11434');
if (base == null) return; if (base == null) return;
// Model is fixed; show message for clarity // Model is fixed; show message for clarity
alert('Model is fixed to gpt-oss:20b'); alert('Model is fixed to gpt-oss:20b');