From d4aa4a693992c808711af44c825acf79996b516a Mon Sep 17 00:00:00 2001 From: FantasticCode2019 <1443996278@qq.com> Date: Thu, 12 Mar 2026 15:17:25 +0800 Subject: [PATCH] add default config to config.example.json, download skill from github use proxy and token --- config/config.example.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config.example.json b/config/config.example.json index 1eea37683..1067e4de1 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -427,6 +427,10 @@ "max_response_size": 0 } }, + "github": { + "proxy": "http://127.0.0.1:7891", + "token": "" + }, "max_concurrent_searches": 2, "search_cache": { "max_size": 50,