Chuan Hu commited on
Commit
164475f
·
unverified ·
1 Parent(s): 9770ff4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -225,6 +225,8 @@ pip install gradio --upgrade --force_reinstall
225
 
226
  ### SSL Error
227
 
 
 
228
  ```
229
  requests.exceptions.SSLError: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/chat/completions (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1129)')))
230
  ```
 
225
 
226
  ### SSL Error
227
 
228
+ 请参考此 Issue: [#49](https://github.com/GaiZhenbiao/ChuanhuChatGPT/issues/49)
229
+
230
  ```
231
  requests.exceptions.SSLError: HTTPSConnectionPool(host='api.openai.com', port=443): Max retries exceeded with url: /v1/chat/completions (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1129)')))
232
  ```