From ec5e5eebf346ffb3f1f9eb58a475b9e1a4ef09b2 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 22 May 2023 15:28:37 +0200 Subject: [PATCH] Update webui.bat --- webui.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.bat b/webui.bat index 34b35f37..cdfc5840 100644 --- a/webui.bat +++ b/webui.bat @@ -116,7 +116,7 @@ if exist GPT4All ( ) else ( echo Cloning repository... rem Clone the Git repository into a temporary directory - git clone https://github.com/nomic-ai/gpt4all-ui.git ./GPT4All + git clone https://github.com/ParisNeo/gpt4all-ui.git ./GPT4All cd GPT4All echo Pulling latest changes git pull