https://github.com/ktutak1337/Stellar-Chat
A multi-modal chat application enabling users to create custom agents, and integrate with local LLMs (Local Language Models), as well as OpenAI models.
https://github.com/ktutak1337/Stellar-Chat
agents ai blazor chat chatpgt csharp dalle-3 dotnet gpt gpt-4-vision llm llma2 ollama openai stable-diffusion
Last synced: 7 months ago
JSON representation
A multi-modal chat application enabling users to create custom agents, and integrate with local LLMs (Local Language Models), as well as OpenAI models.
- Host: GitHub
- URL: https://github.com/ktutak1337/Stellar-Chat
- Owner: ktutak1337
- License: mit
- Created: 2024-02-29T20:45:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T03:04:52.000Z (over 1 year ago)
- Last Synced: 2024-04-22T11:57:34.098Z (over 1 year ago)
- Topics: agents, ai, blazor, chat, chatpgt, csharp, dalle-3, dotnet, gpt, gpt-4-vision, llm, llma2, ollama, openai, stable-diffusion
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Stellar Chat
A powerful multi-modal chat application that empowers users to create custom agents, generate images, utilize visual recognition, and engage in voice conversations. It seamlessly integrates with local LLMs and commercial models like OpenAI, Gemini, Perplexity, and Claude, while also offering the capability to converse with uploaded documents and websites.
Documentation
|
Report Bug
|
Request Feature
[](https://github.com/ktutak1337/Stellar-Chat/actions/workflows/github-actions.yaml)
[](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
[](https://github.com/ktutak1337/Stellar-Chat/blob/main/LICENSE)
[](https://100commitow.pl)⭐️ Your star motivates me greatly! ⭐️
> \[!NOTE]
>
> This project is part of the ["100 Commits"](https://100commitow.pl/) competition, which challenges participants to commit to their projects by making at least one meaningful commit every day for 100 consecutive days.
>Table of Contents
1. [🎥 Demo](#-demo)
2. [✨ Features](#-features)
- [`1.` Support for Local Open Source Models](#1-support-for-local-open-source-models)
- [`2.` Support for Commercial Models](#2-support-for-commercial-models)
- [`3.` Visual Recognition](#3-visual-recognition)
- [`4.` Support for TTS & STT](#4-support-for-tts--stt)
- [`5.` Text to Image Generation](#5-text-to-image-generation)
- [`6.` Multimodal Chat](#6-multimodal-chat)
- [`7.` Prompt Store](#7-prompt-store)
- [`8.` Custom Agent Creation (GPTs)](#8-custom-agent-creation-gpts)
- [`9.` Message and Conversation Search](#9-message-and-conversation-search)
- [`10.` Custom Action Creation for App Integration](#10-custom-action-creation-for-app-integration)
- [`11.` Multi-Agent Chat Capability](#11-multi-agent-chat-capability)
3. [🚀 Self-Hosted](#-self-hosted)
4. [⌨️ Local Development](#-local-development)
5. [⭐ Enjoying the Project?](#-enjoying-the-project)
6. [🚧 Issues](#-issues)
7. [📝 License](#-license)## 🎥 Demo
https://github.com/ktutak1337/Stellar-Chat/assets/49451143/3482d401-70cb-4ce8-bf2e-ec69f5859367## ✨ Features
> \[!IMPORTANT]
>
> **Planned Features**
>
> This is a list of planned features to be implemented in the future. Please note that the list may change over time as the project progresses and new priorities emerge.
>`1.` Support for Local Open Source Models
Integrate and utilize local open source models through the OLLAMA platform.`2.` Support for Commercial Models
Easily use commercial models like OpenAI, Gemini, Perplexity, and Claude.`3.` Visual Recognition
Utilize the powerful visual recognition capabilities of the GPT-4-Vision model and Gemini Vision.`4.` Support for TTS & STT
Enable text-to-speech (TTS) and speech-to-text (STT) functionalities within the application.`5.` Text to Image Generation
Generate images from text inputs using advanced models such as Stable Diffusion and DALL-E 3.`6.` Multimodal Chat
Analyze text, image, and audio files and engage in conversations with uploaded files.`7.` Prompt Store
Create and manage your own repository of predefined prompts to easily use, modify, and enhance interactions with the models.`8.` Custom Agent Creation (GPTs)
Easily create and customize your own agents to tailor the interactions and responses according to your specific needs.`9.` Message and Conversation Search
Easily search through all messages and conversations to quickly find relevant information or previous interactions.`10.` Custom Action Creation for App Integration
Create custom actions to seamlessly integrate with your favorite applications such as Gmail, Todoist, Spotify, and more, enhancing productivity and workflow efficiency.`11.` Multi-Agent Chat Capability
Engage in conversations with multiple agents simultaneously within a single chat interface, enabling diverse interactions and enhanced collaboration.## 🚀 Self-Hosted
Choose the deployment method that best suits your needs and get started with Stellar Chat today!
Explore our deployment options to get started quickly:
## ⌨️ Local Development
You have the option to utilize `GitHub Codespaces` for online development:
Or clone it for local development:
```bash
git clone https://github.com/ktutak1337/Stellar-Chat.git# It is recommended to use Docker to run the infrastructure components (MongoDB, Qdrant, Seq):
cd src
docker compose up -d# configrure API:
cd src/Server/StellarChat.Server.Api# set all api keys (more details in docs):
dotnet user-secrets init
dotnet user-secrets set openAI:api_key [your API KEY]# Run API:
dotnet run watch# Run web app:
cd src/Client/StellarChat.Client.Web
dotnet run watch
```If you want to delve deeper into setting up your local development environment, please feel free to consult our [📘 Development Guide](https://docs.stellar-chat.com/guides/local-development/).
## ⭐ Enjoying the Project?
If you find this project helpful, learned something new, or using it to kickstart your own solution, consider showing your appreciation by giving it a star! Your support means a lot. Thank you! 🚀
## 🚧 Issues
If you have discovered a bug or having some issues, please let me know by [reporting a new issue](https://github.com/ktutak1337/Stellar-Chat/issues?state=open).
## 📝 License
This project is licensed under the AGPL-3.0 license - see the [LICENSE](https://github.com/ktutak1337/Stellar-Chat/blob/main/LICENSE) file for details.