mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-08 19:04:52 +00:00
fix: update doc
This commit is contained in:
parent
cc51aab040
commit
2b6d0742c0
@ -1430,6 +1430,13 @@
|
||||
},
|
||||
"nullable": true
|
||||
},
|
||||
"energy_mj": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"example": 152,
|
||||
"nullable": true,
|
||||
"minimum": 0
|
||||
},
|
||||
"finish_reason": {
|
||||
"$ref": "#/components/schemas/FinishReason"
|
||||
},
|
||||
@ -2156,6 +2163,13 @@
|
||||
"input_length"
|
||||
],
|
||||
"properties": {
|
||||
"energy_mj": {
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"example": 152,
|
||||
"nullable": true,
|
||||
"minimum": 0
|
||||
},
|
||||
"finish_reason": {
|
||||
"$ref": "#/components/schemas/FinishReason"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user