Update webui.bat

This commit is contained in:
Saifeddine ALOUI 2023-05-22 15:28:37 +02:00 committed by GitHub
parent c5d3f92ba8
commit ec5e5eebf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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