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!