mirror of
https://github.com/abetlen/llama-cpp-python.git
synced 2023-09-07 17:34:22 +03:00
Add mkdocs
This commit is contained in:
23
docs/index.md
Normal file
23
docs/index.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# 🦙 Python Bindings for `llama.cpp`
|
||||
|
||||
Simple Python bindings for **@ggerganov's** [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
|
||||
This package provides:
|
||||
|
||||
- Low-level access to C API via `ctypes` interface.
|
||||
- High-level Python API for text completion
|
||||
- OpenAI-like API
|
||||
- LangChain compatibility
|
||||
|
||||
|
||||
## API Reference
|
||||
|
||||
::: llama_cpp.Llama
|
||||
options:
|
||||
members:
|
||||
- __init__
|
||||
- __call__
|
||||
show_root_heading: true
|
||||
|
||||
::: llama_cpp.llama_cpp
|
||||
options:
|
||||
show_if_no_docstring: true
|
||||
Reference in New Issue
Block a user