Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 618 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 618 Bytes

OpenAI-Tool

Custom AI - Tool Developed using OpenAI, live deployment can be found here

Screenshot 2023-09-25 at 18 27 16

Run as Dev:

  1. Download or Clone Repo
  2. Cd into server
  3. Create a .env file with the variable 'API_KEY' and fill in your own key that can be accessed from OpenAI
  4. Run 'npm install' followed by 'npm start' in terminal
  5. Cd into client
  6. Run 'npm install' followed by 'npm run dev' in terminal