fix: bump openapi docs
This commit is contained in:
parent
2d7c6105c4
commit
1895d7b745
|
@ -984,6 +984,12 @@
|
||||||
"messages"
|
"messages"
|
||||||
],
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"continue_final_message": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Whether to continue the final message in the next request.",
|
||||||
|
"default": "false",
|
||||||
|
"example": true
|
||||||
|
},
|
||||||
"frequency_penalty": {
|
"frequency_penalty": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"format": "float",
|
"format": "float",
|
||||||
|
|
Loading…
Reference in New Issue