Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 916 Bytes

readme.md

File metadata and controls

40 lines (28 loc) · 916 Bytes

Clippy the chatbot seller powered by ChatGPT

Example usage

Demo

Environment vars

This project uses the following environment variables:

Name Description Default Value
OPENAI_API_KEY

Pre-requisites

Getting started

  • Clone the repository
git clone  https://github.com/sebas00/gpt3clippy.git
  • Install dependencies
cd <project_name>
npm install

Create an OPENAPI API key on the OpenAI Developer website
  • Build and run the project
npm start

Navigate to http://localhost:3000