GitXplorerGitXplorer
r

node-gpt-repl

public
13 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
884870dac79883845cb7b5c8b9e5dbaccd1cdd95

LICENSE

rroryrjb committed 2 years ago
Verified
652eddf37b3e11ca9075e69679ae9ab56031cc95

v1.0.2

rroryrjb committed 2 years ago
Verified
5de7d0e88fe77c3fb689b2b143cd42a05418208a

More typos

rroryrjb committed 2 years ago
Verified
5d505ce01aa47d9d86ec1384665efb59e5711234

Remove test dependency

rroryrjb committed 2 years ago
Verified
1f337398aee1f6d237ecb0439a2a4cab375a9bba

README and code comment

rroryrjb committed 2 years ago
Verified
c93a1cec88283b000c87f1d889e15fed4ab03e77

Typo

rroryrjb committed 2 years ago

README

The README file for this repository.

node-gpt-repl

About

node-gpt(1) is a Node.js REPL with built-in GPT3 completion and auto-npm install on require() so you can experiment at the speed of thought!

Installation

$ npm install -g node-gpt-repl

Usage

Get an OpenAI API key and expose it in your environment:

export OPENAI_API_KEY=xxxxxxxxxxxx

In your terminal:

$ node-gpt

As you can see from the demo below the results are pretty crappy at the moment, but I think the idea is solid. Contributions welcome!

Demo