From 189a351d3cdbec7097c9a781bd3b0f1ff8873d9d Mon Sep 17 00:00:00 2001 From: Jake Date: Fri, 27 Dec 2024 09:39:56 +1100 Subject: [PATCH] add safari-web-extension origin for ollama --- en/Obsidian Web Clipper/Interpret web pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/Obsidian Web Clipper/Interpret web pages.md b/en/Obsidian Web Clipper/Interpret web pages.md index 4d75934f..ee4bb4e8 100644 --- a/en/Obsidian Web Clipper/Interpret web pages.md +++ b/en/Obsidian Web Clipper/Interpret web pages.md @@ -110,7 +110,7 @@ To allow a browser extension to interact with Ollama you must [give it explicit Close the Ollama app, and run the following command in your terminal. The protocol should be changed to your browser's extension protocol if you don't use Chrome or Firefox. ``` -OLLAMA_ORIGINS=moz-extension://*,chrome-extension://* ollama serve +OLLAMA_ORIGINS=moz-extension://*,chrome-extension://*,safari-web-extension://* ollama serve ``` Then run your model with Ollama the normal way, e.g.