code-gpt icon indicating copy to clipboard operation
code-gpt copied to clipboard

Rate limit at 60 calls per minute

Open Stoffberg opened this issue 3 years ago • 2 comments

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

Stoffberg avatar Feb 13 '23 09:02 Stoffberg

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? 😅

Capture

VaibhavAcharya avatar Feb 14 '23 13:02 VaibhavAcharya

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

Stoffberg avatar Feb 21 '23 05:02 Stoffberg