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 6aab77d commit 21abefaCopy full SHA for 21abefa
docs/api-reference.md
@@ -26,6 +26,12 @@ title: API Reference
26
- token_eos
27
show_root_heading: true
28
29
+::: llama_cpp.LlamaGrammar
30
+ options:
31
+ members:
32
+ - from_string
33
+ - from_json_schema
34
+
35
::: llama_cpp.LlamaCache
36
options:
37
@@ -68,3 +74,9 @@ title: API Reference
68
74
# filter only members starting with `LLAMA_`
69
75
filters:
70
76
- "^LLAMA_"
77
78
+## Misc
79
80
+::: llama_cpp.llama_types
81
82
+ show_if_no_docstring: true
0 commit comments