@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
4 lines • 305 B
TypeScript
import type { ChatCompletionInputMessage } from "../tasks/index.js";
import type { ModelDataMinimal } from "./types.js";
export declare function getModelInputSnippet(model: ModelDataMinimal, noWrap?: boolean, noQuotes?: boolean): string | ChatCompletionInputMessage[];
//# sourceMappingURL=inputs.d.ts.map