From 6416bd78e0c4cab6889a5f0590c77249a11f7ecb Mon Sep 17 00:00:00 2001 From: elioat <{ID}+{username}@users.noreply.github.com> Date: Fri, 3 Jan 2025 09:26:58 -0500 Subject: * --- html/matt-chat/index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'html/matt-chat/index.html') diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html index 520a05e..dcbb4a5 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -159,9 +159,10 @@ const config = { apiUrl: "http://localhost:11434/v1/chat/completions", models: [ - { value: "llama3.1:8b", label: "llama3.1:8b" }, - { value: "qwen2.5-coder:1.5b", label: "qwen2.5-coder:1.5b" }, - { value: "qwen2.5-coder:7b", label: "qwen2.5-coder:7b" } + { value: "llama3.1:8b", label: "llama3.1:8b, general tasks" }, + { 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:32b", label: "qwen2.5-coder:32b, super slow coding" }, ], contextWindowSize: 3 // Number of previous exchanges to keep }; -- cgit 1.4.1-2-gfad0