Skip to content

Commit 3517a3d

Browse files
docs(client): fix httpx.Timeout documentation reference
1 parent d7920f1 commit 3517a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ client.with_options(max_retries=5).agents.create(
241241
### Timeouts
242242

243243
By default requests time out after 1 minute. You can configure this with a `timeout` option,
244-
which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/#fine-tuning-the-configuration) object:
244+
which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
245245

246246
```python
247247
from contextual import ContextualAI

0 commit comments

Comments
 (0)