feat(swagger): update swagger (#3484)

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-09-06 00:21:24 +02:00 committed by GitHub
parent 58c4a6d9d9
commit 11c16f529e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 63 additions and 0 deletions

View file

@ -638,6 +638,13 @@ definitions:
$ref: '#/definitions/p2p.NodeData'
type: array
type: object
schema.SystemInformationResponse:
properties:
backends:
items:
type: string
type: array
type: object
schema.TTSRequest:
description: TTS request body
properties:
@ -832,6 +839,14 @@ paths:
schema:
$ref: '#/definitions/gallery.GalleryOpStatus'
summary: Returns the job status
/system:
get:
responses:
"200":
description: Response
schema:
$ref: '#/definitions/schema.SystemInformationResponse'
summary: Show the LocalAI instance information
/tts:
post:
consumes: