From ad2384ce5104df4685be2110d1ad353e510e4f3d Mon Sep 17 00:00:00 2001 From: Benoit Fontaine Date: Thu, 11 Apr 2024 10:14:03 +0200 Subject: [PATCH] feat: Local LLM --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 8e7cf5d..dde3981 100644 --- a/README.md +++ b/README.md @@ -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