Spaces:
Sleeping
Sleeping
iskoldt-X
commited on
Commit
•
7e780d4
1
Parent(s):
9ef1575
Docker yield chat history&Starchart&Contributor (#54)
Browse files* Docker guide
* docker flag
* Running in Docker with user and password
* 谁把import openai 注释了?
* Update requirements.txt
* Deal with Docker api conflict
* Update README.md
* # import openai
* # import openai
* Docker yield chat history&Starchart&Contributor
README.md
CHANGED
@@ -97,7 +97,11 @@ docker pull tuchuanhuhuhu/chuanhuchatgpt:latest
|
|
97 |
### 运行
|
98 |
|
99 |
```
|
100 |
-
docker run -d --name chatgpt
|
|
|
|
|
|
|
|
|
101 |
```
|
102 |
|
103 |
### 查看运行状态
|
@@ -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 |
### 查看运行状态
|
|
|
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>
|