openai: add retry logic to get_chat_completions()

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-21 20:56:12 -08:00
parent af45c170b5
commit ca84e665aa
8 changed files with 17 additions and 1 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added retry logic to `get_chat_completions()` fo all OpenAI-based LLM
services.
- Added new log observers `LLMLogObserver` and `TranscriptionLogObserver` that
can be useful for debugging your pipelines.