Ask a question to get started
Enter to sendā¢Shift+Enter new line
delete_through_llm( self, prompt: str, llm: LLM, stop: list[str
A wrapper around delete with the LLM being passed.
delete
In case the llm(prompt) calls have a stop param, you should pass it here.
stop