Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,20 @@ git push origin master
brew update && brew upgrade
```

## (Apple Silicon only) Local LLM (AI Chatbot)
```zsh
brew install ollama

brew install raycast

ollama pull mistral
```

You can use any other odel on [Ollama library](https://ollama.com/library)

Install [Raycast plugin Ollama AI](https://www.raycast.com/massimiliano_pasquini/raycast-ollama) and follow instructions


## have fun

```zsh
Expand Down