mirror of
https://github.com/mudler/LocalAI
synced 2026-04-27 00:07:17 +00:00
22 lines
243 B
Text
22 lines
243 B
Text
|
|
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"
|
||
|
|
}
|
||
|
|
}
|