mirror of
https://github.com/ollama/ollama.git
synced 2026-09-09 22:38:24 +00:00
docs: update turbo model name (#11707)
This commit is contained in:
parent
2d06977ade
commit
4742e12c23
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue