Coding Nexus ChatBot uses the OpenAI API to create a chatbot.
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
cd api
node .
API Tutorial - Create a Chatbot API with OpenAI in less than 7 minutes
App Tutorial - Create a Chatbot with OpenAI
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.