mirror of
https://github.com/mudler/LocalAI.git
synced 2024-06-07 19:40:48 +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"
|
||
|
}
|
||
|
}
|