hf_text-generation-inference/clients/python/text_generation
drbh 3dd7da2198
feat: accept legacy request format and response (#1527)
This WIP PR (will) add support for legacy OpenAI `v1/completions` API.

This should allow TGI to be a drop in replacement for OpenAI when using
tools that rely on the completions api

Should fix:
https://github.com/huggingface/text-generation-inference/issues/1468
2024-02-29 10:44:20 -05: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 feat: accept legacy request format and response (#1527) 2024-02-29 10:44:20 -05: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