mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
17 lines
199 B
Text
17 lines
199 B
Text
meta {
|
|
name: backend monitor
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: {{PROTOCOL}}{{HOST}}:{{PORT}}/backend/monitor
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"model": "{{DEFAULT_MODEL}}"
|
|
}
|
|
}
|