From fe32ddeabaabe94df9a6725d6350bbbd6d74fb80 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 14 Aug 2023 16:49:39 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be90151697..cc473babdc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ a light package to simplify calling OpenAI, Azure, Cohere, Anthropic, Huggingfac - 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/ \ Read the docs - https://docs.litellm.ai/docs/