From 3213e85b7dbfe9d96928ab47dd4e1a6e9d437ce3 Mon Sep 17 00:00:00 2001 From: Kwindla Hultman Kramer Date: Sun, 2 Mar 2025 12:16:50 -0800 Subject: [PATCH] CHANGELOG.md entry for AzureRealtimeBetaLLMService --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4660d89..4c000939e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 OpenAI-compatible interface. Added foundational example `14o-function-calling-gemini-openai-format.py`. +- Added `AzureRealtimeBetaLLMService` to support Azure's OpeanAI Realtime API. Added + foundational example `19a-azure-realtime-beta.py`. + ## [0.0.58] - 2025-02-26 ### Added