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

Method ChatManager

src/plugins/chat/chatmanager.cpp:390–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390ChatManager::ChatManager(QObject *parent)
391 : QObject(parent)
392{
393 auto aiSrv = dpfGetService(AiService);
394 auto liteLLMInfo = aiSrv->getCodeGeeXLLMLite();
395 liteLLM = aiSrv->getLLM(liteLLMInfo);
396 liteLLM->setStream(false);
397
398 initConnections();
399}
400
401void ChatManager::initConnections()
402{

Callers

nothing calls this directly

Calls 2

getLLMMethod · 0.80
setStreamMethod · 0.45

Tested by

no test coverage detected