mirror of
https://github.com/shirayu/whispering.git
synced 2025-02-16 10:35:16 +00:00
Improved debug log
This commit is contained in:
parent
f936bf4b5e
commit
528bf69ecb
1 changed files with 2 additions and 2 deletions
|
@ -247,8 +247,8 @@ class WhisperStreamingTranscriber:
|
|||
)
|
||||
result = results[0]
|
||||
logger.debug(
|
||||
f"Result: temperature={result.temperature}, no_speech_prob={result.no_speech_prob}, "
|
||||
f"avg_logprob={result.avg_logprob}"
|
||||
f"Result: temperature={result.temperature:.2f}, no_speech_prob={result.no_speech_prob:.2f}, "
|
||||
f"avg_logprob={result.avg_logprob:.2f}"
|
||||
)
|
||||
|
||||
if self.config.no_speech_threshold is not None:
|
||||
|
|
Loading…
Reference in a new issue