From d3481189df4372d01ae342bcebe954257b37e1d0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 27 Dec 2023 17:30:37 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac605de2a..224fc7f5e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ LiteLLM manages: -``` +```shell pip install litellm ``` @@ -118,6 +118,11 @@ response = completion(model="gpt-3.5-turbo", messages=[{"role": "user", "content Track spend across multiple projects/people ## Quick Start Proxy - CLI + +```shell +pip install litellm[proxy] +``` + ### Step 1: Start litellm proxy ```shell $ litellm --model huggingface/bigcode/starcoder