1.5.0 • Published 12 months ago

easygptjs v1.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

easygptjs

EasyGPT provides free access to text generation models, now in JavaScript!

No API key required.

Installation

npm install easygptjs

Usage

import EasyGPT35 from "easygptjs";

// No API key required.
const openai = new EasyGPT35();

async function main() {
  const chatCompletion = await openai.chat.completions.create("Hello world!");
  console.log(chatCompletion);
}

main();
1.2.0

12 months ago

1.1.0

12 months ago

1.0.9

12 months ago

1.5.0

12 months ago

1.4.0

12 months ago

1.3.0

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.0

12 months ago