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
Sorry for the noob question. I couldn't get OpenAI's acreate method of Async work. So I found your package, but I don't know how this can be used to make N requests to the API at once, and stay below the rate limit. Can you please explain this?
The text was updated successfully, but these errors were encountered:
hey @taziksh this is not different, it just uses requests and asyncio instead of their native support. i developed it before they had native support for async 😄
Sorry for the noob question. I couldn't get OpenAI's
acreate
method of Async work. So I found your package, but I don't know how this can be used to makeN
requests to the API at once, and stay below the rate limit. Can you please explain this?The text was updated successfully, but these errors were encountered: