From e349f314b490cdf041a4579a3a6885fbe42a831f Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Wed, 22 Nov 2023 23:45:02 -0500 Subject: [PATCH] docs: Fix API Reference page --- docs/api-reference.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) 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_"