reactopenaichat1
PublicThis is the code for a React JS web app I developed recently. The app is a simple chat bot that uses the same API as ChatGPT, namely the OpenAI Chat API. The app takes a user message, POSTs it to the API, then displays the response. A conversation history gradually builds up between you and the ChatAI. You will need an API key from OpenAI.