A talkative companion for your terminal adventures! This Node.js-powered ChatGPT chatbot brings AI-powered conversations right to your fingertips. Engage in dynamic and interactive exchanges with ease, making language exploration and conversational applications a breeze.
Get your OpenAI API key at https://platform.openai.com/account/api-keys
Create a file named .env
and add the following:
OPENAI_API_KEY=YOURKEY
Install dependencies:
npm Install
Run the bot:
npm start