text-generation-inference/integration-tests
drbh 918916939f feat: accept list as prompt and use first string (#1702)
This PR allows the `CompletionRequest.prompt` to be sent as a string or
array of strings. When an array is sent the first value will be used if
it's a string; otherwise the according error will be thrown

Fixes:
https://github.com/huggingface/text-generation-inference/issues/1690
Similar to: https://github.com/vllm-project/vllm/pull/323/files
2024-06-03 15:39:47 +03:00
..
images Repair idefics integration tests. (#1663) 2024-04-25 12:35:31 +03:00
models feat: accept list as prompt and use first string (#1702) 2024-06-03 15:39:47 +03:00
conftest.py feat: accept list as prompt and use first string (#1702) 2024-06-03 15:39:47 +03:00
poetry.lock fix: improve tool type, bump pydantic and outlines (#1650) 2024-04-25 12:34:55 +03:00
pyproject.toml v2.0.0 (#1736) 2024-04-26 07:42:52 +00:00
pytest.ini chore: add pre-commit (#1569) 2024-04-24 15:32:02 +03:00
requirements.txt fix: improve tool type, bump pydantic and outlines (#1650) 2024-04-25 12:34:55 +03:00