Files
youchat_proxy/start.bat
T
2024-06-02 02:24:58 +08:00

8 lines
138 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
pause