Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/etkecc/baibot
đ¤ A Matrix bot for using diffent capabilities (text-generation, text-to-speech, speech-to-text, image-generation, etc.) of AI / Large Language Models (OpenAI, Anthropic, etc.)
https://github.com/etkecc/baibot
ai anthropic chatgpt llm matrix openai
Last synced: about 1 month ago
JSON representation
đ¤ A Matrix bot for using diffent capabilities (text-generation, text-to-speech, speech-to-text, image-generation, etc.) of AI / Large Language Models (OpenAI, Anthropic, etc.)
- Host: GitHub
- URL: https://github.com/etkecc/baibot
- Owner: etkecc
- License: agpl-3.0
- Created: 2024-09-12T10:22:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-03T09:10:23.000Z (about 2 months ago)
- Last Synced: 2024-10-03T09:19:29.350Z (about 2 months ago)
- Topics: ai, anthropic, chatgpt, llm, matrix, openai
- Language: Rust
- Homepage:
- Size: 2.52 MB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
baibot
đ¤ baibot is an [AI](https://en.wikipedia.org/wiki/Artificial_intelligence) ([Large Language Model](https://en.wikipedia.org/wiki/Large_language_model)) bot for [Matrix](https://matrix.org/) built by [etke.cc](https://etke.cc/) (managed Matrix servers).
The name is pronounced 'bye'-bot and is a play on [AI](https://en.wikipedia.org/wiki/Artificial_intelligence), referencing the fictional character [đ§đŦ Bai Ganyo](https://en.wikipedia.org/wiki/Bay_Ganyo).
It's designed as a more private and [featureful](#-features) alternative to [matrix-chatgpt-bot](https://github.com/matrixgpt/matrix-chatgpt-bot).
It's influenced by [chaz](https://github.com/arcuru/chaz), but does **not** use the [AIChat](https://github.com/sigoden/aichat) CLI tool and instead does everything in-process, without forking.## đ Features
- đ¨ Encourages **[provider](./docs/providers.md) choice** ([Anthropic](./docs/providers.md#anthropic), [Groq](./docs/providers.md#groq), [LocalAI](./docs/providers.md#localai), [OpenAI](./docs/providers.md#openai) and [âī¸ many more](./docs/providers.md#ī¸-providers)) as well as **[mixing & matching models](./docs/features.md#-mixing--matching-models)**:
- Supports **different use purposes** (depending on the [âī¸ provider](./docs/providers.md) & model):
- [đŦ text-generation](./docs/features.md#-text-generation): communicating with you via text
- [đĻģ speech-to-text](./docs/features.md#-speech-to-text): turning your voice messages into text
- [đŖī¸ text-to-speech](./docs/features.md#%EF%B8%8F-text-to-speech): turning bot or users text messages into voice messages
- [đī¸ image-generation](./docs/features.md#%EF%B8%8F-image-generation): generating images based on instructions- đĒ Supports [seamless voice interaction](./docs/features.md#seamless-voice-interaction) (turning user voice messages into text, answering in text, then turning that text back into voice)
- đĻģ Supports [transcribe-only mode](./docs/features.md#transcribe-only-mode) (turning user voice messages into text, without doing text-generation)
- đŖī¸ Supports [text-to-speech-only mode](./docs/features.md#text-to-speech-only-mode) (turning user text messages into voice, without doing text-generation)
- đ Supports [encryption](./docs/features.md#-encryption) for Matrix communication and Account-Data-stored configuration
- âģī¸ Supports [context-management](./docs/configuration/text-generation.md#ī¸-context-management) handling on some models (automatically adjusting the message history length, etc.)
- đ ī¸ Allows **customizing much of the bot's [configuration](./docs/configuration/README.md)** at runtime (using commands sent via chat)
- đĨ **Actively maintained** by the team at [etke.cc](https://etke.cc/)
## đŧī¸ Screenshots
![Introduction and general usage](./docs/screenshots/introduction-and-general-usage.webp)
You can find more screenshots on the [đ Features](./docs/features.md) and other [đ Documentation](./docs/README.md) pages, as well as in the [docs/screenshots](./docs/screenshots) directory.
## đ Getting Started
đ˛ For a quick experiment, you can refer to the [đ§âđģ development documentation](./docs/development.md) which contains information on how to build and run the bot (and its various dependency services) locally.
For a real installation, see the [đ Installation](./docs/installation.md) documentation which contains information on [đ Running in a container](./docs/installation.md#-running-in-a-container) and [đĨī¸ī¸ī¸ī¸ī¸ Running a binary](./docs/installation.md#-running-a-binary).
## đ Documentation
See the bot's [đ documentation](./docs/README.md) for more information on how to use and configure the bot.
## đģ Development
See the bot's [đ§âđģ development documentation](./docs/development.md) for more information on how to develop on the bot.
## đ Changes
This bot evolves over time, sometimes with backward-incompatible changes.
When updating the bot, refer to [the changelog](CHANGELOG.md) to catch up with what's new.
## đ Support
- Matrix room: [#baibot:etke.cc](https://matrix.to/#/#baibot:etke.cc)
- GitHub issues: [etkecc/baibot/issues](https://github.com/etkecc/baibot/issues)
- (for [etke.cc](https://etke.cc/) customers): etke.cc [support](https://etke.cc/contacts/)