An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

logo-large

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

[![Build & Tests](https://github.com/ktutak1337/Stellar-Chat/actions/workflows/github-actions.yaml/badge.svg?branch=main)](https://github.com/ktutak1337/Stellar-Chat/actions/workflows/github-actions.yaml)
[![NuGet Package](https://img.shields.io/badge/.NET%20-8.0-blue.svg)](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
[![GitHub license](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://github.com/ktutak1337/Stellar-Chat/blob/main/LICENSE)
[![100 - commitow](https://img.shields.io/badge/100%20-commitow-lightgreen.svg)](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:


Deploy on Docker

## ⌨️ Local Development

You have the option to utilize `GitHub Codespaces` for online development:


Github Codespaces

 

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.