Leon4gr45's picture
Upload folder using huggingface_hub (part 6)
6baa3af verified
Raw
History Blame Contribute Delete
305 Bytes
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