UNPKG

@huggingface/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

8 lines 296 B
/** * Special case: provider configuration for a private models provider (OpenAI in this case). */ import { BaseConversationalTask } from "./providerHelper"; export declare class OpenAIConversationalTask extends BaseConversationalTask { constructor(); } //# sourceMappingURL=openai.d.ts.map