about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-01-03 21:54:39 -0500
committerelioat <elioat@tilde.institute>2025-01-03 21:54:39 -0500
commit2aeaa1b4921e3275356a451dd5becf15acd50437 (patch)
tree7699b03db1a37680d1d367a8808bb11b389984b8
parent3cfede64cd89d63ffa3dc5e841611a4a604f8b72 (diff)
downloadtour-2aeaa1b4921e3275356a451dd5becf15acd50437.tar.gz
*
-rw-r--r--html/matt-chat/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html
index fba31b2..77c5f21 100644
--- a/html/matt-chat/index.html
+++ b/html/matt-chat/index.html
@@ -177,11 +177,10 @@
                 { value: "llama3.1:8b", label: "llama3.1:8b, general tasks" },
                 { value: "llama3.2:latest", label: "llama3.2:latest, general stuff" },
                 { value: "qwen2.5-coder:1.5b", label: "qwen2.5-coder:1.5b, fast coding" },
-                { value: "qwen2.5-coder:7b", label: "qwen2.5-coder:7b, fast-ish coding" },
-                { value: "qwen2.5-coder:32b", label: "qwen2.5-coder:32b, super slow coding" },
+                { value: "qwen2.5-coder:7b", label: "qwen2.5-coder:7b, fast-ish coding" }
             ],
             contextWindowSize: 3, // Number of previous exchanges to remember
-            systemMessage: "You are a helpful assistant, but if you don't know something you'll let me know. Your name is Matt." // Set the mood and personality for the LLM's responses
+            systemMessage: "You are a helpful assistant. If you don't know something you'll let me know. Your name is Matt." // Set the mood and personality for the LLM's responses
         };
 
         let conversationHistory = [];