mirror of
https://github.com/mudler/LocalAI.git
synced 2026-07-31 18:38:23 -04:00
feat(swagger): update swagger (#11236)
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:
committed by
GitHub
parent
4076b32d42
commit
e356315f9c
@@ -1798,7 +1798,7 @@ const docTemplate = `{
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "desired output sample rate",
|
||||
"description": "desired output sample rate in Hz; omit for the backend's own rate, otherwise 8000-192000",
|
||||
"name": "sample_rate",
|
||||
"in": "formData"
|
||||
}
|
||||
@@ -1855,7 +1855,7 @@ const docTemplate = `{
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "desired output sample rate",
|
||||
"description": "desired output sample rate in Hz; omit for the backend's own rate, otherwise 8000-192000",
|
||||
"name": "sample_rate",
|
||||
"in": "formData"
|
||||
}
|
||||
|
||||
@@ -1795,7 +1795,7 @@
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "desired output sample rate",
|
||||
"description": "desired output sample rate in Hz; omit for the backend's own rate, otherwise 8000-192000",
|
||||
"name": "sample_rate",
|
||||
"in": "formData"
|
||||
}
|
||||
@@ -1852,7 +1852,7 @@
|
||||
},
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "desired output sample rate",
|
||||
"description": "desired output sample rate in Hz; omit for the backend's own rate, otherwise 8000-192000",
|
||||
"name": "sample_rate",
|
||||
"in": "formData"
|
||||
}
|
||||
|
||||
@@ -3984,7 +3984,8 @@ paths:
|
||||
in: formData
|
||||
name: response_format
|
||||
type: string
|
||||
- description: desired output sample rate
|
||||
- description: desired output sample rate in Hz; omit for the backend's own
|
||||
rate, otherwise 8000-192000
|
||||
in: formData
|
||||
name: sample_rate
|
||||
type: integer
|
||||
@@ -4028,7 +4029,8 @@ paths:
|
||||
in: formData
|
||||
name: response_format
|
||||
type: string
|
||||
- description: desired output sample rate
|
||||
- description: desired output sample rate in Hz; omit for the backend's own
|
||||
rate, otherwise 8000-192000
|
||||
in: formData
|
||||
name: sample_rate
|
||||
type: integer
|
||||
|
||||
Reference in New Issue
Block a user