curtjs / aidea

A programming idea generator that utilizes ChatGPT
https://www.codeaidea.io/
0 stars 0 forks source link

Add daily idea limiter #1

Closed curtjs closed 1 month ago

curtjs commented 1 month ago

Currently, users can generate an infinite number of ideas. Implementing a token limiter will prevent abuse.

curtjs commented 1 month ago

Rather than limiting the tokens, we can simply limit the number of ideas the user can generate. Generally, the ideas generated use around 200 tokens/request.