binary-husky commited on
Commit
1c4e853
1 Parent(s): adbcc22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -71,6 +71,10 @@ docker run --rm -it --net=host gpt-academic
71
  在```config.py```中修改端口与代理软件对应
72
  ![image](https://user-images.githubusercontent.com/96192199/226571294-37a47cd9-4d40-4c16-97a2-d360845406f7.png)
73
  ![image](https://user-images.githubusercontent.com/96192199/226838985-e5c95956-69c2-4c23-a4dd-cd7944eeb451.png)
 
 
 
 
74
 
75
 
76
  ## 参考项目
 
71
  在```config.py```中修改端口与代理软件对应
72
  ![image](https://user-images.githubusercontent.com/96192199/226571294-37a47cd9-4d40-4c16-97a2-d360845406f7.png)
73
  ![image](https://user-images.githubusercontent.com/96192199/226838985-e5c95956-69c2-4c23-a4dd-cd7944eeb451.png)
74
+ 配置完成后,你可以用以下命令测试代理是否工作,如果一切正常,下面的代码将输出你的代理服务器所在地:
75
+ ```
76
+ python check_proxy.py
77
+ ```
78
 
79
 
80
  ## 参考项目