From 14a37407105c948fb79f2933c22a5ada4ab22f60 Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Thu, 13 Jun 2024 23:48:59 +0530 Subject: [PATCH] docs(ollama): Embed X demo --- doc/ollama.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ollama.md b/doc/ollama.md index 779ae89..e610e5d 100644 --- a/doc/ollama.md +++ b/doc/ollama.md @@ -2,6 +2,10 @@ [Ollama](https://github.com/ollama/ollama) enables you to easily run large language models (LLMs) locally. It supports Llama 3, Mistral, Gemma and [many others](https://ollama.com/library). +
+ +
+ ## Getting Started ```nix