7 lines
111 B
Batchfile
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 |