prompt_cleaning =============== .. py:module:: prompt_cleaning Overview -------- .. list-table:: Function :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`cleanse_llm_keywords `\ (input) - cleanse a text usually provided by an LLM so that it can be consumed Functions --------- .. py:function:: cleanse_llm_keywords(input) cleanse a text usually provided by an LLM so that it can be consumed downstream for video generation :param input: The text to cleanse :returns: The cleansed text