Simple chat bot. Using OpenID api.
To make the application work, you need to generate your own API key. To do this, go to this page https://platform.openai.com/docs/overview, register and log in, and then on this page https://platform.openai.com/settings/organization/api-keys, create a new secret key. Paste the generated secret into the appsettings.json file in the OpenAI -> ApiKey section.
I did not leave my key in the repository because requests to OpenAI are paid.
