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
o Create AsyncIterableModelsWrapper that supports both usage patterns:
* Direct async iteration: async for m in client.models.list()
* Await then iterate: res = await client.models.list(); async for m in res
o Preserve all existing recording/replay functionality for other endpoints
Signed-off-by: Derek Higgins <[email protected]>
0 commit comments