o
    |qi                     @   s6   d Z ddlZddlmZ dedee defddZdS )	z&Common utility functions for LLM APIs.    N)Listtextstopreturnc                 C   s   t jd|| ddd S )z1Cut off the text as soon as any stop words occur.|   )maxsplitr   )resplitjoin)r   r    r   e/home/app/PaddleOCR-VL/.venv_paddleocr/lib/python3.10/site-packages/langchain_community/llms/utils.pyenforce_stop_tokens   s   r   )__doc__r	   typingr   strr   r   r   r   r   <module>   s    