services(azure): cancel tasks when interrupted and ignore incoming transcriptions

This commit is contained in:
Aleix Conchillo Flaqué
2024-06-25 10:54:56 -07:00
parent 64198313c6
commit 38aee7d8f2
2 changed files with 44 additions and 3 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed an issue with asynchronous STT services (Deepgram and Azure) that could
cause static audio issues and interruptions to not work properly when dealing
with multiple LLMs sentences.
- Fixed an issue that could mix new LLM responses with previous ones when
handling interruptions.