chore: drop examples folder now that LocalAI-examples has been created (#4017)

Signed-off-by: Dave Lee <dave@gray101.com>
This commit is contained in:
Dave 2024-10-30 04:10:33 -04:00 committed by GitHub
parent 3d4bb757d2
commit cde0139363
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
159 changed files with 28 additions and 8960 deletions

Binary file not shown.

View file

@ -0,0 +1,16 @@
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
}