mirror of
https://github.com/hexastack/hexabot
synced 2025-03-12 15:12:08 +00:00
fix: remove unrelated setting
This commit is contained in:
parent
e33671b338
commit
d19565aae0
@ -24,20 +24,6 @@ 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