Spaces:
Running
Running
| from slowapi import Limiter | |
| from slowapi.util import get_remote_address | |
| limiter = Limiter( | |
| key_func=get_remote_address, | |
| default_limits=["100/minute"] | |
| ) |
| from slowapi import Limiter | |
| from slowapi.util import get_remote_address | |
| limiter = Limiter( | |
| key_func=get_remote_address, | |
| default_limits=["100/minute"] | |
| ) |