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
When running an async generator with the OpenAI SDK, I get this error: (realtime example)
ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-57' coro=<<async_generator_athrow without name>()> exception=RuntimeError('aclose(): asynchronous generator is already running')>
RuntimeError: aclose(): asynchronous generator is already running