Stellar Chat
1.0.0
Or clone it for local development:
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.
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!
If you have discovered a bug or having some issues, please let me know by reporting a new issue.
This project is licensed under the AGPL-3.0 license - see the LICENSE file for details.