allow disable openai proxy in WHEN_TO_USE_PROXY

This commit is contained in:
binary-husky
2024-12-28 07:14:54 +08:00
parent dae8a0affc
commit ac64a77c2d
3 changed files with 10 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
import os, json; os.environ['no_proxy'] = '*' # 避免代理网络产生意外污染
import os; os.environ['no_proxy'] = '*' # 避免代理网络产生意外污染
help_menu_description = \
"""Github源代码开源和更新[地址🚀](https://github.com/binary-husky/gpt_academic),