mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-29 17:08:52 +00:00
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
|
||
|
}
|