mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 20:57:54 +00:00
22 lines
252 B
Plaintext
22 lines
252 B
Plaintext
|
meta {
|
||
|
name: backend-shutdown
|
||
|
type: http
|
||
|
seq: 3
|
||
|
}
|
||
|
|
||
|
post {
|
||
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/backend/shutdown
|
||
|
body: json
|
||
|
auth: none
|
||
|
}
|
||
|
|
||
|
headers {
|
||
|
Content-Type: application/json
|
||
|
}
|
||
|
|
||
|
body:json {
|
||
|
{
|
||
|
"model": "{{DEFAULT_MODEL}}"
|
||
|
}
|
||
|
}
|