Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 706 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 706 Bytes

Coding Nexus ChatBot

Coding Nexus ChatBot uses the OpenAI API to create a chatbot.

Installation

Get your API key from OpenAI and paste the key into the api/.env file

Use the package manager npm to install the required packages.

cd api
npm i

Usage

cd api
node .

Tutorials

API Tutorial - Create a Chatbot API with OpenAI in less than 7 minutes

App Tutorial - Create a Chatbot with OpenAI

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.