text-generation-inference/integration-tests/models/__snapshots__/test_completion_prompts
drbh 06c3d4b1ec
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-04-17 10:41:12 +02:00
..
test_flash_llama_completion_many_prompts_stream.json feat: accept list as prompt and use first string (#1702) 2024-04-17 10:41:12 +02:00
test_flash_llama_completion_many_prompts.json feat: accept list as prompt and use first string (#1702) 2024-04-17 10:41:12 +02:00
test_flash_llama_completion_single_prompt.json feat: accept list as prompt and use first string (#1702) 2024-04-17 10:41:12 +02:00