interface GoogleGeminiChatCompletionRequest {
    model: string;
    stream?: boolean;
}

Hierarchy (view full)

Properties

Properties

model: string
stream?: boolean