From 15b3b7c304c47614ec3b8036665bfd230d14c331 Mon Sep 17 00:00:00 2001 From: Logan Yang Date: Tue, 27 Feb 2024 12:59:49 -0800 Subject: [PATCH] Update local_copilot.md (#320) --- local_copilot.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/local_copilot.md b/local_copilot.md index 6d30e839..5831f8cc 100644 --- a/local_copilot.md +++ b/local_copilot.md @@ -54,4 +54,14 @@ Inside Copilot settings, enter `mistral` under Ollama model Pick OLLAMA (LOCAL) in the model dropdown and start chatting! -#### Now, go crazy with local models using your custom prompts! \ No newline at end of file +#### Ollama for Windows (Preview) + +Ollama has released a Windows preview version! Just download it to your Windows machine, open your PowerShell, and + +``` +ollama pull +# Remember to close the Ollama app first to free up the port +$env:OLLAMA_ORIGINS="app://obsidian.md*"; ollama serve +``` + +#### Now, go crazy with local models using your custom prompts!