o
    Zh                     @   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   U/var/www/html/lang_env/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    