
    7|h                     6    d Z ddlZddlmZ dedee   defdZy)z&Common utility functions for LLM APIs.    N)Listtextstopreturnc                 V    t        j                  dj                  |      | d      d   S )z1Cut off the text as soon as any stop words occur.|   )maxsplitr   )resplitjoin)r   r   s     ]/var/www/html/test/engine/venv/lib/python3.12/site-packages/langchain_community/llms/utils.pyenforce_stop_tokensr      s"    88CHHTND15a88    )__doc__r   typingr   strr    r   r   <module>r      s,    , 	 9c 9c 9s 9r   