-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: drop examples folder now that LocalAI-examples has been created
Signed-off-by: Dave Lee <dave@gray101.com>
- Loading branch information
1 parent
a4e749c
commit 363ca4a
Showing
159 changed files
with
28 additions
and
8,960 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions
11
.bruno/LocalAI Test Requests/model gallery/model delete.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
meta { | ||
name: model delete | ||
type: http | ||
seq: 7 | ||
} | ||
|
||
post { | ||
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/models/galleries | ||
body: none | ||
auth: none | ||
} |
File renamed without changes.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.