Hotfix — Beta 9.7.2
Bug Fixes
- AssemblyAI:
speech_modelsmust be sent as an array- AssemblyAI's API requires
speech_modelsto be a JSON array (e.g.["universal-3-pro"]), not a plain string — sending a string caused HTTP 400: "speech_models must be a non-empty list containing one or more of: universal-3-pro, universal-2" - Updated the Go request body to wrap the configured model in a string slice
- Updated the admin UI autocomplete to show the correct current model names:
universal-3-proanduniversal-2
- AssemblyAI's API requires
See CHANGELOG.md for the full history.