-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ | |
|
||
## Overview | ||
|
||
🤖 + 🐳 + 🐧 [Monadic Chat](https://yohasebe.github.io/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. | ||
🤖 + 🐳 + 🐧 [**Monadic Chat**](https://yohasebe.github.io/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 enables code execution (Python, Ruby, etc.) and advanced tasks that require external tools (Jupyterlab, ffmpeg, etc.). It also supports voice interaction, image/video recognition and generation, and AI-to-AI chat. | ||
|
||
Available for **Mac**, **Windows**, and **Linux** (Debian/Ubuntu) with easy-to-use installers. | ||
|
||
## Getting Started | ||
|
||
- [Documentation](https://yohasebe.github.io/monadic-chat) | ||
- [Installation](https://yohasebe.github.io/monadic-chat/#/installation) | ||
- [**Documentation**](https://yohasebe.github.io/monadic-chat) | ||
- [**Installation**](https://yohasebe.github.io/monadic-chat/#/installation) | ||
|
||
## Latest Changes | ||
|
||
|
@@ -61,16 +61,6 @@ Available for **Mac**, **Windows**, and **Linux** (Debian/Ubuntu) with easy-to-u | |
|
||
<div><img src="./docs/assets/images/monadic-chat-console.png" width="700px"/></div><br /> | ||
|
||
## Development | ||
|
||
Contributions are welcome! Here's how to help: | ||
|
||
1. **Fork & Clone**: Fork the repository and clone it to your local machine. | ||
2. **Create a Branch**: Use a descriptive name for your branch (e.g., `feature/new-feature`). | ||
3. **Make Changes**: Implement changes and ensure they are well-tested. | ||
4. **Commit**: Write clear, concise commit messages. | ||
5. **Push & PR**: Push the branch and open a pull request. | ||
|
||
## Author | ||
|
||
Yoichiro Hasebe <[email protected]> | ||
|