mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
feat(swagger): update swagger (#2651)
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:
parent
f072cb3cd0
commit
a0163dafce
@ -751,6 +751,10 @@ const docTemplate = `{
|
||||
"description": "Common options between all the API calls, part of the OpenAI spec",
|
||||
"type": "number"
|
||||
},
|
||||
"translate": {
|
||||
"description": "Only for audio transcription",
|
||||
"type": "boolean"
|
||||
},
|
||||
"typical_p": {
|
||||
"type": "number"
|
||||
},
|
||||
|
@ -744,6 +744,10 @@
|
||||
"description": "Common options between all the API calls, part of the OpenAI spec",
|
||||
"type": "number"
|
||||
},
|
||||
"translate": {
|
||||
"description": "Only for audio transcription",
|
||||
"type": "boolean"
|
||||
},
|
||||
"typical_p": {
|
||||
"type": "number"
|
||||
},
|
||||
|
@ -328,6 +328,9 @@ definitions:
|
||||
description: Common options between all the API calls, part of the OpenAI
|
||||
spec
|
||||
type: number
|
||||
translate:
|
||||
description: Only for audio transcription
|
||||
type: boolean
|
||||
typical_p:
|
||||
type: number
|
||||
use_fast_tokenizer:
|
||||
|
Loading…
Reference in New Issue
Block a user