LocalAI/.bruno/LocalAI Test Requests/model gallery/delete model gallery.bru
2024-10-30 09:10:33 +01:00

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"
}
}