1.3.8 • Published 6 months ago

bozo-gpt v1.3.8

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

OpenAI Service

Install

npm i "../path/to/openai-service"

Usage

import * as dotenv from "dotenv";
import { OpenAIService } from "openai-service";

dotenv.config();

const openAIService = new OpenAIService(process.env.OPENAI_API_KEY!);

async function main() {
  await openAIService.streamCompletion("Hello my dude");
}

main();
1.3.8

6 months ago

1.3.6

6 months ago

1.3.5

6 months ago

1.3.3

6 months ago

1.3.1

6 months ago

1.3.2

6 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.1.6

7 months ago

1.1.4

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago