From 70d2ec19c66b86a6c83f0bbf06d267335987ac17 Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Thu, 8 Aug 2024 02:12:52 +0200 Subject: [PATCH] added gif to readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ea95556..d927623 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # OllamaAgents -[![asciicast](https://asciinema.org/a/671202.svg)](https://asciinema.org/a/671202) - -Click the image for a live demo +![Demo GIF](demo.gif) OllamaAgents is a TypeScript-based CLI application that provides a Linux command interpreter using the Ollama API. It converts natural language queries into appropriate Linux commands, executing them if requested, offering explanations and cautions when necessary.