Fix commit

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2025-03-20 15:14:30 -04:00
parent 926810e4ec
commit 6d4e3a2be3
No known key found for this signature in database
2 changed files with 10 additions and 0 deletions

View file

@ -4062,6 +4062,12 @@
"repetition_penalty": {
"type": "number",
"default": 1.0
},
"stop": {
"type": "array",
"items": {
"type": "string"
}
}
},
"additionalProperties": false,

View file

@ -2793,6 +2793,10 @@ components:
repetition_penalty:
type: number
default: 1.0
stop:
type: array
items:
type: string
additionalProperties: false
required:
- strategy