diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2025-02-18 09:06:18 -0500 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2025-02-18 09:06:18 -0500 |
commit | 58524924b84a5f8bddd2cfa46bfba700b41d5955 (patch) | |
tree | 1cb6c470175f03ac4cd7f4ec0411e92271932ded /html/matt-chat | |
parent | 99a83cf694c0d2c3daca137e4f3a4b420031623b (diff) | |
download | tour-58524924b84a5f8bddd2cfa46bfba700b41d5955.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 da9b908..4860d98 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -729,7 +729,7 @@ completionsEndpoint: "http://localhost:11434/v1/chat/completions", modelsEndpoint: "http://localhost:11434/v1/models", contextWindowSize: 6, - systemMessage: "You are a helpful assistant. If you don't know something you'll let me know. Your name is Matt.", + systemMessage: "You are a helpful assistant. If you don't know something you'll let me know. When possible, you should provide multiple options or variationknows on an answer in a straightforward way. When talking about code, especially JavaScript that I'm an experienced JavaScript developer who prefers a functional style of programming, and using a only browser APIs and no 3rd party code unless absolutely necessary. Your name is Matt.", maxTokens: 4096, summarizeThreshold: 3584, }; |