We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeb892 commit c156135Copy full SHA for c156135
run-llmstack.bat
@@ -3,7 +3,7 @@ setlocal
3
4
rem set LLMSTACK_PORT and other environment variables
5
if exist .env (
6
- for /F "delims=# eol=# tokens=1,2" %%i in (.env) do set "%%i=%%j"
+ for /F "delims== eol=# tokens=1,2" %%i in (.env) do set "%%i=%%j"
7
) else (
8
echo ".env file not found"
9
exit /B
@@ -29,4 +29,4 @@ rem open the web browser
29
start http://localhost:%LLMSTACK_PORT%
30
31
:end
32
-endlocal
+endlocal
0 commit comments