update start.bat

This commit is contained in:
Archeb
2024-06-22 15:27:34 +08:00
parent 0676b1d8db
commit 52caff6b66
+1 -1
View File
@@ -2,7 +2,7 @@ call npm install
set PASSWORD=
set https_proxy=
set PORT=8080
set AI_MODEL=claude_3_opus
set AI_MODEL=
set USE_CUSTOM_MODE=false
node index.mjs
pause