Skip to content

Commit

Permalink
chore: update project source
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk-Gosuto committed Nov 16, 2023
1 parent f718ca0 commit aa8ec0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/constant.ts
Original file line number Diff line number Diff line change
@@ -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`;
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa8ec0a

Please sign in to comment.