1 parent 4142824 commit 174ef3dCopy full SHA for 174ef3d
1 file changed
docs/api-reference.md
@@ -4,6 +4,8 @@ title: API Reference
4
5
## High Level API
6
7
+High-level Python bindings for llama.cpp.
8
+
9
::: llama_cpp.Llama
10
options:
11
members:
@@ -58,6 +60,8 @@ title: API Reference
58
60
59
61
## Low Level API
62
63
+Low-level Python bindings for llama.cpp using Python's ctypes library.
64
65
::: llama_cpp.llama_cpp
66
67
show_if_no_docstring: true
0 commit comments