hf_text-generation-inference/launcher
OlivierDehaene b1482d9048
breaking(router): modify /generate API to only return generated text (#50)
@njhill, @yk FYI

generated_text was concatenated to the user prompt for legacy reason. We
want to remove this behaviour as we don't think it is useful and even
detrimonial to usability.

We also remove the unused Vec.
2023-02-02 15:02:04 +01:00
..
src feat(router): use background task to manage request queue (#52) 2023-02-02 14:59:27 +01:00
tests breaking(router): modify /generate API to only return generated text (#50) 2023-02-02 15:02:04 +01:00
Cargo.toml feat: Add token streaming using ServerSideEvents support (#41) 2023-01-31 17:04:00 +01:00