mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 04:37:53 +00:00
cde0139363
Signed-off-by: Dave Lee <dave@gray101.com>
17 lines
237 B
Plaintext
17 lines
237 B
Plaintext
meta {
|
|
name: transcribe
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/v1/audio/transcriptions
|
|
body: multipartForm
|
|
auth: none
|
|
}
|
|
|
|
body:multipart-form {
|
|
file: @file(transcription/gb1.ogg)
|
|
model: whisper-1
|
|
}
|