(docs) fix exception mapping

This commit is contained in:
ishaan-jaff 2023-11-21 14:04:27 -08:00
parent e4f1e2b138
commit 34886a99cc

View file

@ -44,6 +44,7 @@ except openai.APITimeoutError as e:
## Usage - Catching Streaming Exceptions
```python
import litellm
try:
response = litellm.completion(
model="gpt-3.5-turbo",
messages=[