0.5.2 • Published 9 months ago

@webeleon/nestjs-openai v0.5.2

Weekly downloads
-
License
lgpl-3.0
Repository
github
Last release
9 months ago

NestJS module for openAI

Coverage Status npm version

Installation

$ npm install @webeleon/nestjs-openai

Usage

In the root module

import { OpenAiModule, Models } from "@webeleon/nestjs-openai";

@Module({
  imports: [
    OpenAiModule.forRoot({
      apiKey: 'YOUR_OPEN_AI_API_KEY',
      model: Models.GPT4
    })
  ],
})
class AppModule {}

Useful links

API DOC julien@webeleon

0.5.2

9 months ago

0.5.1

9 months ago

0.5.0

9 months ago

0.4.0

10 months ago

0.3.0

10 months ago

0.2.0

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

11 months ago

0.0.5

12 months ago