mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: update openapi schema
This commit is contained in:
parent
e57b6cccda
commit
7825c0744a
@ -1824,7 +1824,8 @@
|
||||
"type": "object",
|
||||
"required": [
|
||||
"finish_reason",
|
||||
"generated_tokens"
|
||||
"generated_tokens",
|
||||
"input_length"
|
||||
],
|
||||
"properties": {
|
||||
"finish_reason": {
|
||||
@ -1836,6 +1837,12 @@
|
||||
"example": 1,
|
||||
"minimum": 0
|
||||
},
|
||||
"input_length": {
|
||||
"type": "integer",
|
||||
"format": "int32",
|
||||
"example": 1,
|
||||
"minimum": 0
|
||||
},
|
||||
"seed": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
|
Loading…
Reference in New Issue
Block a user