Closed curtjs closed 1 month ago
Currently, users can generate an infinite number of ideas. Implementing a token limiter will prevent abuse.
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.
Currently, users can generate an infinite number of ideas. Implementing a token limiter will prevent abuse.