UNPKG

@synthart/synthlite

Version:

A fast, lightweight Gen AI powered synthetic data generator written in TypeScript. 🌞

21 lines (20 loc) • 673 B
/** * * @file constants.ts * @author Aditya Patange (AdiPat) <contact.adityapatange@gmail.com> * @description Global constants for SynthLite. * @date January 2024 * @version 1.0.0 * @license Affero General Public License v3.0 * ✨ "Why be a king, when you can be a God?" — Eminem * */ export declare class Constants { static readonly DEFAULT_ROWS: number; static readonly CONSECUTIVE_NOOP_THRESHOLD: number; static readonly DEFAULT_BATCH_SIZE: number; static readonly DEFAULT_AI_MODEL: string; static readonly DEFAULT_ANTHROPIC_AI_MODEL: string; static readonly DEFAULT_AI_PROVIDER: string; static readonly GROQ_BASE_URL: string; }