From 26f52808e7989877e9660f5b92a7e46d9a6206f0 Mon Sep 17 00:00:00 2001 From: Evan Date: Sat, 17 Dec 2022 15:57:09 +0900 Subject: [PATCH] fix config error --- config/config.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.yaml.example b/config/config.yaml.example index c42fdd5..f373d00 100644 --- a/config/config.yaml.example +++ b/config/config.yaml.example @@ -1,6 +1,6 @@ chatgpt: token: your chatgpt apiKey - wechat: true + wechat: "true" wechat_keyword: chatgpt #telegram: your telegram token #tgWhitelist: username1,username2