Properties of a GroqConfig.

interface IGroqConfig {
    model?: null | string;
    secretNameApiKey?: null | string;
    temperature?: null | number;
    userPrompt?: null | string;
}

Implemented by

Properties

model?: null | string

GroqConfig model

secretNameApiKey?: null | string

GroqConfig secretNameApiKey

temperature?: null | number

GroqConfig temperature

userPrompt?: null | string

GroqConfig userPrompt