From 3486d63ef6709ae4a5df3840dd3a621210a03fb7 Mon Sep 17 00:00:00 2001 From: Thu Nguyen Date: Wed, 5 Nov 2025 13:30:49 +0700 Subject: [PATCH] Add docs --- src/pipecat/services/whisper/utils.py | 2 ++ 1 file changed, 2 insertions(+) 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