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

Method setLLM

src/plugins/chat/widgets/inlinechatwidget.cpp:744–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744void InlineChatWidget::setLLM(AbstractLLM *llm)
745{
746 if (!llm)
747 return;
748 d->inlineChatLLM = llm;
749}
750
751void InlineChatWidget::start()
752{

Callers 1

startInlineChatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected