Add temperature parameter to whisper

This commit is contained in:
Beingpax 2025-07-20 12:38:39 +05:45
parent bd97add074
commit 9ad090dcef

View File

@ -65,6 +65,7 @@ actor WhisperContext {
params.offset_ms = 0
params.no_context = true
params.single_segment = false
params.temperature = 0.2
whisper_reset_timings(context)