From 7bcefd45360bba91252d65857f78c35fc3e110ee Mon Sep 17 00:00:00 2001 From: Darion Date: Fri, 20 Sep 2024 13:56:21 -0400 Subject: [PATCH] Update extensions/void/package.json Co-authored-by: Bruce MacDonald --- extensions/void/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/void/package.json b/extensions/void/package.json index 21be74ed..7d139bff 100644 --- a/extensions/void/package.json +++ b/extensions/void/package.json @@ -43,7 +43,7 @@ "void.ollamaSettings.endpoint": { "type": "string", "default": "", - "description": "Ollama Endpoint - Local API server can be started with `OLLAMA_ORIGINS=* ollama serve`" + "description": "Ollama Endpoint - Local API server can be started with `OLLAMA_ORIGINS="vscode-webview://*" ollama serve`" }, "void.ollamaSettings.model": { "type": "string",