From 5c6502d9c0ba88fef11a7348653636a0a5b9f270 Mon Sep 17 00:00:00 2001 From: Andrea Bianchi Date: Tue, 26 May 2026 08:45:36 +0900 Subject: [PATCH] updated model --- w14_olama/basics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/w14_olama/basics.js b/w14_olama/basics.js index 728ab18..1f8df3c 100644 --- a/w14_olama/basics.js +++ b/w14_olama/basics.js @@ -4,7 +4,7 @@ fetch('http://localhost:11434/api/generate', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ - model: 'qwen2.5-coder:1.5b', // replace with your model name + model: 'deepseek-r1:latest', // replace with your model name prompt: 'Tell me a joke!', stream: false, think: false,