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 aa2610a commit 5d452d7Copy full SHA for 5d452d7
README.md
@@ -166,7 +166,7 @@ client.with_options(max_retries=5).agents.versions.list(
166
### Timeouts
167
168
By default requests time out after 1 minute. You can configure this with a `timeout` option,
169
-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:
170
171
```python
172
from gradientai import GradientAI
0 commit comments