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 9af16b6 commit 27a5649Copy full SHA for 27a5649
README.md
@@ -1,10 +1,12 @@
1
-# `llama.cpp` Python Bindings
+# 🦙 Python Bindings for `llama.cpp`
2
3
-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.
4
This package provides:
5
6
-- Low-level access to C API via `ctypes` interface
7
-- High-level Python API for text completion inspired by OpenAI's API
+- Low-level access to C API via `ctypes` interface.
+- High-level Python API for text completion
8
+ - OpenAI-like API
9
+ - Langchain compatibility
10
11
# Install
12
0 commit comments