From def1cf1548c879d35a997aaaa9856d155cc6946b Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 2 Sep 2025 16:04:41 -0400 Subject: [PATCH] Update CHANGELOG with entry about expanded support among LLM services for new universal `LLMContext` --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3969560..fe68d5f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Expanded support for universal `LLMContext` to more LLM services. Using the + universal `LLMContext` and associated `LLMContextAggregatorPair` is a + pre-requisite for using `LLMSwitcher` to switch between LLMs at runtime. + Here are the newly-supported services: + + - Azure + - Cerebras + - Deepseek + - Fireworks AI + - Google Vertex AI + - Grok + - Groq + - Mistral + - NVIDIA NIM + - Ollama + - OpenPipe + - OpenRouter + - Perplexity + - Qwen + - SambaNova + - Together.ai + - Added support for WhatsApp User-initiated Calls. - Added new audio filter `AICFilter`, speech enhancement for improving VAD/STT