xmliszt / taboo-ai

Learn English vocabulary while having fun playing a game with intelligent chat AI. Train to use clear English expression and descriptive phrases to trick the AI into saying the target guess word. Taboo AI is both fun and educational, allowing you to gain knowledge, practice english expression, memorise more vocabs, and simply have fun!

Home Page:https://taboo-ai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Rate Limiter with Edge runtime

xmliszt opened this issue · comments

The old way of implementing rate limiter using LRU-CACHE requires NodeJS API which is not supported by Vercel Edge runtime. Alternative solution is required in order to set up rate limiter for APIs.

Here is one useful reference: https://medium.com/@tqmvt/rate-limiting-your-next-js-app-with-vercel-edge-6ac8fff95ee5