MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / cmd_show

Method cmd_show

src/runner/runner.cpp:504–509  ·  view source on GitHub ↗

\brief Show the model information \param input_list, std::vector

Source from the content-addressed store, hash-verified

502/// \brief Show the model information
503/// \param input_list, std::vector<std::string>
504void Runner::cmd_show(std::vector<std::string>& input_list) {
505 std::cout << this->auto_chat_engine->show_model_info() << std::endl;
506 std::cout << " max context length : " << this->auto_chat_engine->get_max_length() << std::endl;
507 std::cout << std::endl;
508
509}
510
511/// \brief Set the model parameters
512/// \param input_list, std::vector<std::string>

Callers 1

runMethod · 0.95

Calls 2

show_model_infoMethod · 0.80
get_max_lengthMethod · 0.80

Tested by

no test coverage detected