Sample React Project Prompting AI from OPEN AI data.
JavaScript
To run project
Install node : npm install
npm start to start react app
Open AI
In the profile update component
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer ',
},
Tag Authorization tag on fetch with your account's API.