update docs

This commit is contained in:
Krrish Dholakia 2023-09-13 16:09:19 -07:00
parent cd81841705
commit aa74ca02fb

View file

@ -21,6 +21,7 @@ For all 4 cases, the exception returned inherits from the original OpenAI Except
## usage ## usage
```python ```python
from openai.error import OpenAIError
from litellm import completion from litellm import completion
os.environ["ANTHROPIC_API_KEY"] = "bad-key" os.environ["ANTHROPIC_API_KEY"] = "bad-key"