avp-rag-system / api /dependencies.py
BeefStewBibi's picture
add api and a chat interface in React
29ce3e6
raw
history blame contribute delete
120 Bytes
from slowapi import Limiter
from slowapi.util import get_remote_address
limiter = Limiter(key_func=get_remote_address)