feat: refactor helpers (NLU)

This commit is contained in:
Mohamed Marrouchi 2024-10-21 10:15:47 +01:00
parent b3cafbce88
commit e33671b338

View File

@ -24,6 +24,20 @@ 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',