Tuchuanhuhuhu commited on
Commit
80af8ca
·
2 Parent(s): 9fc3541 7e780d4

Merge branch 'main' of https://github.com/GaiZhenbiao/ChuanhuChatGPT

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -97,7 +97,11 @@ docker pull tuchuanhuhuhu/chuanhuchatgpt:latest
97
  ### 运行
98
 
99
  ```
100
- docker run -d --name chatgpt -e my_api_key="替换成API" -p 7860:7860 tuchuanhuhuhu/chuanhuchatgpt:latest
 
 
 
 
101
  ```
102
 
103
  ### 查看运行状态
@@ -223,7 +227,7 @@ pip install urllib3==1.25.11
223
  pip install gradio --upgrade --force_reinstall
224
  ```
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)')))
@@ -257,3 +261,13 @@ Expecting value: 1ine 1 column 1 (char o)
257
  ### No matching distribution found for openai>=0.27.0
258
 
259
  `openai`这个依赖已经被移除了。请尝试下载最新版脚本。
 
 
 
 
 
 
 
 
 
 
 
97
  ### 运行
98
 
99
  ```
100
+ docker run -d --name chatgpt \
101
+ -e my_api_key="替换成API" \
102
+ -v ~/chatGPThistory:app/history \
103
+ -p 7860:7860 \
104
+ tuchuanhuhuhu/chuanhuchatgpt:latest
105
  ```
106
 
107
  ### 查看运行状态
 
227
  pip install gradio --upgrade --force_reinstall
228
  ```
229
 
230
+ ### SSL Error [#49](https://github.com/GaiZhenbiao/ChuanhuChatGPT/issues/49)
231
 
232
  ```
233
  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)')))
 
261
  ### No matching distribution found for openai>=0.27.0
262
 
263
  `openai`这个依赖已经被移除了。请尝试下载最新版脚本。
264
+
265
+ ## Starchart
266
+
267
+ [![Star History Chart](https://api.star-history.com/svg?repos=GaiZhenbiao/ChuanhuChatGPT&type=Date)](https://star-history.com/#GaiZhenbiao/ChuanhuChatGPT&Date)
268
+
269
+ ## Contributors
270
+
271
+ <a href="https://github.com/GaiZhenbiao/ChuanhuChatGPT/graphs/contributors">
272
+ <img src="https://contrib.rocks/image?repo=GaiZhenbiao/ChuanhuChatGPT" />
273
+ </a>