mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Update specification
This commit is contained in:
parent
dea9c0dc74
commit
b141e9ad6f
@ -903,6 +903,16 @@
|
|||||||
"example": 0.1,
|
"example": 0.1,
|
||||||
"nullable": true
|
"nullable": true
|
||||||
},
|
},
|
||||||
|
"response_format": {
|
||||||
|
"type": "array",
|
||||||
|
"items": {
|
||||||
|
"type": "string",
|
||||||
|
"value": "string"
|
||||||
|
},
|
||||||
|
"description": "The constrained response format. 'type' can be 'regex' or 'json_object'.",
|
||||||
|
"example": "null",
|
||||||
|
"nullable": true
|
||||||
|
},
|
||||||
"seed": {
|
"seed": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int64",
|
"format": "int64",
|
||||||
|
Loading…
Reference in New Issue
Block a user