Merge pull request #4152 from vpalmisano/vpalmisano-patch-1

Fix audio transcript check in base_llm.py
This commit is contained in:
Filipi da Silva Fuchter
2026-03-27 08:34:15 -04:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

1
changelog/4152.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed a crash in OpenAI LLM processing when the provider returns `chunk.choices[0].delta.audio = None`, which caused `'NoneType' object has no attribute 'get'` errors during audio transcript handling.