-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
A single user shouldn't be able to blow our OpenAI budget. One straightforward way to do this would be to fail requests that are coming too fast—if the user's last request was too recent, we could fail it with a ratelimit HTTP error code. The client may need to be tweaked to handle this gracefully. This is a bit messy since we don't have clean user tracking right now.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels