Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
QList<LLMInfo> AiManager::getAllModel()
50
{
51
return d->models;
52
}
53
54
AbstractLLM *AiManager::getLLM(const LLMInfo &info)
55
{
Callers
3
updateModelCb
Method · 0.80
modelList
Method · 0.80
findModel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected