Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
std::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
run
Method · 0.45
cmd_set
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected