Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
744
void InlineChatWidget::setLLM(AbstractLLM *llm)
745
{
746
if (!llm)
747
return;
748
d->inlineChatLLM = llm;
749
}
750
751
void InlineChatWidget::start()
752
{
Callers
1
startInlineChat
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected