wudada commited on
Commit
34da356
·
1 Parent(s): 7883651

Delete chatgpt.sh

Browse files
Files changed (1) hide show
  1. chatgpt.sh +0 -9
chatgpt.sh DELETED
@@ -1,9 +0,0 @@
1
- #!/bin/bash
2
-
3
- # 拉取ChatGPT Web应用的Docker镜像
4
- docker pull yidadaa/chatgpt-next-web
5
-
6
- # 运行ChatGPT Web应用容器
7
- docker run -d -p 3000:3000 \
8
- -e OPENAI_API_KEY="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" \
9
- yidadaa/chatgpt-next-web