From 6c35e1a0361e64d8f4df2569357f78b7fae2e0bd Mon Sep 17 00:00:00 2001 From: TheCookingSenpai <153772003+tcsenpai@users.noreply.github.com> Date: Thu, 8 Aug 2024 01:59:20 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb93ed3..a0cbf8a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # OllamaAgents +[![asciicast](https://asciinema.org/a/671202.svg)](https://asciinema.org/a/671202) +Click the image for a live demo + 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, offering explanations and cautions when necessary. ## Features @@ -89,4 +92,4 @@ Contributions, issues, and feature requests are welcome. Feel free to check issu - Ollama for providing the underlying language model capabilities and API - Claude Sonnet 3.5 and Cursor IDE for providing such a great AI model and IDE -- All the enthusiasts who keep the open-source community alive \ No newline at end of file +- All the enthusiasts who keep the open-source community alive