Overview
🤖 + 🐳 + 🐧 Monadic Chat is a locally hosted web application designed to create and utilize intelligent chatbots. By providing a Linux environment on Docker to GPT and other LLMs, it allows the execution of advanced tasks that require external tools. It also supports voice interaction, image and video recognition and generation, and AI-to-AI chat, making it useful not only for using AI but also for developing and researching various applications.
Available for Mac, Windows, and Linux (Debian/Ubuntu) with easy-to-use installers.
Getting Started
Latest Changes
-
[Nov, 2024] 0.9.18
- Jupyter Notebook app usability improved
- Streaming supported for OpenAI's o1 models
- CJK font issue on code apps addressed
- Syntax highlighting theme option added
- App settings convention enhanced with "group" attribute
- Check for updates when starting the app
- Predicted output feature added for OpenAI's models
- PDF recognition feature added for Claude Sonnet models
- AI user feature improved
-
[Oct, 2024] 0.9.6
- PyMuPDF4LLM integration
- Anthropic's new sonnet model supported
- Stability of code running and chart generation improved
Screenshots
Web Interface
Chat Window
Console Window
Contributing
Contributions are welcome! Here's how to help:
- Fork & Clone: Fork the repository and clone it to your local machine.
-
Create a Branch: Use a descriptive name for your branch (e.g.,
feature/new-feature
). - Make Changes: Implement changes and ensure they are well-tested.
- Commit: Write clear, concise commit messages.
- Push & PR: Push the branch and open a pull request.
Thank you for your interest in improving the project!