mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-11 13:15:20 +00:00
22 lines
243 B
Plaintext
22 lines
243 B
Plaintext
meta {
|
|
name: delete model gallery
|
|
type: http
|
|
seq: 11
|
|
}
|
|
|
|
delete {
|
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/models/galleries
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "test"
|
|
}
|
|
}
|