From 7649b34d5f8d180718cad0f258d0b80c2c120402 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Jul 2023 17:47:14 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 210d6a195b..0be5740b27 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ response = completion("command-nightly", messages) response = completion("chatgpt-test", messages, azure=True) ``` +# installation +``` +pip install litellm +```