From 476b372c8b3b223cbd1eed4f762d5e0f21acfb76 Mon Sep 17 00:00:00 2001 From: Mikkel Albrechtsen Date: Tue, 28 May 2024 10:52:40 +0200 Subject: [PATCH] docs(readme): add basic badges --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08e5366..b4b9e5b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Ollama discord chatbot +![GitHub license](https://img.shields.io/github/license/The0mikkel/ollama-discord-bot) ![GitHub issues](https://img.shields.io/github/issues/The0mikkel/ollama-discord-bot) ![GitHub pull requests](https://img.shields.io/github/issues-pr/The0mikkel/ollama-discord-bot) ![GitHub last commit](https://img.shields.io/github/last-commit/The0mikkel/ollama-discord-bot) + This Discord chatbot is built to follow the chat flow and have a conversation with the user. The bot is built using the discord.py library, and the chat is stored in Redis. The number of messages to have in context is configurable. ## Installation