diff --git a/app/constant.ts b/app/constant.ts index 11909bea0..e0bba5dca 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,5 +1,5 @@ -export const OWNER = "Yidadaa"; -export const REPO = "ChatGPT-Next-Web"; +export const OWNER = "Hk-Gosuto"; +export const REPO = "ChatGPT-Next-Web-LangChain"; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const ISSUE_URL = `https://github.com/${OWNER}/${REPO}/issues`; export const UPDATE_URL = `${REPO_URL}#keep-updated`; diff --git a/docker-compose.yml b/docker-compose.yml index 57ca12e03..c03497785 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: chatgpt-next-web: profiles: ["no-proxy"] container_name: chatgpt-next-web - image: yidadaa/chatgpt-next-web + image: gosuto/chatgpt-next-web-langchain ports: - 3000:3000 environment: @@ -20,7 +20,7 @@ services: chatgpt-next-web-proxy: profiles: ["proxy"] container_name: chatgpt-next-web-proxy - image: yidadaa/chatgpt-next-web + image: gosuto/chatgpt-next-web-langchain ports: - 3000:3000 environment: diff --git a/scripts/setup.sh b/scripts/setup.sh index 73ed61b13..18b2dca24 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -54,8 +54,8 @@ if ! command -v node >/dev/null || ! command -v git >/dev/null || ! command -v y fi # Clone the repository and install dependencies -git clone https://github.com/Yidadaa/ChatGPT-Next-Web -cd ChatGPT-Next-Web +git clone https://github.com/Hk-Gosuto/ChatGPT-Next-Web-LangChain +cd ChatGPT-Next-Web-LangChain yarn install # Prompt user for environment variables