8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bb7ac commit e349f31Copy full SHA for e349f31
docs/api-reference.md
@@ -2,6 +2,8 @@
2
title: API Reference
3
---
4
5
+## High Level API
6
+
7
::: llama_cpp.Llama
8
options:
9
members:
@@ -48,6 +50,21 @@ title: API Reference
48
50
49
51
show_root_heading: true
52
53
+## Low Level API
54
55
+::: llama_cpp.llama_cpp
56
+ options:
57
+ show_if_no_docstring: true
58
+ # filter only members starting with `llama_`
59
+ filters:
60
+ - "^llama_"
61
62
::: llama_cpp.llama_cpp
63
- show_if_no_docstring: true
64
65
+ show_root_heading: false
66
+ show_root_toc_entry: false
67
+ heading_level: 4
68
+ # filter only members starting with `LLAMA_`
69
70
+ - "^LLAMA_"
0 commit comments