diff --git a/docs/api-reference.md b/docs/api-reference.md index 1290cad..2bc3fe5 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -2,6 +2,8 @@ title: API Reference --- +## High Level API + ::: llama_cpp.Llama options: members: @@ -48,6 +50,21 @@ title: API Reference options: show_root_heading: true +## Low Level API + ::: llama_cpp.llama_cpp options: - show_if_no_docstring: true \ No newline at end of file + show_if_no_docstring: true + # filter only members starting with `llama_` + filters: + - "^llama_" + +::: llama_cpp.llama_cpp + options: + show_if_no_docstring: true + show_root_heading: false + show_root_toc_entry: false + heading_level: 4 + # filter only members starting with `LLAMA_` + filters: + - "^LLAMA_"