Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community[patch]: OpenLLM Async Client Fixes and Timeout Parameter (#…
…20007) Same changes as this merged [PR](#17478) (#17478), but for the async client, as the same issues persist. - Replaced 'responses' attribute of OpenLLM's GenerationOutput schema to 'outputs'. reference: https://github.com/bentoml/OpenLLM/blob/66de54eae7e420a3740ddd77862fd7f7b7d8a222/openllm-core/src/openllm_core/_schemas.py#L135 - Added timeout parameter for the async client. --------- Co-authored-by: Seray Arslan <[email protected]>
- Loading branch information