#Any success in getting a Rate Limit Increase?

6 messages · Page 1 of 1 (latest)

cosmic sage
#

We have a live beta coming up with customer brands after a lengthy development period, however our user study cycles have shown that we hit Rate Limits. We never received a response to our first rate limit increase submission form. I just submitted for the second time to OpenAI. Trying to contact support is impossible.

  1. Has anyone had any success in getting their rate limits increased?
  2. Has anyone gone to market successfully with OpenAI's chat offering and its rate limits? I cannot see how this can scale to 1000s of users concurrently with the limits they impose.
edgy blade
#

yes, use Gpt-index

cosmic sage
#

@edgy blade - hey thanks for the response. Can you point me to some docs on OpenAI / GPT-index? And how does this help with rate limiting specifically? Do you mean it reduced token size per request?

edgy blade
#

That use embedding model, thus split text to chunks and store, In this way, we can implement train functionality

cosmic sage
#

I see, thank you @edgy blade . Is there a specific GPT-index project you use that is compatible with OpenAI?

edgy blade
#

Yes, I have used that for my projects.