LocalAI/.bruno/LocalAI Test Requests/transcription/transcribe.bru
2024-10-30 09:10:33 +01:00

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
}