diff --git a/app/constant.ts b/app/constant.ts index d7bcb5d4c..996a77ea8 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -1,4 +1,4 @@ -export const OWNER = "ChatGPTNextWeb"; +export const OWNER = "afrezhou"; export const REPO = "ChatGPT-Next-Web"; export const REPO_URL = `https://github.com/${OWNER}/${REPO}`; export const PLUGINS_REPO_URL = `https://github.com/${OWNER}/NextChat-Awesome-Plugins`;