feat(swagger): update swagger (#2666)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
This commit is contained in:
LocalAI [bot] 2024-06-27 01:12:53 +02:00 committed by GitHub
parent e8bc0a789b
commit 98b3b2b1ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View File

@ -701,6 +701,9 @@ const docTemplate = `{
"prompt": {
"description": "Prompt is read only by completion/image API calls"
},
"repeat_last_n": {
"type": "integer"
},
"repeat_penalty": {
"type": "number"
},

View File

@ -694,6 +694,9 @@
"prompt": {
"description": "Prompt is read only by completion/image API calls"
},
"repeat_last_n": {
"type": "integer"
},
"repeat_penalty": {
"type": "number"
},

View File

@ -292,6 +292,8 @@ definitions:
type: number
prompt:
description: Prompt is read only by completion/image API calls
repeat_last_n:
type: integer
repeat_penalty:
type: number
response_format: