From 87eb9d2108f829f89b9d19e68b47482cf2372778 Mon Sep 17 00:00:00 2001 From: Yoichiro Hasebe Date: Wed, 15 Jan 2025 10:02:36 +0900 Subject: [PATCH] Documentation updated --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ed02a779..c7b555a6 100644 --- a/README.md +++ b/README.md @@ -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

-## 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