mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +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,
|
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',
|
group: 'chatbot_settings',
|
||||||
label: 'global_fallback',
|
label: 'global_fallback',
|
||||||
|
Loading…
Reference in New Issue
Block a user