updated model
This commit is contained in:
@@ -4,7 +4,7 @@ fetch('http://localhost:11434/api/generate', {
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
body: JSON.stringify({
|
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!',
|
prompt: 'Tell me a joke!',
|
||||||
stream: false,
|
stream: false,
|
||||||
think: false,
|
think: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user