
    g3fi_                          d Z ddlmZmZ ddgZy)zBase abstraction and in-memory implementation of rate limiters.

These rate limiters can be used to limit the rate of requests to an API.

The rate limiters can be used together with `BaseChatModel`.
    )BaseRateLimiterInMemoryRateLimiterr   r   N)__doc__langchain_core.rate_limitersr   r   __all__     ^/var/www/auto_recruiter/arenv/lib/python3.12/site-packages/langchain/rate_limiters/__init__.py<module>r      s    N r	   