About
This is a simple Blazor Server app which utilises the Chat GPT API to perform text completion based on a question from the user. The app is developed with a Blazor Server/.Net 6 GUI frontend and a .Net 6 Chat GPT Question engine class library which communicates with Open API v1 and currently is set up to use the text-davinci-003 model. You can view the source code here.
Demo
Enter a question for Chat GPT to try to answer and press the submit button.

After question answered from Chat GPT then the answer from Chat GPT is displayed.
