diff options
Diffstat (limited to 'html')
-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 = []; |