Files
youchat_proxy/start.bat
T
2024-05-15 13:35:00 +08:00

7 lines
111 B
Batchfile

call npm install
set PASSWORD=
set https_proxy=
set PORT=8080
set AI_MODEL=claude_3_opus
node index
pause