From 2847f9d75411fc8934b98bdd4f556f2f3a1092d8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 31 Jul 2023 07:58:10 -0700 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9937f89c3..2fd9caca0 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,16 @@ litellm manages: - translating inputs to completion and embedding endpoints - guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']` # usage +## installation +``` +pip install litellm +``` + +Stable version +``` +pip install litellm==0.1.1 +``` + * Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing) ```python from litellm import completion @@ -30,11 +40,6 @@ response = completion("command-nightly", messages) response = completion("chatgpt-test", messages, azure=True) ``` -# installation -``` -pip install litellm -``` - # hosted version - [Grab time if you want access 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)