fix: bump openapi docs
This commit is contained in:
parent
b2ae92e470
commit
d6280141de
|
@ -987,6 +987,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