Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 551 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 551 Bytes

ChatGPT Terminal Chatbot

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.

Usage

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