8000 Update README.md · coderonion/llama-cpp-python@27a5649 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27a5649

Browse files
committed
Update README.md
1 parent 9af16b6 commit 27a5649

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# `llama.cpp` Python Bindings
1+
# 🦙 Python Bindings for `llama.cpp`
22

3-
Simple Python bindings for @ggerganov's [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
3+
Simple Python bindings for **@ggerganov's** [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library.
44
This package provides:
55

6-
- Low-level access to C API via `ctypes` interface
7-
- High-level Python API for text completion inspired by OpenAI's API
6+
- Low-level access to C API via `ctypes` interface.
7+
- High-level Python API for text completion
8+
- OpenAI-like API
9+
- Langchain compatibility
810

911
# Install
1012

0 commit comments

Comments
 (0)
0