interface AITextSessionOptions {
    temperature: number;
    topK: number;
}

Properties

Properties

temperature: number
topK: number