docs: update turbo model name (#11707)

This commit is contained in:
Parth Sareen 2025-08-05 17:29:08 -07:00 committed by Ryan Schumacher
parent c9304f161a
commit 179bbf2640
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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
});