From 6450613992c6c5683dff9fc2a14724fdc26fc6a3 Mon Sep 17 00:00:00 2001 From: mudler Date: Sat, 29 Apr 2023 23:58:30 +0200 Subject: [PATCH] docs: add bot to example index --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 5368624a..dfbbdd5a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,6 +5,7 @@ Here is a list of projects that can easily be integrated with the LocalAI backen ## Projects - [chatbot-ui](https://github.com/go-skynet/LocalAI/tree/master/examples/chatbot-ui/) (by [@mkellerman](https://github.com/mkellerman)) +- [discord-bot](https://github.com/go-skynet/LocalAI/tree/master/examples/discord-bot/) (by [@mudler](https://github.com/mudler)) ## Want to contribute?