From f4be84c12210f7075d07e6804b8713bab989b6ba Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 22 Dec 2023 14:40:44 -0500 Subject: [PATCH] Fix typo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b07f449..97fe6e1 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,12 @@ This package provides: - [Function Calling support](https://llama-cpp-python.readthedocs.io/en/latest/server/#function-calling) - [Vision API support](https://llama-cpp-python.readthedocs.io/en/latest/server/#multimodal-models) - [Multiple Models](https://llama-cpp-python.readthedocs.io/en/latest/server/#configuration-and-multi-model-support) + Documentation is available at [https://llama-cpp-python.readthedocs.io/en/latest](https://llama-cpp-python.readthedocs.io/en/latest). + ## Installation `llama-cpp-python` can be installed directly from PyPI as a source distribution by running: