From 82baed2d4bd6ed48f9deec079ad7d17fd6cb1a53 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 24 Sep 2024 01:13:47 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9023502..b118e18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Llama Stack Python API library -[![PyPI version](https://img.shields.io/pypi/v/llama_stack.svg)](https://pypi.org/project/llama_stack_client/) +[![PyPI version](https://img.shields.io/pypi/v/llama_stack_client.svg)](https://pypi.org/project/llama_stack_client/) The Llama Stack Python library provides convenient access to the Llama Stack REST API from any Python 3.7+ application. The library includes type definitions for all request params and response fields,