Skip to content

Commit

Permalink
feat(swagger): update swagger (#4667)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mudler <2420543+mudler@users.noreply.github.com>
  • Loading branch information
localai-bot and mudler authored Jan 22, 2025
1 parent a05737c commit 715071b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swagger/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1645,6 +1645,9 @@ const docTemplate = `{
"prompt": {
"description": "Prompt is read only by completion/image API calls"
},
"quality": {
"type": "string"
},
"repeat_last_n": {
"type": "integer"
},
Expand Down
3 changes: 3 additions & 0 deletions swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,9 @@
"prompt": {
"description": "Prompt is read only by completion/image API calls"
},
"quality": {
"type": "string"
},
"repeat_last_n": {
"type": "integer"
},
Expand Down
2 changes: 2 additions & 0 deletions swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,8 @@ definitions:
type: number
prompt:
description: Prompt is read only by completion/image API calls
quality:
type: string
repeat_last_n:
type: integer
repeat_penalty:
Expand Down

0 comments on commit 715071b

Please sign in to comment.