forked from open-webui/open-webui
Merge pull request #1741 from domsleee/katex-render-performance
fix: Improve katex render performance in responses
This commit is contained in:
commit
7d88689f51
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