Take a look at it here 👉 https://clippy-bot.vercel.app/
This is using OpenAI's free chatGPT 3.5 turbo API. It does have limitations and will expire by 10/14/23.
React, Javascript
Fun project creating a chatbot using GPT 3.5 turbo with the system that will explain things as Clippy, the Microsoft Office AssistantOptimized this to fit all screen sizes as best as possible. The goal was for the user to have a fluid experience on all their devices. Designed with mobile-first in mind.
npm install
-
Create a
.envfile and add the following askey = value -
API_KEY =
your openAI API key
npm start
