From b0bdaa58832441de5cb7bbd191abbac33bcaa81a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Jul 2023 17:50:27 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0be5740b27..6c5a4a8913 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # litellm a simple, fast, 100 line package to call OpenAI, Azure, Cohere, Anthropic API Endpoints +litellm manages: +- translating inputs to completion and embedding endpoints +- guarantees consistent output, text responses will always be available at `['choices'][0]['message']['content']` # usage ```python