diff options
-rw-r--r-- | html/matt-chat/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
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 = []; |