From 7013343bf0547edb60820025441275b4bde9477a Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 4 Dec 2024 10:10:55 -0500 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c449d450c..4f08c2e6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- `GroqLLMService` and `GrokLLMService` for Groq and Grok API integration, with + OpenAI-compatible interface +- New examples demonstrating function calling with Groq and Grok + + - `14f-function-calling-groq.py` + - `14g-function-calling-grok.py` + - In order to obtain the audio stored by the `AudioBufferProcessor` you can now also register an `on_audio_data` event handler. The `on_audio_data` handler will be called every time `buffer_size` (a new constructor argument) is