Open carloslfu opened 1 month ago
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 @livekit/agents
dependency was updated. I'll try again as soon as I have some free time.
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?