Daily updates from Odoo
Wednesday, September 17, 2025
1 change · master
Code cleanup and technical improvements
The AI transcription connection has been updated to use the stable OpenAI realtime transcription API. This helps keep voice transcription features compatible with OpenAI’s supported service and adds 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. Forward-Port-Of: odoo/enterprise#94574