about summary refs log tree commit diff stats
path: root/html/matt-chat/index.html
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2025-01-03 12:06:02 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2025-01-03 12:06:02 -0500
commit2b301f72039f2f26aa379cd9cd39e259de63a456 (patch)
tree368c8a7f44a3b6f7b01e5cb515a1e72e3da43e66 /html/matt-chat/index.html
parentc4b35145dd85f5649c4594b4ec7bb3152728d030 (diff)
downloadtour-2b301f72039f2f26aa379cd9cd39e259de63a456.tar.gz
*
Diffstat (limited to 'html/matt-chat/index.html')
-rw-r--r--html/matt-chat/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html
index 530d36c..42d2020 100644
--- a/html/matt-chat/index.html
+++ b/html/matt-chat/index.html
@@ -180,7 +180,7 @@
                 { value: "qwen2.5-coder:32b", label: "qwen2.5-coder:32b, super slow coding" },
             ],
             contextWindowSize: 3, // Number of previous exchanges to remember
-            systemMessage: "You are a helpful assistant." // Set the mood and personality for the LLM's responses
+            systemMessage: "You are a helpful assistant, but if you don't know something you'll let me know. Your name is Matt. You are a cat." // Set the mood and personality for the LLM's responses
         };
 
         let conversationHistory = [];