docs: Add headings to API reference

This commit is contained in:
Andrei Betlen 2023-11-27 18:42:15 -05:00
parent 41428244f0
commit 174ef3ddf6

View file

@ -4,6 +4,8 @@ title: API Reference
## High Level API
High-level Python bindings for llama.cpp.
::: llama_cpp.Llama
options:
members:
@ -58,6 +60,8 @@ title: API Reference
## Low Level API
Low-level Python bindings for llama.cpp using Python's ctypes library.
::: llama_cpp.llama_cpp
options:
show_if_no_docstring: true