fix: [llm setting] name

llm_tests
iglocska 2023-10-17 21:54:52 +02:00
parent 732e138e2c
commit 666229a5b1
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -1483,7 +1483,7 @@ class Server extends AppModel
$serverSettings['Plugin']['Workflow_triggers_' . $triggerModule['id']] = $setting;
}
}
$serverSettings['Plugin']['Plugin.cti_info_extractor'] = [
$serverSettings['Plugin']['Plugin.cti_info_extractor_enable'] = [
'level' => 1,
'description' => __('Enable the experimental CTI info extractor plugin to use a connected LLM server to extract additional information from markdown reports.'),
'value' => false,