From 16f4fd636ecc42788e30f312b342e490014316f8 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Mon, 19 Aug 2024 16:05:17 +0000 Subject: [PATCH] update ref --- shared_utils/config_loader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared_utils/config_loader.py b/shared_utils/config_loader.py index cf5d58cf..3cfbd1d6 100644 --- a/shared_utils/config_loader.py +++ b/shared_utils/config_loader.py @@ -88,7 +88,7 @@ def read_single_conf_with_lru_cache(arg): if is_any_api_key(r): print亮绿(f"[API_KEY] 您的 API_KEY 是: {r[:15]}*** API_KEY 导入成功") else: - print亮红("[API_KEY] 您的 API_KEY 不满足任何一种已知的密钥格式,请在config文件中修改API密钥之后再运行。") + print亮红(f"[API_KEY] 您的 API_KEY({r[:15]}***)不满足任何一种已知的密钥格式,请在config文件中修改API密钥之后再运行(详见`https://github.com/binary-husky/gpt_academic/wiki/api_key`)。") if arg == 'proxies': if not read_single_conf_with_lru_cache('USE_PROXY'): r = None # 检查USE_PROXY,防止proxies单独起作用 if r is None: