/AIPromptProject

Sample React Project Prompting AI from OPEN AI data.

Primary LanguageJavaScript

To run project

  1. Install node : npm install
  2. npm start to start react app

Open AI

  1. In the profile update component
    headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer ', }, Tag Authorization tag on fetch with your account's API.