From 6c596f4f5a8198a6b2448b4c3044a8d221b4b166 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Thu, 23 Mar 2023 16:00:10 -0400 Subject: [PATCH] Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4f7007..94eb5b3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # `llama.cpp` Python Bindings Simple Python bindings for @ggerganov's [`llama.cpp`](https://github.com/ggerganov/llama.cpp) library. +This package provides: -These bindings expose the low-level `llama.cpp` C API through a complete `ctypes` interface. -This module also exposes a high-level Python API that is more convenient to use and follows a familiar format. +- Low-level access to C API via `ctypes` interface +- High-level Python API for text completion inspired by OpenAI's API # Install