From fce4cfba156e241e3e7ef7c4bf2b2cbc4910e5c9 Mon Sep 17 00:00:00 2001 From: laurent Date: Fri, 5 Dec 2025 10:46:01 +0100 Subject: [PATCH] Changelog update. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3819cb5e3..a7bcfcd4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ensures all function calls complete before returning results to the LLM (i.e., before running a new inference with those results). +- Added new Gradium services, `GradiumSTTService` and `GradiumTTSService`, for + speech-to-text and text-to-speech functionality using Gradium's API. + ### Changed - Updated `AICFilter` to use Quail STT as the default model