Added new GPTs for Black Friday

This commit is contained in:
Your a
2023-11-23 13:00:36 +02:00
7697 changed files with 657492 additions and 69222 deletions
+16
View File
@@ -0,0 +1,16 @@
[![Rate Limiter](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/abstract/abs_5.png)]()
# 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.