interface WebLLMInputs {
    model: string;
    appConfig?: any;
    chatOptions?: any;
    temperature?: number;
}

Hierarchy (view full)

Properties

model: string
appConfig?: any
chatOptions?: any
temperature?: number

Generated using TypeDoc