From 2aeaa1b4921e3275356a451dd5becf15acd50437 Mon Sep 17 00:00:00 2001 From: elioat Date: Fri, 3 Jan 2025 21:54:39 -0500 Subject: * --- html/matt-chat/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'html/matt-chat') diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html index fba31b2..77c5f21 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -177,11 +177,10 @@ { 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, fast-ish coding" }, - { value: "qwen2.5-coder:32b", label: "qwen2.5-coder:32b, super slow coding" }, + { value: "qwen2.5-coder:7b", label: "qwen2.5-coder:7b, fast-ish coding" } ], contextWindowSize: 3, // Number of previous exchanges to remember - systemMessage: "You are a helpful assistant, but if you don't know something you'll let me know. Your name is Matt." // Set the mood and personality for the LLM's responses + systemMessage: "You are a helpful assistant. If you don't know something you'll let me know. Your name is Matt." // Set the mood and personality for the LLM's responses }; let conversationHistory = []; -- cgit 1.4.1-2-gfad0