Merge pull request #212 from ParisNeo/ParisNeo-patch-7

Update webui.sh
This commit is contained in:
Saifeddine ALOUI 2023-05-22 15:34:45 +02:00 committed by GitHub
commit ea3a4dc53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ if ping -q -c 1 google.com >/dev/null 2>&1; then
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
fi
fi