chore: stabilize current head before Phase 10a QC
This commit is contained in:
@@ -70,9 +70,7 @@ impl TranscriptionProvider for LocalProviderAdapter {
|
||||
.map(|c| c.sample_rate)
|
||||
.unwrap_or(magnotia_core::constants::WHISPER_SAMPLE_RATE),
|
||||
channels: local.map(|c| c.channels).unwrap_or(1),
|
||||
initial_prompt_supported: local
|
||||
.map(|c| c.supports_initial_prompt)
|
||||
.unwrap_or(false),
|
||||
initial_prompt_supported: local.map(|c| c.supports_initial_prompt).unwrap_or(false),
|
||||
language_hint_supported: true,
|
||||
streaming_supported: false,
|
||||
cost_class: CostClass::Free,
|
||||
|
||||
Reference in New Issue
Block a user