mirror of
https://github.com/ollama/ollama.git
synced 2025-08-25 18:31:16 +02: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({
|
||||
model: 'deepseek-r1:671b',
|
||||
model: 'gpt-oss:120b',
|
||||
messages: [{ role: 'user', content: 'Explain quantum computing' }],
|
||||
stream: true
|
||||
});
|
||||
|
Reference in New Issue
Block a user