Daily updates from Odoo
Tuesday, September 16, 2025
1 change
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 make unsupported AI provider setups fail more clearly, helping administrators identify configuration issues faster.
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.