updated model

This commit is contained in:
Andrea Bianchi
2026-05-26 08:45:36 +09:00
parent f80186aacd
commit 5c6502d9c0

View File

@@ -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,