fix(OpenAiProvider): Corrected audio model ID in OpenAiProvider

This commit is contained in:
2025-02-25 19:15:32 +00:00
parent 5b3a93a43a
commit de2a60d12f
4 changed files with 31 additions and 8 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-25 - 0.5.1 - fix(OpenAiProvider)
Corrected audio model ID in OpenAiProvider
- Fixed audio model identifier from 'o3-mini' to 'tts-1-hd' in the OpenAiProvider's audio method.
- Addressed minor code formatting issues in test suite for better readability.
- Corrected spelling errors in test documentation and comments.
## 2025-02-25 - 0.5.0 - feat(documentation and configuration)
Enhanced package and README documentation