From 3029e8a1978b3e1338accde89b53089b3af8d985 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 26 Dec 2023 12:29:44 +0530 Subject: [PATCH] Update README.md --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 0d04f91dd..2d807685b 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,7 @@ LiteLLM manages: [**Jump to OpenAI Proxy Docs**](https://github.com/BerriAI/litellm?tab=readme-ov-file#openai-proxy---docs) -# Installation 🚀 - +# Usage ([**Docs**](https://docs.litellm.ai/docs/)) > [!IMPORTANT] > LiteLLM v1.0.0 now requires `openai>=1.0.0`. Migration guide [here](https://docs.litellm.ai/docs/migration) @@ -46,8 +45,6 @@ LiteLLM manages: pip install litellm ``` -# Usage ([**Docs**](https://docs.litellm.ai/docs/)) - ```python from litellm import completion import os