Update local_copilot.md (#320)

This commit is contained in:
Logan Yang 2024-02-27 12:59:49 -08:00 committed by GitHub
parent 1668d58012
commit 15b3b7c304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!
#### Ollama for Windows (Preview)
Ollama has released a Windows preview version! Just download it to your Windows machine, open your PowerShell, and
```
ollama pull <model>
# 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!