UNPKG

@ashetm/ng-openai

Version:

``@ashetm/ng-openai`` is a wrapped library of ``openai`` for Angular.

4 lines (3 loc) 193 B
import { InjectionToken } from "@angular/core"; import { AOpenaiConfiguration } from "./openai.class"; export declare const OPENAI_TOKEN_CONFIGURATION: InjectionToken<AOpenaiConfiguration>;