Type alias GenerativeAnthropicConfig
GenerativeAnthropicConfig: {
maxTokens?: number;
model?: string;
stopSequences?: string[];
temperature?: number;
topK?: number;
topP?: number;
}
Type declaration
Optional
maxTokens?: number
Optional
model?: string
Optional
stopSequences?: string[]
Optional
temperature?: number
Optional
topK?: number
Optional
topP?: number