docs: update turbo model name (#11707)

This commit is contained in:
Parth Sareen
2025-08-05 17:29:08 -07:00
committed by GitHub
parent 2d06977ade
commit 4742e12c23

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