From 740208d6434a1b8c3b04c2a5b7fb5966bbc852e4 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 31 Jul 2023 08:29:42 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 103282265..6521143cc 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ a simple & light 100 line package to call OpenAI, Azure, Cohere, Anthropic API E 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 ```