diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2025-01-03 12:06:02 -0500 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2025-01-03 12:06:02 -0500 |
commit | 2b301f72039f2f26aa379cd9cd39e259de63a456 (patch) | |
tree | 368c8a7f44a3b6f7b01e5cb515a1e72e3da43e66 /html/matt-chat | |
parent | c4b35145dd85f5649c4594b4ec7bb3152728d030 (diff) | |
download | tour-2b301f72039f2f26aa379cd9cd39e259de63a456.tar.gz |
*
Diffstat (limited to 'html/matt-chat')
-rw-r--r-- | html/matt-chat/index.html | 2 |
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 = []; |