Update README.md

This commit is contained in:
binary-husky 2023-04-25 16:45:53 +08:00 committed by GitHub
parent 231c9c2e57
commit e04946c816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ cd chatgpt_academic
2. 配置API_KEY
`config.py`中,配置 Proxy 和 OpenAI API KEY说明如下
`config.py`中,配置 [Proxy](https://github.com/binary-husky/gpt_academic/issues/1) 和 OpenAI API KEY说明如下
P.S. 程序运行时会优先检查是否存在名为`config_private.py`的私密配置文件,并用其中的配置覆盖`config.py`的同名配置。因此,如果您能理解我们的配置读取逻辑,我们强烈建议您在`config.py`旁边创建一个名为`config_private.py`的新配置文件,并把`config.py`中的配置转移(复制)到`config_private.py`中。`config_private.py`不受git管控可以让您的隐私信息更加安全。