Merge pull request #1741 from domsleee/katex-render-performance

fix: Improve katex render performance in responses
This commit is contained in:
Timothy Jaeryang Baek
2024-04-25 13:40:27 -07:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

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