mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-18 02:39:47 +00:00
Update webui.bat
This commit is contained in:
parent
03f19f338f
commit
ddafde66d5
@ -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
|
||||
@ -303,4 +302,4 @@ python app.py %*
|
||||
set app_result=%errorlevel%
|
||||
|
||||
pause >nul
|
||||
exit /b 0
|
||||
exit /b 0
|
||||
|
Loading…
Reference in New Issue
Block a user