mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-01 22:43:53 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
[]()
|
||||
# Rate Limiter
|
||||
Limit the frequency of requests to prevent abuse
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
can you tell me what is a rate limiter?
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: A rate limiter is a software component that limits the number of requests or actions that a user or system can make within a given time period. It is commonly used to prevent abuse, protect against denial-of-service attacks, and manage resources fairly among multiple users.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user