UNPKG

chatgpt-fine-tuning

Version:
7 lines (6 loc) 171 B
export default interface IFineTuningRowElement { role: "system" | "assistant" | "user"; content: string; weight?: 0 | 1; setWeight(weight: 0 | 1): void; }