UNPKG

@burncloud/inference

Version:

Typescript client for the Hugging Face Inference Providers and Inference Endpoints

9 lines 333 B
/** * Special case: provider configuration for a private models provider (Burncloud in this case). */ import { BaseConversationalTask } from "./providerHelper.js"; export declare class BurncloudConversationalTask extends BaseConversationalTask { constructor(); makeRoute(): string; } //# sourceMappingURL=burncloud.d.ts.map