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

Method setLocale

src/plugins/chat/chatmanager.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void ChatManager::setLocale(Chat::Locale locale)
99{
100 this->locale = locale;
101 chatLLM->setLocale(locale == Chat::Zh ? AbstractLLM::Zh : AbstractLLM::En);
102 Copilot::instance()->setLocale(locale);
103}
104
105void ChatManager::connectToNetWork(bool connecting)
106{

Callers 1

initLLMMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected