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

Method get_current_model

src/common/AutoModel/automodel.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23
24std::string AutoModel::get_current_model() {
25 return this->current_model;
26}
27
28/// \brief Setup the tokenizer
29/// \note The function will setup the tokenizer

Callers 2

runMethod · 0.45
cmd_setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected