From 9f740242ce30a88f77c59ab75c2cddaecbf24d02 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Mon, 11 May 2026 09:35:08 +0200 Subject: [PATCH] Update gpt/index.html --- gpt/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpt/index.html b/gpt/index.html index ba4ca7c..b7f968d 100644 --- a/gpt/index.html +++ b/gpt/index.html @@ -352,7 +352,7 @@ - + @@ -508,9 +508,9 @@ async function testConnection() { document.getElementById('presetSelect').addEventListener('change', function () { const presets = { catgpt: { - endpoint: 'http://192.168.254.169:4891/v1/chat/completions', + endpoint: 'http://192.168.254.36:4891/v1/chat/completions', model: 'cat-gpt', - type: 'openai' + type: 'cat' }, local: {