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 d7920f1 commit 3517a3dCopy full SHA for 3517a3d
README.md
@@ -241,7 +241,7 @@ client.with_options(max_retries=5).agents.create(
241
### Timeouts
242
243
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:
+which accepts a float or an [`httpx.Timeout`](https://www.python-httpx.org/advanced/timeouts/#fine-tuning-the-configuration) object:
245
246
```python
247
from contextual import ContextualAI
0 commit comments