diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2025-02-18 09:04:11 -0500 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2025-02-18 09:04:11 -0500 |
commit | 99a83cf694c0d2c3daca137e4f3a4b420031623b (patch) | |
tree | 98b63b8d860a6b2f59bc1b866d697eb6a236382e /html | |
parent | 087a01aaac0c3b60feee4b1aceb38656524860e8 (diff) | |
download | tour-99a83cf694c0d2c3daca137e4f3a4b420031623b.tar.gz |
*
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 2bc8119..da9b908 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> |