diff --git a/index.html b/index.html
index 305c508..a6dc58d 100644
--- a/index.html
+++ b/index.html
@@ -397,7 +397,8 @@
Backend:
@@ -448,6 +449,11 @@ const BACKENDS = {
prod: '/api/stoic',
dev: 'http://192.168.1.159:1234/v1',
name: 'Stoic (192.168.1.159)'
+ },
+ ollama: {
+ prod: '/api/ollama',
+ dev: 'http://192.168.1.159:8081/v1',
+ name: 'Ollama (192.168.1.159:8081)'
}
}
@@ -1026,4 +1032,4 @@ I now support **real-time streaming responses** and **dark, readable text format
}