Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 612 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 612 Bytes

GPT-3 Node Boilerplate

This is a simple boilerplate containing Node wrapper for OpenAI GPT-3 and Cheerio webscraper. Make sure you have Node compatible machine.

Clone repository
git clone https://github.com/nextgrid/GPT-3-Hackathon.git

Install packages
npm i

Files

gpt3.js
contain code for query OpenAI GPT-3 API. Run file with either node gpt3.js or npm run gpt3
https://beta.openai.com/docs/api-reference/introduction

cheerio.js
contain code for query OpenAI GPT-3 API. Run file with either node gpt3.js or npm run gpt3
https://github.com/cheeriojs/cheerio