services(openai): send LLMResponseStartFrame for each completion

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-17 17:47:33 -07:00
parent 0e8c7a9b28
commit 2b8f1c4cda
5 changed files with 11 additions and 9 deletions

View File

@@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added initial interruptions support.
- Added initial interruptions support. The assitant contexts (or aggregators)
should now be placed after the output transport. This way, only the completed
spoken context is added to the assistant context.
- Added `VADParams` so you can control voice confidence level and others.