Properties of a GroqConfig.

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

Implemented by

Properties

model?: string

GroqConfig model

secretNameApiKey?: string

GroqConfig secretNameApiKey

temperature?: number

GroqConfig temperature

userPrompt?: string

GroqConfig userPrompt