forked from open-webui/open-webui
fix: improve katex render performance in responses
This commit is contained in:
parent
488f448f04
commit
06a6136671
2 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ SET "SCRIPT_DIR=%~dp0"
|
|||
cd /d "%SCRIPT_DIR%" || exit /b
|
||||
|
||||
SET "KEY_FILE=.webui_secret_key"
|
||||
SET "PORT=%PORT:8080%"
|
||||
IF "%PORT%"=="" SET PORT=8080
|
||||
SET "WEBUI_SECRET_KEY=%WEBUI_SECRET_KEY%"
|
||||
SET "WEBUI_JWT_SECRET_KEY=%WEBUI_JWT_SECRET_KEY%"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue