w14 ready

This commit is contained in:
Andrea Bianchi
2026-05-27 13:47:35 +09:00
parent 122a6b9b31
commit 438febc6b1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,10 +1,11 @@
import delay from 'delay';
fetch('http://localhost:11434/api/generate', {
fetch('http://127.0.0.1:11434/api/generate', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
model: 'deepseek-r1:latest', // replace with your model name
system: 'You are a helpful assistant.',
prompt: 'Tell me a joke!',
stream: false,
think: false,

View File

@@ -1,6 +1,6 @@
import delay from 'delay';
fetch('http://localhost:11434/api/generate', {
fetch('http://127.0.0.1:11434/api/generate', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({