From 192115b003d24c2998f63e8451a836c076e1055e Mon Sep 17 00:00:00 2001 From: JackHans Date: Thu, 6 Apr 2023 11:40:19 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d47a38954..407fdb124 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ One-Click to deploy your own ChatGPT web UI. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FYidadaa%2FChatGPT-Next-Web&env=OPENAI_API_KEY&env=CODE&project-name=chatgpt-next-web&repository-name=ChatGPT-Next-Web) -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Yidadaa/ChatGPT-Next-Web) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/biostome/ChatGPT-Next-Web) ![cover](./docs/images/cover.png) @@ -163,7 +163,7 @@ docker run -d -p 3000:3000 -e OPENAI_API_KEY="" -e CODE="" yidadaa/chatgpt-next- ### Shell ```shell -bash <(curl -s https://raw.githubusercontent.com/Yidadaa/ChatGPT-Next-Web/main/scripts/setup.sh) +bash <(curl -s https://raw.githubusercontent.com/biostome/ChatGPT-Next-Web/main/scripts/setup.sh) ``` ## Screenshots