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 許可證獲得許可 - 有關詳細信息,請參閱許可證文件。