mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-04 23:29:47 +08:00
feat(hermes): add auxiliary model config
This commit is contained in:
@@ -515,6 +515,8 @@ export const api = {
|
||||
hermesCompressionConfigSave: (form) => invoke('hermes_compression_config_save', { form }),
|
||||
hermesPromptCachingConfigRead: () => invoke('hermes_prompt_caching_config_read'),
|
||||
hermesPromptCachingConfigSave: (form) => invoke('hermes_prompt_caching_config_save', { form }),
|
||||
hermesAuxiliaryConfigRead: () => invoke('hermes_auxiliary_config_read'),
|
||||
hermesAuxiliaryConfigSave: (form) => invoke('hermes_auxiliary_config_save', { form }),
|
||||
hermesToolLoopGuardrailsConfigRead: () => invoke('hermes_tool_loop_guardrails_config_read'),
|
||||
hermesToolLoopGuardrailsConfigSave: (form) => invoke('hermes_tool_loop_guardrails_config_save', { form }),
|
||||
hermesMemoryConfigRead: () => invoke('hermes_memory_config_read'),
|
||||
|
||||
Reference in New Issue
Block a user