mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Update local_copilot.md (#320)
This commit is contained in:
parent
1668d58012
commit
15b3b7c304
1 changed files with 11 additions and 1 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue