\brief Show the status \param input_list, std::vector
| 400 | /// \brief Show the status |
| 401 | /// \param input_list, std::vector<std::string> |
| 402 | void Runner::cmd_status(std::vector<std::string>& input_list) { |
| 403 | std::cout << this->auto_chat_engine->show_profile() << std::endl; |
| 404 | } |
| 405 | |
| 406 | /// \brief Load a model |
| 407 | /// \param input_list, std::vector<std::string> |