docs: Fix API Reference page

This commit is contained in:
Andrei Betlen 2023-11-22 23:45:02 -05:00
parent b6bb7ac76a
commit e349f314b4

View file

@ -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
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_"