From 452929404fc407b060f87d6bddee4c6eb36c84dc Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Mon, 26 Jun 2023 16:35:38 -0400 Subject: [PATCH] Updated docs link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e62f3d..bd2e778 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🦙 Python Bindings for `llama.cpp` -[![Documentation](https://img.shields.io/badge/docs-passing-green.svg)](https://abetlen.github.io/llama-cpp-python) +[![Documentation Status](https://readthedocs.org/projects/llama-cpp-python/badge/?version=latest)](https://llama-cpp-python.readthedocs.io/en/latest/?badge=latest) [![Tests](https://github.com/abetlen/llama-cpp-python/actions/workflows/test.yaml/badge.svg?branch=main)](https://github.com/abetlen/llama-cpp-python/actions/workflows/test.yaml) [![PyPI](https://img.shields.io/pypi/v/llama-cpp-python)](https://pypi.org/project/llama-cpp-python/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/llama-cpp-python)](https://pypi.org/project/llama-cpp-python/) @@ -15,7 +15,7 @@ This package provides: - OpenAI-like API - LangChain compatibility -Documentation is available at [https://abetlen.github.io/llama-cpp-python](https://abetlen.github.io/llama-cpp-python). +Documentation is available at [https://llama-cpp-python.readthedocs.io/en/latest](https://llama-cpp-python.readthedocs.io/en/latest). ## Installation from PyPI (recommended)