From e8ed11be3e561a6758294ec73735f94164b6b4cf Mon Sep 17 00:00:00 2001 From: Suvro Ghosh Date: Wed, 1 Nov 2023 11:15:07 -0400 Subject: [PATCH] Client modified to accept new string. The text-generation client can now accept the new string model_id returned by the RUST router --- clients/python/text_generation/types.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/python/text_generation/types.py b/clients/python/text_generation/types.py index aa02d8d8..89bd0391 100644 --- a/clients/python/text_generation/types.py +++ b/clients/python/text_generation/types.py @@ -215,6 +215,8 @@ class Response(BaseModel): generated_text: str # Generation details details: Details + # model id + model_id: str # `generate_stream` details