Update webui.bat

This commit is contained in:
Saifeddine ALOUI 2023-04-24 11:25:47 +02:00 committed by GitHub
parent 03f19f338f
commit ddafde66d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,9 +104,8 @@ if exist GPT4All (
:GET_PERSONALITIES
REM Download latest personalities
echo Getting latests personalities
if not exist tmp\personalities git clone https://github.com/ParisNeo/GPT4All_Personalities.git tmp\personalities
xcopy /E /I /Y tmp\personalities\* personalities
xcopy /s tmp\personalities\* personalities /Y
goto :CHECK_PYTHON_INSTALL
:CHECK_PYTHON_INSTALL