feat(swagger): update swagger (#4667)

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] 2025-01-22 21:51:38 +01:00 committed by GitHub
parent a05737c7e4
commit 715071b68d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View file

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

View file

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

View file

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