hf_text-generation-inference/clients/python/text_generation
Hugo Abonizio 9ed4d2c780
Fix async client timeout (#1617)
# What does this PR do?

Fixes #1616

According to the [aiohttp.ClientTimeout
docs](https://docs.aiohttp.org/en/stable/client_reference.html#aiohttp.ClientTimeout),
the arguments should be in seconds. This PR removes the multiplication
by 60.

@OlivierDehaene OR @Narsil
2024-02-29 15:41:49 +01:00
..
__init__.py chore: sync text-generation version from 0.3.0 to 0.6.0 with pyproject.toml (#950) 2023-09-06 15:20:32 +02:00
client.py Fix async client timeout (#1617) 2024-02-29 15:41:49 +01:00
errors.py feat(clients): Python client (#103) 2023-03-07 18:52:22 +01:00
inference_api.py fix(python-client): add auth headers to is supported requests (#234) 2023-04-25 13:55:26 +02:00
types.py Support tools (#1587) 2024-02-28 11:10:27 +01:00