From 11aa9c9e682eda10353d48f1c16bf19a98fa472c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Fri, 5 Dec 2025 08:34:07 -0800 Subject: [PATCH] update CHANGELOG, remove wait_for_all --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0693972c..b7c7d8d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated the default AsyncAI TTS model to `asyncflow_multilingual_v1.0` for improved accuracy and broader language coverage. -- Added `wait_for_all` argument to the base `LLMService`. When enabled, this - 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.