fix: remove unrelated setting

This commit is contained in:
Mohamed Marrouchi 2024-10-21 10:20:12 +01:00
parent e12b8adf67
commit ea44ff8faf
2 changed files with 0 additions and 19 deletions

View File

@ -127,11 +127,6 @@ describe('BlockService', () => {
MessageService,
MenuService,
OfflineHandler,
// NlpValueService,
// NlpEntityService,
// NlpSampleEntityService,
// NlpSampleService,
// NlpService,
ContextVarService,
ContextVarRepository,
LanguageService,

View File

@ -24,20 +24,6 @@ export const DEFAULT_SETTINGS = [
},
weight: 1,
},
{
group: 'chatbot_settings',
label: 'default_llm_helper',
value: 'ollama',
type: SettingType.select,
config: {
multiple: false,
allowCreate: false,
entity: 'Helper',
idKey: 'name',
labelKey: 'name',
},
weight: 2,
},
{
group: 'chatbot_settings',
label: 'global_fallback',