From 228c748d7797e530f11c2f433ce0e43cbfdcaa06 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar <3998+srid@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:28:49 -0400 Subject: [PATCH 1/2] chore(readme): Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b681d3..7c4381f0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Want to compare with other tools? [Let us know](https://github.com/juspay/servic ## Service data directory -See +See ## Discussions From 14a37407105c948fb79f2933c22a5ada4ab22f60 Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Thu, 13 Jun 2024 23:48:59 +0530 Subject: [PATCH 2/2] 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 779ae899..e610e5dc 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