From c61482d1e05ddef5415c8a432175d38955042110 Mon Sep 17 00:00:00 2001 From: Hua Date: Fri, 13 Feb 2026 21:18:05 +0100 Subject: [PATCH] edit example json to match the update --- config/config.example.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/config/config.example.json b/config/config.example.json index 777cab963..41d07ecbe 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -14,7 +14,9 @@ "enabled": false, "token": "YOUR_TELEGRAM_BOT_TOKEN", "proxy": "", - "allow_from": ["YOUR_USER_ID"] + "allow_from": [ + "YOUR_USER_ID" + ] }, "discord": { "enabled": false, @@ -99,13 +101,9 @@ "api_key": "YOUR_BRAVE_API_KEY", "max_results": 5 }, - "duckduckgo": { - "enabled": true, - "max_results": 5 - }, "perplexity": { "enabled": false, - "api_key": "pplx-xxx", + "api_key": "PERPLEXITY_API_KEY", "max_results": 5 } } @@ -118,4 +116,4 @@ "host": "0.0.0.0", "port": 18790 } -} +} \ No newline at end of file