diff --git a/README.md b/README.md index 993309062..a073c0ae7 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 ```