From d36ed755cedbecb367cb5419570e9ad308e025c6 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 14 Aug 2025 17:34:35 -0400 Subject: [PATCH] fix: Move OpenAI retry changelog entry to the correct release --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bdaeb794..e8c2809ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `MistralLLMService`, using Mistral's chat completion API. +- For `OpenAILLMService` and its subclasses, added the ability to retry + executing a chat completion after a timeout period. The new args are + `retry_timeout_secs` and `retry_on_timeout`. This feature is disabled by + default. + ### Fixed - Fixed an issue where `AsyncAITTSService` had very high latency in responding @@ -28,11 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Gemini model can be prompted to insert styled speech to control the TTS output. -- For `OpenAILLMService` and its subclasses, added the ability to retry - executing a chat completion after a timeout period. The new args are - `retry_timeout_secs` and `retry_on_timeout`. This feature is disabled by - default. - - Added Exotel support to Pipecat's development runner. You can now connect using the runner with `uv run bot.py -t exotel` and an ngrok connection to HTTP port 7860.