mirror of
https://github.com/hexastack/hexabot
synced 2025-05-03 20:41:15 +00:00
feat: refactor helpers (NLU)
This commit is contained in:
parent
b3cafbce88
commit
e33671b338
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user