"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "4a9ab650aa6109cc5294085f54220b1883ae80d1"
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({ ...@@ -82,7 +82,7 @@ const ollama = new Ollama({
}); });
const response = await ollama.chat({ const response = await ollama.chat({
model: 'deepseek-r1:671b', model: 'gpt-oss:120b',
messages: [{ role: 'user', content: 'Explain quantum computing' }], messages: [{ role: 'user', content: 'Explain quantum computing' }],
stream: true 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