docs: Add headings to API reference
This commit is contained in:
parent
41428244f0
commit
174ef3ddf6
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,8 @@ title: API Reference
|
||||||
|
|
||||||
## High Level API
|
## High Level API
|
||||||
|
|
||||||
|
High-level Python bindings for llama.cpp.
|
||||||
|
|
||||||
::: llama_cpp.Llama
|
::: llama_cpp.Llama
|
||||||
options:
|
options:
|
||||||
members:
|
members:
|
||||||
|
@ -58,6 +60,8 @@ title: API Reference
|
||||||
|
|
||||||
## Low Level API
|
## Low Level API
|
||||||
|
|
||||||
|
Low-level Python bindings for llama.cpp using Python's ctypes library.
|
||||||
|
|
||||||
::: llama_cpp.llama_cpp
|
::: llama_cpp.llama_cpp
|
||||||
options:
|
options:
|
||||||
show_if_no_docstring: true
|
show_if_no_docstring: true
|
||||||
|
|
Loading…
Reference in a new issue