#include "cli/service/api/api_handlers.h"#include "cli/service/ai/model_registry.h"#include "httplib.h"#include "nlohmann/json.hpp"#include "util/log.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::cli |
| Namespace for the command line interface. | |
| namespace | yaze::cli::api |
Typedefs | |
| using | yaze::cli::api::json = nlohmann::json |
Functions | |
| void | yaze::cli::api::HandleHealth (const httplib::Request &req, httplib::Response &res) |
| void | yaze::cli::api::HandleListModels (const httplib::Request &req, httplib::Response &res) |