You've already forked M5Module-LLM
mirror of
https://github.com/m5stack/M5Module-LLM.git
synced 2026-05-20 11:31:45 -07:00
fix error clang-format
This commit is contained in:
@@ -31,7 +31,7 @@ int M5ModuleLLM_VoiceAssistant::begin(String wakeUpKeyword, String prompt, Strin
|
||||
{
|
||||
ApiKwsSetupConfig_t config;
|
||||
config.kws = wakeUpKeyword;
|
||||
_work_id.kws = _m5_module_llm->kws.setup(config, "kws_setup",language);
|
||||
_work_id.kws = _m5_module_llm->kws.setup(config, "kws_setup", language);
|
||||
}
|
||||
if (_work_id.kws.isEmpty()) {
|
||||
return MODULE_LLM_ERROR_NONE;
|
||||
|
||||
Reference in New Issue
Block a user