LocalAI/.bruno/LocalAI Test Requests/transcription/transcribe.bru

17 lines
237 B
Plaintext
Raw Normal View History

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
}