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