ElevenLabsConfig constructor
const
ElevenLabsConfig({})
Implementation
const ElevenLabsConfig({
required this.apiKey,
this.baseUrl = ProviderDefaults.elevenLabsBaseUrl,
this.voiceId,
this.model,
this.timeout,
this.stability,
this.similarityBoost,
this.style,
this.useSpeakerBoost,
LLMConfig? originalConfig,
}) : _originalConfig = originalConfig;