Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 477 Bytes

Open AI Q&A

Ask questions about a context provided by you.

Installation

Git clone the repo. SSH:

git clone git@github.com:H7ioo/openai_q_and_a.git

Install the dependencies:

npm install

Usage

Provide context.docs OR context.txt file with the desired context. Create .env file and place your api key OPENAI_API_KEY=YOUR_API_HERE Run the app:

npm run start

Voila! It's ready for answering your questions.

Example