From 883d031268da0d0fafb068738654690e9f3f8b1a Mon Sep 17 00:00:00 2001 From: Thomas Pelster <46451286+ThomasPelster@users.noreply.github.com> Date: Fri, 15 Aug 2025 23:45:01 +0200 Subject: [PATCH] docs: added missing comma in 'Ollama's Javascript library'' (#11915) --- docs/turbo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/turbo.md b/docs/turbo.md index c92af4c40c..d75d955703 100644 --- a/docs/turbo.md +++ b/docs/turbo.md @@ -75,7 +75,7 @@ for part in client.chat('gpt-oss:120b', messages=messages, stream=True): import { Ollama } from 'ollama'; const ollama = new Ollama({ - host: 'https://ollama.com' + host: 'https://ollama.com', headers: { Authorization: "Bearer " }