cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.3k stars 489 forks source link

[Feature Request] API key rotation #133

Open ovosimpatico opened 1 year ago

ovosimpatico commented 1 year ago

It seems like a free GPT API has a rate limit of 3 requests per minute.

Now that the API can be set server-side, we should be able to have multiple API keys stored on the server, and it tracks the use of each one and balances it out, so users are not rate-limited.

Seems like this GPT frontend has this feature already, I'd love it being a feature here :D