diff --git a/src/pipecat/services/whisper/utils.py b/src/pipecat/services/whisper/utils.py index 5d685d459..1d8c84897 100644 --- a/src/pipecat/services/whisper/utils.py +++ b/src/pipecat/services/whisper/utils.py @@ -4,6 +4,8 @@ # SPDX-License-Identifier: BSD 2-Clause License # +"""Utility functions for extracting probability metrics from Whisper-based STT services.""" + import math from typing import Optional