Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 217 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 217 Bytes

A basic CLI chatbot using the OpenAI API

To get started:

  • Ensure you have OpenAI API pay-as-you-go access
  • Create an .env file with the following contents:
OPENAI_API_KEY=<your key>
  • Run npm run start