Daily updates from Odoo
Friday, September 12, 2025
1 change · master
Code cleanup and technical improvements
The AI transcription connection has been updated to use OpenAI's stable realtime transcription API. This should improve long-term reliability and maintainability of voice transcription features, while adding clearer handling when unsupported AI providers are used.
Original PR description
This PR refactors the transcription connection to use the now stable version of the OpenAI realtime API for transcription. This also introduce typing for the realtime in the backend and errors when trying to use the LLMApiService with unsupported provider.