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 ab7ef6b commit ad5d7c0Copy full SHA for ad5d7c0
README.md
@@ -227,7 +227,7 @@ client.with_options(max_retries=5).inference_pipelines.data.stream(
227
### Timeouts
228
229
By default requests time out after 1 minute. You can configure this with a `timeout` option,
230
-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:
231
232
```python
233
from openlayer import Openlayer
0 commit comments