From 271c951763bd942fc36b25f804f5fdd3e668127f Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Jul 2023 22:17:33 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdad7ea3dc..9e64901fe9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # litellm +[![](https://dcbadge.vercel.app/api/server/wuPM9dRgDw)](https://discord.gg/wuPM9dRgDw) a simple & light 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 - +* [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing) ```python from litellm import completion