We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876817a commit f0cc6efCopy full SHA for f0cc6ef
README.md
@@ -362,8 +362,8 @@ client.with_options(max_retries=5).chat.chat(
362
363
### Timeouts
364
365
-By default, requests time out after three minutes. You can configure this with a `timeout` option,
366
-which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/#fine-tuning-the-configuration) object:
+By default requests time out after three minutes. You can configure this with a `timeout` option,
+which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
367
368
```python
369
import httpx
0 commit comments