diff --git a/README.md b/README.md index 6f87246470..f19c382ea5 100644 --- a/README.md +++ b/README.md @@ -697,6 +697,7 @@ By default requests time out after 10 minutes. You can configure this with a `ti which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object: ```python +import httpx from openai import OpenAI # Configure the default for all requests: