Unverified Commit 883d0312 authored by Thomas Pelster's avatar Thomas Pelster Committed by GitHub
Browse files

docs: added missing comma in 'Ollama's Javascript library'' (#11915)

parent 5271ff85
......@@ -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 <api key>"
}
......
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