diff --git a/config/hermes/config.template.yaml b/config/hermes/config.template.yaml index a6d4bdffb..6aef1fc93 100644 --- a/config/hermes/config.template.yaml +++ b/config/hermes/config.template.yaml @@ -1,5 +1,7 @@ model: default: cliproxy/deepseek-v4-flash + base_url: https://cliproxy.shunkakinoki.com/v1 + api_key: __CLIPROXY_API_KEY__ providers: cliproxy: base_url: https://cliproxy.shunkakinoki.com/v1 diff --git a/config/hermes/config.tpl.yaml b/config/hermes/config.tpl.yaml index e9ce62632..257b83077 100644 --- a/config/hermes/config.tpl.yaml +++ b/config/hermes/config.tpl.yaml @@ -1,5 +1,7 @@ model: default: cliproxy/__DEEPSEEK_FLASH__ + base_url: https://cliproxy.shunkakinoki.com/v1 + api_key: __CLIPROXY_API_KEY__ providers: cliproxy: base_url: https://cliproxy.shunkakinoki.com/v1 @@ -331,3 +333,9 @@ custom_providers: base_url: https://cliproxy.shunkakinoki.com/v1 api_key: __CLIPROXY_API_KEY__ api_mode: chat_completions +platforms: + webhook: + enabled: true + extra: + port: 8644 + secret: __WEBHOOK_SECRET__