services(openai): rename OpenAILLMServiceRealtimeBeta to OpenAIRealtimeBetaLLMService

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-16 10:19:00 -07:00
parent 4075b19f7c
commit edd44cc181
7 changed files with 255 additions and 225 deletions

View File

@@ -5,6 +5,13 @@ All notable changes to **Pipecat** will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Renamed `OpenAILLMServiceRealtimeBeta` to `OpenAIRealtimeBetaLLMService` to
match other services.
## [0.0.45] - 2024-10-16
### Changed