mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-19 12:17:02 +00:00
docs: update turbo model name (#11707)
This commit is contained in:
@@ -82,7 +82,7 @@ const ollama = new Ollama({
|
|||||||
});
|
});
|
||||||
|
|
||||||
const response = await ollama.chat({
|
const response = await ollama.chat({
|
||||||
model: 'deepseek-r1:671b',
|
model: 'gpt-oss:120b',
|
||||||
messages: [{ role: 'user', content: 'Explain quantum computing' }],
|
messages: [{ role: 'user', content: 'Explain quantum computing' }],
|
||||||
stream: true
|
stream: true
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user