diff --git a/docs/api-reference.md b/docs/api-reference.md index c6d76be..562410f 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -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