From dc23770f0a8c9cc57b4df2edf15b5d330b6af6df Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 1 Aug 2023 08:19:24 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 993309062b..a073c0ae7f 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,11 @@ litellm manages: - translating inputs to completion and embedding endpoints - guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']` -Read the docs - https://litellm.readthedocs.io/en/latest/ # usage -## installation + +Read the docs - https://litellm.readthedocs.io/en/latest/ + +## quick start ``` pip install litellm ```