0.1.5 • Published 11 months ago

gpt-repl v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Node.js REPL Integrated with GPT

Automated Tests

Use GPT to write code directly into a Node.js REPL.

Proceed with caution!

Yes, this could totally be dangerous. So don't give it root privileges and then ask it to destroy your system or it might oblige you.

Demo

asciicast

Prerequisites

  1. An OpenAI API key
  2. Node.js and npm

Getting Started

  • Install with npm i -g gpt-repl
  • Setup OPENAI_API_KEY environment variable
  • Start the REPL with gpt-repl
  • Ask GPT for help with .gpt sum an array of numbers

REPL Features

This tool is built on top of Node's built-in repl module.

For more information about it's features, see the official documentation.

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago