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: {