mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 14:36:42 +00:00
fix: enable mika runtime tools in gateway config
This commit is contained in:
parent
23e98ca785
commit
371e6325b9
3 changed files with 48 additions and 0 deletions
|
|
@ -32,6 +32,13 @@ data_dir: /opt/data
|
|||
model:
|
||||
provider: "${MODEL_PROVIDER}"
|
||||
default: "${MODEL_DEFAULT}"
|
||||
plugins:
|
||||
enabled:
|
||||
- mika_runtime
|
||||
platform_toolsets:
|
||||
telegram:
|
||||
- hermes-telegram
|
||||
- mika_integrations
|
||||
EOF
|
||||
|
||||
case "${STT_PROVIDER}" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue