mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-18 20:27:57 +00:00
cde0139363
Signed-off-by: Dave Lee <dave@gray101.com>
18 lines
199 B
Plaintext
18 lines
199 B
Plaintext
meta {
|
|
name: backend monitor
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/backend/monitor
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"model": "{{DEFAULT_MODEL}}"
|
|
}
|
|
}
|