From 9eafa78f758e41400b8e64f70e6a3c18987e2065 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 26 Aug 2023 06:11:45 -0700 Subject: [PATCH] update docs --- docs/my-website/docs/exception_mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/exception_mapping.md b/docs/my-website/docs/exception_mapping.md index 664eab80a..7710c933a 100644 --- a/docs/my-website/docs/exception_mapping.md +++ b/docs/my-website/docs/exception_mapping.md @@ -33,7 +33,7 @@ To see how it's implemented - [check out the code](https://github.com/BerriAI/li **Note** For OpenAI and Azure we return the original exception (since they're of the OpenAI Error type). But we add the 'llm_provider' attribute to them. [See code](https://github.com/BerriAI/litellm/blob/a42c197e5a6de56ea576c73715e6c7c6b19fa249/litellm/utils.py#L1221) -| Original LLM Provider | Initial Status Code / Initial Error Message | Returned Exception | Returned Status Code | +| LLM Provider | Initial Status Code / Initial Error Message | Returned Exception | Returned Status Code | |----------------------|------------------------|-----------------|-----------------| | Anthropic | 401 | AuthenticationError | 401 | | Anthropic | Could not resolve authentication method. Expected either api_key or auth_token to be set. | AuthenticationError | 401 |