From c9b4356ea609ab8056446648b754920b9dcdc231 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 13 Aug 2025 18:42:21 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74a9b739f..6ced4feab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,9 @@ 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 +- Added the ability to retry executing a chat completion after a timeout period + for `OpenAILLMService` and its subclasses, `AnthropicLLMService`, and + `AWSBedrockLLMService`. The LLM services accept new args: `retry_timeout_secs` and `retry_on_timeout`. This feature is disabled by default.