no context false for whisper models

This commit is contained in:
Beingpax 2025-03-20 19:37:42 +05:45
parent c6fbb1d6be
commit 61b2e1fdd9

View File

@ -73,7 +73,7 @@ actor WhisperContext {
params.translate = false
params.n_threads = Int32(maxThreads)
params.offset_ms = 0
params.no_context = true
params.no_context = false
params.single_segment = false
// Adjusted parameters to reduce hallucination