Coding React ChatGPT Web App | Part 2: Setting Tone and Style
#chatgpt #coding #development #react #webdevelopment #openai
Recently I did a video about a React web app I developed that acts a chat bot using the ChatGPT API. In this video I am going to expand on this web app by adding system messages. System messages allow the Chat AI to be trained to respond in a certain style and tone. For example, as a friend, or as a cartoon character, or a philosopher. The data returned by the API should confirm to the style you have instructed the AI to use.
If you didn’t watch the previous video I recommend watching this to familiarize yourself with the code. I’ll be using the previous project as a starting point to this, so you can download it from the GitHub below. There is also a link to the GitHub repos for this video.
Link to Part 1 GitHub Repos:
https://github.com/indierevo/reactopenaichat1
Link to Part 2 GitHub Repos:
https://github.com/indierevo/reactopenaichat2