fix: Fixed typo in the use of the project name

This commit is contained in:
Petr Mironychev
2025-03-27 00:34:10 +01:00
parent 7d06ab04dc
commit d58ff90458
10 changed files with 15 additions and 15 deletions

View File

@ -61,7 +61,7 @@ LLMClientInterface::LLMClientInterface(
Utils::FilePath LLMClientInterface::serverDeviceTemplate() const
{
return "Qode Assist";
return "QodeAssist";
}
void LLMClientInterface::startImpl()