Ask a question to get started
Enter to send•Shift+Enter new line
Save the LLM.
save( self, file_path: Path | str, ) -> None
Example:
llm.save(file_path="path/llm.yaml")
file_path
Path | str
Path to file to save the LLM to.