MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / getAllModel

Method getAllModel

src/plugins/aimanager/aimanager.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49QList<LLMInfo> AiManager::getAllModel()
50{
51 return d->models;
52}
53
54AbstractLLM *AiManager::getLLM(const LLMInfo &info)
55{

Callers 3

updateModelCbMethod · 0.80
modelListMethod · 0.80
findModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected