mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-07 03:29:10 +00:00
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}}"
|
|
}
|
|
}
|