binary-husky commited on
Commit
3ea231e
1 Parent(s): 2881e08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -28,8 +28,9 @@
28
  # 下载项目
29
  git clone https://github.com/binary-husky/chatgpt_academic.git
30
  cd chatgpt_academic
31
- # 配置 海外Proxy 和 OpenAI API KEY
32
- config.py
 
33
  # 安装依赖
34
  python -m pip install -r requirements.txt
35
  # 运行
 
28
  # 下载项目
29
  git clone https://github.com/binary-husky/chatgpt_academic.git
30
  cd chatgpt_academic
31
+ # 在config.py中,配置 海外Proxy 和 OpenAI API KEY
32
+ - 1.如果你在国内,需要设置海外代理才能够使用 OpenAI API,你可以通过 config.py 文件来进行设置。
33
+ - 2.配置 OpenAI API KEY。你需要在 OpenAI 官网上注册并获取 API KEY。一旦你拿到了 API KEY,在 config.py 文件里配置好即可。
34
  # 安装依赖
35
  python -m pip install -r requirements.txt
36
  # 运行