| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Develop a mail client (MVP) with an integrated ChatGPT feature that will help expand the capabilities of a regular mail client. The goal was to implement two directions.
I am confident that integrating a language model will significantly enhance the experience of interacting with many corporate products, but in this project of the hackathon, it was decided to focus only on these two tasks and the mail client.
dotnet user-secrets init
dotnet user-secrets set "AzureAD:ClientId" "Your_Azure_AD_Client_Id"
dotnet user-secrets set "AzureAD:ClientSecret" "Your_Azure_AD_Client_Secret"dotnet user-secrets set "OpenAIAPI" "Your_OPENAI_Secret"| Back | FazBrowse Home | New Git URL |