langchain_community.llms.utils
.enforce_stop_tokens¶
- langchain_community.llms.utils.enforce_stop_tokens(text: str, stop: List[str]) str [source]¶
在文本中出现任何停止词时立即截断文本。
- 参数
text (str) –
stop (List[str]) –
- 返回类型
str