chore: update 3 file(s)

This commit is contained in:
mike
2025-12-28 03:21:59 +01:00
parent 5d6ccd0087
commit 2e3f811f25
3 changed files with 8 additions and 7 deletions

View File

@@ -1 +1 @@
model: /models/Qwen/Qwen2.5-Coder-32B-Instruct-GGUF/qwen2.5-coder-32b-instruct-q4_k_m.gguf model: /models/qwen2.5-coder-32b-instruct-q4_k_m.gguf

View File

@@ -1,4 +1,4 @@
- name: /models/Qwen/Qwen2.5-Coder-32B-Instruct-GGUF/qwen2.5-coder-32b-instruct-q4_k_m.gguf - name: /models/qwen2.5-coder-32b-instruct-q4_k_m.gguf
extra_params: extra_params:
num_ctx: 16384 num_ctx: 16384
num_threads: 8 num_threads: 8

View File

@@ -617,6 +617,7 @@ window.onload = () => {
// Add event listener for reset button // Add event listener for reset button
document.getElementById('resetBtn').addEventListener('click', resetChat) document.getElementById('resetBtn').addEventListener('click', resetChat)
} }
}
// Reset chat history // Reset chat history
function resetChat() { function resetChat() {