From dd8711dee1aceb06a5053819c8769a0eaf803068 Mon Sep 17 00:00:00 2001 From: Thu Nguyen Date: Thu, 6 Nov 2025 00:23:42 +0700 Subject: [PATCH] Added changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0beaeab2f..7c3b94838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 you cancel a task with `PipelineTask.cancel(reason="cancellation your reason")`. +- Added `include_prob_metrics` parameter to Whisper STT services to enable access + to probability metrics from transcription results. + +- Added utility functions `extract_whisper_probability()`, + `extract_openai_gpt4o_probability()`, and `extract_deepgram_probability()` to + extract probability metrics from `TranscriptionFrame` objects for Whisper-based, + OpenAI GPT-4o-transcribe, and Deepgram STT services respectively. + ### Fixed - Fixed `GeminiLiveLLMService` session resumption after a connection timeout.