You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNotFoundError: No module named 'openai.types.beta.realtime.conversation_item_input_audio_transcription_completed_event'
I have following Dependencies installed:
dependencies = [
"openai-agents==0.2.7",
]
Previously I also installed that latest version of openAI-agents but I faced the same issue that's why I thought to degrade the version but the error is still same.