1#ifndef YAZE_SRC_CLI_SERVICE_API_API_HANDLERS_H_
2#define YAZE_SRC_CLI_SERVICE_API_API_HANDLERS_H_
17void HandleHealth(
const httplib::Request& req, httplib::Response& res);
void HandleListModels(const httplib::Request &req, httplib::Response &res)
void HandleHealth(const httplib::Request &req, httplib::Response &res)