Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 21abefa

Browse filesBrowse files
committed
docs: Add grammar and types to api reference
1 parent 6aab77d commit 21abefa
Copy full SHA for 21abefa

File tree

Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+12
-0
lines changed

‎docs/api-reference.md

Copy file name to clipboardExpand all lines: docs/api-reference.md
+12Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ title: API Reference
2626
- token_eos
2727
show_root_heading: true
2828

29+
::: llama_cpp.LlamaGrammar
30+
options:
31+
members:
32+
- from_string
33+
- from_json_schema
34+
2935
::: llama_cpp.LlamaCache
3036
options:
3137
show_root_heading: true
@@ -68,3 +74,9 @@ title: API Reference
6874
# filter only members starting with `LLAMA_`
6975
filters:
7076
- "^LLAMA_"
77+
78+
## Misc
79+
80+
::: llama_cpp.llama_types
81+
options:
82+
show_if_no_docstring: true

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.