From c4f31c481ba88103822b5afe36c4eef6a44a05ab Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 1 Aug 2023 08:18:44 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3661df952..993309062 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,6 @@ Read the docs - https://litellm.readthedocs.io/en/latest/ 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 @@ -47,6 +41,12 @@ response = completion("chatgpt-test", messages, azure=True) # openrouter call response = completion("google/palm-2-codechat-bison", messages) ``` +Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing) + +Stable version +``` +pip install litellm==0.1.1 +``` # hosted version - [Grab time if you want access 👋](https://calendly.com/d/4mp-gd3-k5k/berriai-1-1-onboarding-litellm-hosted-version)