From 39a3ebcc5c3abec1b9e67f5f18d9f87224cc38bf Mon Sep 17 00:00:00 2001 From: drunkwcodes <36228443+drunkwcodes@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:50:29 +0800 Subject: [PATCH] Update README.md Introducing "bb7", an advanced chat bot designed for versatile interactions. Equipped with TTS (Text-to-Speech) capabilities, bb7 enables seamless voice conversations with users. It also supports local Retrieval-Augmented Generation (RAG), allowing for efficient document-based queries and responses, even without cloud dependency. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5962965e..76b4709f 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,7 @@ See the [API documentation](./docs/api.md) for all endpoints. ### Terminal - [oterm](https://github.com/ggozad/oterm) +- [bb7](https://github.com/drunkwcodes/bb7) (A TDD coding bot using ollama, with TTS and local RAG) - [Ellama Emacs client](https://github.com/s-kostyaev/ellama) - [Emacs client](https://github.com/zweifisch/ollama) - [gen.nvim](https://github.com/David-Kunz/gen.nvim)