Client modified to accept new string.

The text-generation client can now accept the new string model_id returned by the RUST
router
This commit is contained in:
Suvro Ghosh 2023-11-01 11:15:07 -04:00
parent 897ed20842
commit e8ed11be3e

View File

@ -215,6 +215,8 @@ class Response(BaseModel):
generated_text: str
# Generation details
details: Details
# model id
model_id: str
# `generate_stream` details