add support for TGI

This commit is contained in:
Ashwin Bharambe 2024-10-21 23:26:31 -07:00
parent fe20a69f24
commit 510269e4c5
2 changed files with 14 additions and 1 deletions

View file

@ -194,6 +194,7 @@ async def test_structured_output(inference_settings):
if provider.__provider_spec__.provider_type not in (
"meta-reference",
"remote::fireworks",
"remote::tgi",
):
pytest.skip("Other inference providers don't support structured output yet")