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 a15571c commit d17c345Copy full SHA for d17c345
README.md
@@ -228,7 +228,7 @@ replicate.with_options(max_retries=5).predictions.create(
228
### Timeouts
229
230
By default requests time out after 1 minute. You can configure this with a `timeout` option,
231
-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:
232
233
```python
234
from replicate import Replicate
0 commit comments