diff options
author | elioat <elioat@tilde.institute> | 2025-01-03 16:38:43 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2025-01-03 16:38:43 -0500 |
commit | 3cfede64cd89d63ffa3dc5e841611a4a604f8b72 (patch) | |
tree | 1728173e1bdee0df5beb477951a22d91595fced3 /html/matt-chat/index.html | |
parent | ad29add006f06121e3f9adb22bd81dd06b186e50 (diff) | |
download | tour-3cfede64cd89d63ffa3dc5e841611a4a604f8b72.tar.gz |
*
Diffstat (limited to 'html/matt-chat/index.html')
-rw-r--r-- | html/matt-chat/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html index d6f04b5..fba31b2 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -175,8 +175,9 @@ apiUrl: "http://localhost:11434/v1/chat/completions", models: [ { value: "llama3.1:8b", label: "llama3.1:8b, general tasks" }, + { value: "llama3.2:latest", label: "llama3.2:latest, general stuff" }, { value: "qwen2.5-coder:1.5b", label: "qwen2.5-coder:1.5b, fast coding" }, - { value: "qwen2.5-coder:7b", label: "qwen2.5-coder:7b, fastish coding" }, + { value: "qwen2.5-coder:7b", label: "qwen2.5-coder:7b, fast-ish coding" }, { value: "qwen2.5-coder:32b", label: "qwen2.5-coder:32b, super slow coding" }, ], contextWindowSize: 3, // Number of previous exchanges to remember |