From aa74ca02fbae55bacae075e291f7c0ad0dadfcea Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 13 Sep 2023 16:09:19 -0700 Subject: [PATCH] update docs --- docs/my-website/docs/exception_mapping.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/my-website/docs/exception_mapping.md b/docs/my-website/docs/exception_mapping.md index 1f6067d4f..510e69aa1 100644 --- a/docs/my-website/docs/exception_mapping.md +++ b/docs/my-website/docs/exception_mapping.md @@ -21,6 +21,7 @@ For all 4 cases, the exception returned inherits from the original OpenAI Except ## usage ```python +from openai.error import OpenAIError from litellm import completion os.environ["ANTHROPIC_API_KEY"] = "bad-key"