diff options
Diffstat (limited to 'html/matt-chat/index.html')
-rw-r--r-- | html/matt-chat/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html index 2bc8119..cf5d5f9 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -694,7 +694,7 @@ <div class="model-select-container"> <select id="model-select"></select> <label> - <input type="checkbox" id="retain-history" /> Build Context As You Chat? + <input type="checkbox" id="retain-history" checked/> Build Context As You Chat? </label> </div> @@ -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 variation 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, }; |