Coding React ChatGPT Web App | Part 3: Setting the Subject
#chatgpt #coding #development #react #webdevelopment #openai
This is the third video in a series I have been doing on how to integrate the OpenAI Chat API into a React web app. The first video showed how to get started with the API and hold a simple conversation; the second video built on this by adding tone and style to the conversation; in this video I am going to further develop the app by adding context, or to put it another way, setting a subject for the conversation. I will also be adding a conversation history so that previous interactions with the AI will be used to create a richer and more realistic type of conversation.
Part 3 GitHub Repos:
https://github.com/indierevo/reactopenaichat3
Part 2 GitHub Repos:
https://github.com/indierevo/reactopenaichat2
Part 1 GitHub Repos:
https://github.com/indierevo/reactopenaichat1