Probable-Futures / climate-change-assistant

An experimental LLM agent to help people understand climate change. Not ready for use in a production environment.
0 stars 1 forks source link

Add rate limiter to limit requests per user #12

Open MoustafaWehbe opened 10 months ago

MoustafaWehbe commented 10 months ago

There is already a rate limiter imposed by openai on the organization level. It depends on the tier we are in. Currently we are on the usage tier 1. More about this can be found here.

We need to consider error mitigating to avoid/recover from rate limiting errors