mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove unrelated setting
This commit is contained in:
parent
e12b8adf67
commit
ea44ff8faf
@ -127,11 +127,6 @@ describe('BlockService', () => {
|
||||
MessageService,
|
||||
MenuService,
|
||||
OfflineHandler,
|
||||
// NlpValueService,
|
||||
// NlpEntityService,
|
||||
// NlpSampleEntityService,
|
||||
// NlpSampleService,
|
||||
// NlpService,
|
||||
ContextVarService,
|
||||
ContextVarRepository,
|
||||
LanguageService,
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user