Files
youchat_proxy/start.bat
T
2024-06-22 01:51:03 +08:00

8 lines
142 B
Batchfile

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