@ashetm/ng-openai
Version:
``@ashetm/ng-openai`` is a wrapped library of ``openai`` for Angular.
12 lines (11 loc) • 572 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { OpenairootModule } from './openai-root.module';
import { TOpenaiConfiguration } from './openai.type';
import * as i0 from "@angular/core";
export declare class OpenaiModule {
constructor();
static forRoot(configuration: TOpenaiConfiguration): ModuleWithProviders<OpenairootModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<OpenaiModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<OpenaiModule, never, never, never>;
static ɵinj: i0.ɵɵInjectorDeclaration<OpenaiModule>;
}