Update README.md
This commit is contained in:
parent
9af16b63fd
commit
27a5649cde
1 changed files with 6 additions and 4 deletions
10
README.md
10
README.md
|
@ -1,10 +1,12 @@
|
||||||
# `llama.cpp` Python Bindings
|
# 🦙 Python Bindings for `llama.cpp`
|
||||||
|
|
||||||
Simple Python bindings for @ggerganov's [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
|
Simple Python bindings for **@ggerganov's** [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
|
||||||
This package provides:
|
This package provides:
|
||||||
|
|
||||||
- Low-level access to C API via `ctypes` interface
|
- Low-level access to C API via `ctypes` interface.
|
||||||
- High-level Python API for text completion inspired by OpenAI's API
|
- High-level Python API for text completion
|
||||||
|
- OpenAI-like API
|
||||||
|
- Langchain compatibility
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue