chore: update project source

This commit is contained in:
Hk-Gosuto 2023-11-16 12:47:48 +08:00
parent f718ca030f
commit aa8ec0a9df
3 changed files with 6 additions and 6 deletions

View File

@ -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`;

View File

@ -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:

View File

@ -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