diff --git a/config/config.example.json b/config/config.example.json index 777cab963..5f586388a 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,10 +101,6 @@ "api_key": "YOUR_BRAVE_API_KEY", "max_results": 5 }, - "duckduckgo": { - "enabled": true, - "max_results": 5 - }, "perplexity": { "enabled": false, "api_key": "pplx-xxx", @@ -118,4 +116,4 @@ "host": "0.0.0.0", "port": 18790 } -} +} \ No newline at end of file