Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 497f2a1

Browse files
docs(client): fix httpx.Timeout documentation reference
1 parent 347a4bf commit 497f2a1

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
@@ -175,7 +175,7 @@ client.with_options(max_retries=5).datasetio.append_rows(
175175
### Timeouts
176176

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

180180
```python
181181
from llama_stack_client import LlamaStackClient

0 commit comments

Comments
 (0)