Skip to main content

Module ping

Module ping 

Source
Expand description

Model ping / health check.

Sends a minimal chat completion (max_tokens: 1, message "hi") to each configured model in parallel and classifies the response.

Structs§

PingResult

Enums§

PingStatus

Functions§

ping_all_configured
Ping every model of every configured provider in parallel. Results are sent through tx as they arrive (not batched).
ping_model