-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting "Rate limit exceeded" too often for a low-consumption use case #7
Comments
what is your rate limit set to? we would keep a persistent websocket connection to OpenAI. it's not clear why it would consume more of your rate limit. |
Hi @davidzhao! What do you mean by my rate limits? LiveKit's or OpenAI's rate limits? After testing it more, I got a bit more information. I get those errors after interrupting the model several times. Maybe it's a LiveKit rate limit? I'm using the free plan for testing purposes. Doing the same on the OpenAI playground doesn't hit any of OpenAI's rate limits. |
@carloslfu is it solved? |
I haven't tried again, but maybe it was. I see the |
I'm getting rate-limited very often while testing a low-consumption use case. Doing this with https://github.com/openai/openai-realtime-console doesn't fire the rate limit. It's the same use case and volume (just one user). What could be happening under the hood? Maybe the LiveKit libraries do many extra calls?
The text was updated successfully, but these errors were encountered: