This is a basic clone of the Open AI chat gpt interface built in .NET using blazor web assembly and tailwind css.
- .NET 8
- Open AI Api key
- Clone the repository
- Paste your API key in the wwwroot/appsettings.json file in the field marked
YOUR_API_KEY
- Run the project