458 B
458 B
- Changed the default OpenAI Realtime input audio transcription model from
gpt-4o-transcribetogpt-realtime-whisperfor bothOpenAIRealtimeSTTServiceandOpenAIRealtimeLLMService. The new model does not accept thepromptparameter; if a prompt is supplied alongsidegpt-realtime-whisper, it is dropped automatically and a warning is logged. To keep using prompt hints, explicitly pinmodel="gpt-4o-transcribe"(or"gpt-4o-mini-transcribe").