Files
youchat_proxy/start.bat
T
2024-06-22 15:27:34 +08:00

8 lines
129 B
Batchfile

call npm install
set PASSWORD=
set https_proxy=
set PORT=8080
set AI_MODEL=
set USE_CUSTOM_MODE=false
node index.mjs
pause