From 4578f820560e7231ecf94192ccdf30487c4abb12 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 24 Aug 2023 08:28:35 -0700 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8dd8ee3e3..680e89b0c 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,18 @@ Open In Colab +

+ 100+ Supported Models | + Docs | + Demo Website +

LiteLLM manages - translating inputs to the provider's completion and embedding endpoints - guarantees [consistent output](https://litellm.readthedocs.io/en/latest/output/), text responses will always be available at `['choices'][0]['message']['content']` - exception mapping - common exceptions across providers are mapped to the [OpenAI exception types](https://help.openai.com/en/articles/6897213-openai-library-error-types-guidance) # usage -None -Demo - https://litellm.ai/playground -Docs - https://docs.litellm.ai/docs/ **Free** Dashboard - https://docs.litellm.ai/docs/debugging/hosted_debugging ## Quick Start