@gptp/core
Version:
Library to supercharge your use of large language models
11 lines (10 loc) • 324 B
TypeScript
import { ModelRequirements } from './types/ModelRequirements';
import { string_version } from './types/typeAliases';
/**
* The version of the PTP
*/
export declare const PTP_VERSION: string_version;
/**
* Default model requirements for the pipeline
*/
export declare const DEFAULT_MODEL_REQUIREMENTS: ModelRequirements;