Rate limit at 60 calls per minute
Hi,
I saw the API is running into a rate limit on OpenAI's service. You might want to implement rate limiting on your backend or an API key service.
I'm more than happy to help with that, I'll just need access to the codebase. Regards
I am going to soon run out of money for this project. I think we should bring the backend to the extension it self and ask people for their API key. Not that hard, Should I do that? 😅
Hi @VaibhavAcharya,
Sorry for the late reply, but yes we can use their API key. Alternatively we can pool a few of our API keys on the backend. We can also use a smaller generator than Davinci since it costs a lot.
I don't mind helping to solve this