Unverified Commit 4742e12c authored by Parth Sareen's avatar Parth Sareen Committed by GitHub
Browse files

docs: update turbo model name (#11707)

parent 2d06977a
......@@ -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
});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment