From 4742e12c2360bd2b43aedcf6d11cefc3a048f791 Mon Sep 17 00:00:00 2001 From: Parth Sareen Date: Tue, 5 Aug 2025 17:29:08 -0700 Subject: [PATCH] docs: update turbo model name (#11707) --- docs/turbo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/turbo.md b/docs/turbo.md index 8c45d39ceb..c92af4c40c 100644 --- a/docs/turbo.md +++ b/docs/turbo.md @@ -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 });