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
Seems wholly reliant on x-ratelimit-remaining-requests, where the library relies on OpenAI's x-ratelimit-limit-tokens headers, since their remaining-requests and remaining-tokens values are cached for long periods and do not update.
The text was updated successfully, but these errors were encountered:
Rate limit headers don't behave exactly the same as OpenAI's API, no time to add right now, good first PR or will get to it later.
From Azure:
Seems wholly reliant on
x-ratelimit-remaining-requests
, where the library relies on OpenAI'sx-ratelimit-limit-tokens
headers, since theirremaining-requests
andremaining-tokens
values are cached for long periods and do not update.The text was updated successfully, but these errors were encountered: