Ask a question to get started
Enter to sendā¢Shift+Enter new line
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
delete_through_llm( self, prompt: str, llm: LLM, stop: list[str] | None = None ) -> None