Stellar Chat
1.0.0
或者克隆它以进行本地开发:
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
如果您想更深入地了解如何设置本地开发环境,请随时查阅我们的开发指南。
如果您发现这个项目有帮助,学到了新东西,或者用它来启动您自己的解决方案,请考虑给它一颗星来表达您的赞赏!您的支持意义重大。谢谢你!
如果您发现错误或遇到一些问题,请通过报告新问题让我知道。
该项目根据 AGPL-3.0 许可证获得许可 - 有关详细信息,请参阅许可证文件。