Type alias GenerativeCohereConfigCreate
GenerativeCohereConfigCreate: {
k?: number;
maxTokens?: number;
model?: string;
returnLikelihoods?: string;
stopSequences?: string[];
temperature?: number;
}
Type declaration
Optional k?: number
Optional maxTokens?: number
Optional model?: string
Optional returnLikelihoods?: string
Optional stopSequences?: string[]
Optional temperature?: number